fix 'view system user' task
This commit is contained in:
parent
92d3c26fe7
commit
50d4620266
@ -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}'
|
||||
|
||||
@ -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;'
|
||||
|
||||
@ -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;'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user