- 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
+2 -2
View File
@@ -325,7 +325,7 @@ class notiz extends basis_db
FROM
public.tbl_notiz
LEFT JOIN public.tbl_notizzuordnung USING(notiz_id)
WHERE 1=1";
WHERE 1=1 AND AND tbl_notiz.typ IS NULL ";
if(!is_null($erledigt))
{
@@ -523,7 +523,7 @@ class notiz extends basis_db
FROM
public.tbl_notiz
LEFT JOIN public.tbl_notizzuordnung USING(notiz_id)
WHERE 1=1";
WHERE 1=1 AND tbl_notiz.typ IS NULL ";
if(!is_null($erledigt))
{