mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 08:22:17 +00:00
- Added method getStudiengangBewerbung to controller Studiengang2
- Renamed method loadList to loadTree - Improved method loadTree - Added method getStudiengangBewerbung to model Studiengang_model
This commit is contained in:
@@ -73,4 +73,11 @@ class Studiengang2 extends APIv1_Controller
|
||||
$this->response();
|
||||
}
|
||||
}
|
||||
|
||||
public function getStudiengangBewerbung()
|
||||
{
|
||||
$result = $this->StudiengangModel->getStudiengangBewerbung();
|
||||
|
||||
$this->response($result, REST_Controller::HTTP_OK);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user