diff --git a/common/libraries/yaml/net.alcetech.Mocha.System/005-UserInterface/Tasks/SystemUser/Common.yaml b/common/libraries/yaml/net.alcetech.Mocha.System/005-UserInterface/Tasks/SystemUser/Common.yaml index ccd653d..03734fc 100644 --- a/common/libraries/yaml/net.alcetech.Mocha.System/005-UserInterface/Tasks/SystemUser/Common.yaml +++ b/common/libraries/yaml/net.alcetech.Mocha.System/005-UserInterface/Tasks/SystemUser/Common.yaml @@ -1,8 +1,27 @@ - entityDefinitions: + - IDE_Task_SystemUser_Common_View: '{770fb6fd-ca5e-4852-a47d-544b5bda2470}' + - IDE_Task_SystemUser_Common_Edit: '{4da5f561-138e-440d-b37e-0500b0a75a03}' - IDE_Task_SystemUser_Common_Subedit: '{14e32ff2-1dd7-44d7-ab21-4c96b213a1ca}' - library: '&IDL_MochaBaseSystem;' instances: + - element: '&IDE_Task_SystemUser_Common_View;' + elementContents: + - globalIdentifier: '{94c9e94d-3bc6-412d-aa69-2be7e9bdf894}' + label: 'system user view' + defaultDataType: '&IDE_Task_SystemUser_Common_Subedit;' + displayOptions: + - instance: '&IDI_DisplayOption_Singular;' + - instance: '&IDI_DisplayOption_ShowSubelementsVertically;' + - instance: '&IDI_DisplayOption_NotEnterable;' + - element: '&IDE_Task_SystemUser_Common_Edit;' + elementContents: + - globalIdentifier: '{686c1222-1b91-4c10-a498-e4c220a3002a}' + label: 'system user edits' + defaultDataType: '&IDE_Task_SystemUser_Common_Subedit;' + displayOptions: + - instance: '&IDI_DisplayOption_Singular;' + - instance: '&IDI_DisplayOption_ShowSubelementsVertically;' - element: '&IDE_Task_SystemUser_Common_Subedit;' elementContents: - globalIdentifier: '{dcc2aef3-2041-4787-a46b-4becc054b797}' diff --git a/common/libraries/yaml/net.alcetech.Mocha.System/005-UserInterface/Tasks/SystemUser/Edit.yaml b/common/libraries/yaml/net.alcetech.Mocha.System/005-UserInterface/Tasks/SystemUser/Edit.yaml index 490470e..bc49568 100644 --- a/common/libraries/yaml/net.alcetech.Mocha.System/005-UserInterface/Tasks/SystemUser/Edit.yaml +++ b/common/libraries/yaml/net.alcetech.Mocha.System/005-UserInterface/Tasks/SystemUser/Edit.yaml @@ -2,6 +2,6 @@ instances: - sequenceTask: '&IDI_SequenceTask_EditSystemUser;' name: 'Edit System User' - initiatingElement: '&IDE_Task_SystemUser_Common_Subedit;' + initiatingElement: '&IDE_Task_SystemUser_Common_Edit;' taskCategory: '&IDI_TaskCategory_SystemUser;' \ No newline at end of file diff --git a/common/libraries/yaml/net.alcetech.Mocha.System/005-UserInterface/Tasks/SystemUser/View.yaml b/common/libraries/yaml/net.alcetech.Mocha.System/005-UserInterface/Tasks/SystemUser/View.yaml index aad8b74..af42dfb 100644 --- a/common/libraries/yaml/net.alcetech.Mocha.System/005-UserInterface/Tasks/SystemUser/View.yaml +++ b/common/libraries/yaml/net.alcetech.Mocha.System/005-UserInterface/Tasks/SystemUser/View.yaml @@ -2,5 +2,5 @@ instances: - sequenceTask: '&IDI_SequenceTask_ViewSystemUser;' name: 'View System User' - initiatingElement: '&IDE_Task_SystemUser_Common_Subedit;' + initiatingElement: '&IDE_Task_SystemUser_Common_View;' taskCategory: '&IDI_TaskCategory_SystemUser;'