Merge origin/ci into ci

Conflicts:
	application/controllers/api/v1/crm/Prestudentstatus.php
This commit is contained in:
paolo
2016-05-24 12:32:32 +02:00
8 changed files with 79 additions and 10 deletions
@@ -70,6 +70,13 @@ class Orgform extends APIv1_Controller
$this->response();
}
}
public function getAll()
{
$result = $this->OrgformModel->loadWhole();
$this->response($result, REST_Controller::HTTP_OK);
}
private function _validate($orgform = NULL)
{
@@ -86,4 +86,4 @@ class Prestudentstatus extends APIv1_Controller
{
return true;
}
}
}