Fix some widgets without parent, and update template file record keeping

This commit is contained in:
Veronica Berglyd Olsen
2024-02-07 20:37:53 +01:00
parent c420d8ae38
commit bbb23b4bc9
8 changed files with 33 additions and 17 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ class nwItemClass(Enum):
ENTITY = 7
CUSTOM = 8
ARCHIVE = 9
TEMPLATES = 10
TEMPLATE = 10
TRASH = 11
# END Enum nwItemClass