Zooflow: Add user relations

This commit is contained in:
Jonathan Jenne
2022-03-09 14:09:44 +01:00
parent 9e448641a0
commit 574dcf9d32
8 changed files with 710 additions and 147 deletions

View File

@@ -24,6 +24,7 @@
Public Const PAGE_USERS_USERLIST = "USERS_USERLIST"
Public Const PAGE_USERS_GROUPLIST = "USERS_GROUPLIST"
Public Const PAGE_USERS_MODULELIST = "USERS_MODULELIST"
Public Const PAGE_USERS_USER_GROUP_RELATIONS = "USERS_USER_GROUP_RELATIONS"
Public Const COLUMN_NAME_ACTIVE = "ACTIVE"