mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
- tags werden im fas nicht angezeigt
- class für tags hinzugefuegt - prop confirmLimit hinzugefuegt
This commit is contained in:
@@ -64,6 +64,7 @@ class Tag_Controller extends FHCAPI_Controller
|
||||
tag
|
||||
'
|
||||
);
|
||||
$this->NotiztypModel->addOrder('prioritaet');
|
||||
$notiztypen = $this->NotiztypModel->loadWhere(array('aktiv' => true));
|
||||
$this->terminateWithSuccess(hasData($notiztypen) ? getData($notiztypen) : array());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user