Zooflow: Restore Doctype changes
This commit is contained in:
@@ -59,11 +59,17 @@ Public Class ClassDetailForm
|
||||
.Entity = PAGE_GI_RELATIONS
|
||||
}},
|
||||
{PAGE_IDB_DOCTYPE_CONFIG, New DetailSettings With {
|
||||
.GridTitle = "Doctype Configuration",
|
||||
.GridTitle = "Detail Doctype Configuration",
|
||||
.NewRecordTitle = "New Configuration",
|
||||
.[Module] = MODULE_IDB,
|
||||
.Entity = PAGE_IDB_DOCTYPE_CONFIG
|
||||
}},
|
||||
{PAGE_IDB_DOCTYPE, New DetailSettings With {
|
||||
.GridTitle = "Doctype Configuration",
|
||||
.NewRecordTitle = "New Doctype",
|
||||
.[Module] = MODULE_IDB,
|
||||
.Entity = PAGE_IDB_DOCTYPE
|
||||
}},
|
||||
{PAGE_USERS_USERLIST, New DetailSettings With {
|
||||
.GridTitle = "Benutzer Übersicht",
|
||||
.NewRecordTitle = "Neuer Benutzer",
|
||||
@@ -166,6 +172,11 @@ Public Class ClassDetailForm
|
||||
oForm.ShowDialog()
|
||||
Return True
|
||||
|
||||
Case PAGE_IDB_DOCTYPE
|
||||
Dim oForm As New frmAdmin_Doctype(0)
|
||||
oForm.ShowDialog()
|
||||
Return True
|
||||
|
||||
Case PAGE_USERS_USERLIST
|
||||
Load_User(PrimaryKey, IsInsert)
|
||||
Return True
|
||||
|
||||
Reference in New Issue
Block a user