add important To Do's
This commit is contained in:
parent
bf0a4d7bfe
commit
5c0315c647
2 changed files with 4 additions and 0 deletions
|
@ -12,6 +12,8 @@ include E::path() . '/CRM/TwingleCampaign/BAO/CustomGroup.php';
|
||||||
*/
|
*/
|
||||||
class CRM_TwingleCampaign_Upgrader extends CRM_TwingleCampaign_Upgrader_Base {
|
class CRM_TwingleCampaign_Upgrader extends CRM_TwingleCampaign_Upgrader_Base {
|
||||||
|
|
||||||
|
// TODO: Add static arrays from json files
|
||||||
|
|
||||||
// By convention, functions that look like "function upgrade_NNNN()" are
|
// By convention, functions that look like "function upgrade_NNNN()" are
|
||||||
// upgrade tasks. They are executed in order (like Drupal's hook_update_N).
|
// upgrade tasks. They are executed in order (like Drupal's hook_update_N).
|
||||||
|
|
||||||
|
|
|
@ -51,6 +51,8 @@ class TwingleApiCall {
|
||||||
* If $id parameter is empty, this function returns all projects for all
|
* If $id parameter is empty, this function returns all projects for all
|
||||||
* organisations this API key is assigned to.
|
* organisations this API key is assigned to.
|
||||||
*
|
*
|
||||||
|
* TODO: Keys can only get assigned to one organisation. Save multiple keys in settings instead.
|
||||||
|
*
|
||||||
* If $id parameter is given, this function returns a single project.
|
* If $id parameter is given, this function returns a single project.
|
||||||
*
|
*
|
||||||
* @param null $projectId
|
* @param null $projectId
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue