fix 'view system user' task

This commit is contained in:
Michael Becker 2024-04-13 20:00:40 -04:00
parent 92d3c26fe7
commit 50d4620266
3 changed files with 21 additions and 2 deletions

View File

@ -1,8 +1,27 @@
- entityDefinitions: - 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}' - IDE_Task_SystemUser_Common_Subedit: '{14e32ff2-1dd7-44d7-ab21-4c96b213a1ca}'
- library: '&IDL_MochaBaseSystem;' - library: '&IDL_MochaBaseSystem;'
instances: 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;' - element: '&IDE_Task_SystemUser_Common_Subedit;'
elementContents: elementContents:
- globalIdentifier: '{dcc2aef3-2041-4787-a46b-4becc054b797}' - globalIdentifier: '{dcc2aef3-2041-4787-a46b-4becc054b797}'

View File

@ -2,6 +2,6 @@
instances: instances:
- sequenceTask: '&IDI_SequenceTask_EditSystemUser;' - sequenceTask: '&IDI_SequenceTask_EditSystemUser;'
name: 'Edit System User' name: 'Edit System User'
initiatingElement: '&IDE_Task_SystemUser_Common_Subedit;' initiatingElement: '&IDE_Task_SystemUser_Common_Edit;'
taskCategory: '&IDI_TaskCategory_SystemUser;' taskCategory: '&IDI_TaskCategory_SystemUser;'

View File

@ -2,5 +2,5 @@
instances: instances:
- sequenceTask: '&IDI_SequenceTask_ViewSystemUser;' - sequenceTask: '&IDI_SequenceTask_ViewSystemUser;'
name: 'View System User' name: 'View System User'
initiatingElement: '&IDE_Task_SystemUser_Common_Subedit;' initiatingElement: '&IDE_Task_SystemUser_Common_View;'
taskCategory: '&IDI_TaskCategory_SystemUser;' taskCategory: '&IDI_TaskCategory_SystemUser;'