MS ZF Adminconsole
This commit is contained in:
@@ -9,21 +9,21 @@ Public Class ClassDetailForm
|
||||
Public ReadOnly Property DetailSettingsList As New Dictionary(Of String, DetailSettings) From {
|
||||
{PAGE_IDB_ATTRIBUTES, ' This Key will be matched with the Entity Id from the Database
|
||||
New DetailSettings With {
|
||||
.GridTitle = "IDB Attribute", ' This will be shown above the Data Grid
|
||||
.GridTitle = "Attribute", ' This will be shown above the Data Grid
|
||||
.NewRecordTitle = "Neues Attribut", ' This will be shown on the "New" Button
|
||||
.[Module] = MODULE_IDB,
|
||||
.Entity = PAGE_IDB_ATTRIBUTES
|
||||
}},
|
||||
{PAGE_IDB_BUSINESS_ENTITIES,
|
||||
New DetailSettings With {
|
||||
.GridTitle = "IDB Entitäten",
|
||||
.GridTitle = "Geschäftseinheit",
|
||||
.NewRecordTitle = "Neue Entität",
|
||||
.[Module] = MODULE_IDB,
|
||||
.Entity = PAGE_IDB_BUSINESS_ENTITIES
|
||||
}},
|
||||
{PAGE_IDB_OBJECT_STORES, ' This Key will be matched with the Entity Id from the Database
|
||||
New DetailSettings With {
|
||||
.GridTitle = "IDB Object Stores", ' This will be shown above the Data Grid
|
||||
.GridTitle = "Object-Stores", ' This will be shown above the Data Grid
|
||||
.NewRecordTitle = "New Object Store", ' This will be shown on the "New" Button
|
||||
.[Module] = MODULE_IDB,
|
||||
.Entity = PAGE_IDB_OBJECT_STORES
|
||||
@@ -35,12 +35,12 @@ Public Class ClassDetailForm
|
||||
.[Module] = MODULE_META,
|
||||
.Entity = PAGE_META_SOURCE_SQL
|
||||
}},
|
||||
{PAGE_GLOBIX_PROFILES,
|
||||
{PAGE_GI_PROFILES,
|
||||
New DetailSettings With {
|
||||
.GridTitle = "Global Indexer Profile",
|
||||
.NewRecordTitle = "Neues GLOBIX Profil",
|
||||
.[Module] = MODULE_GLOBIX,
|
||||
.Entity = PAGE_GLOBIX_PROFILES
|
||||
.[Module] = MODULE_GI,
|
||||
.Entity = PAGE_GI_PROFILES
|
||||
}},
|
||||
{PAGE_CW_PROFILES,
|
||||
New DetailSettings With {
|
||||
@@ -71,7 +71,7 @@ Public Class ClassDetailForm
|
||||
Load_CWProfile(PrimaryKey, IsInsert)
|
||||
Return True
|
||||
|
||||
Case PAGE_GLOBIX_PROFILES
|
||||
Case PAGE_GI_PROFILES
|
||||
GLOBIX_JUMP_DOCTYPE_ID = PrimaryKey
|
||||
Load_GLOBIXProfile(PrimaryKey, IsInsert)
|
||||
Return True
|
||||
|
||||
Reference in New Issue
Block a user