- tags werden im fas nicht angezeigt

- class für tags hinzugefuegt
- prop confirmLimit hinzugefuegt
This commit is contained in:
ma0048
2024-12-11 13:25:38 +01:00
parent 631010821b
commit 8127091e2e
5 changed files with 69 additions and 37 deletions
+1
View File
@@ -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());
}