- 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 -1
View File
@@ -142,7 +142,7 @@ class Notiz_model extends DB_Model
// Join with the table public.tbl_notizzuordnung using notiz_id
$this->addJoin('public.tbl_notizzuordnung', 'notiz_id');
return $this->loadWhere(array('person_id' => $person_id));
return $this->loadWhere(array('person_id' => $person_id, 'tbl_notiz.typ' => NULL));
}
/**