diff options
author | ys9693 <ys9693@att.com> | 2020-01-19 13:50:02 +0200 |
---|---|---|
committer | Ofir Sonsino <ofir.sonsino@intl.att.com> | 2020-01-22 12:33:31 +0000 |
commit | 16a9fce0e104a38371a9e5a567ec611ae3fc7f33 (patch) | |
tree | 03a2aff3060ddb5bc26a90115805a04becbaffc9 /catalog-ui/configurations/MenuReadMe.txt | |
parent | aa83a2da4f911c3ac89318b8e9e8403b072942e1 (diff) |
Catalog alignment
Issue-ID: SDC-2724
Signed-off-by: ys9693 <ys9693@att.com>
Change-Id: I52b4aacb58cbd432ca0e1ff7ff1f7dd52099c6fe
Diffstat (limited to 'catalog-ui/configurations/MenuReadMe.txt')
-rw-r--r-- | catalog-ui/configurations/MenuReadMe.txt | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/catalog-ui/configurations/MenuReadMe.txt b/catalog-ui/configurations/MenuReadMe.txt index 16a7d0f0b7..248898df4c 100644 --- a/catalog-ui/configurations/MenuReadMe.txt +++ b/catalog-ui/configurations/MenuReadMe.txt @@ -8,9 +8,6 @@ Supported roles: ----------------------------- ADMIN DESIGNER -TESTER -OPS -GOVERNOR The JSON is separated to roles, and for each role we define "states", what menu to show the user for each state of the component: @@ -19,8 +16,6 @@ Supported states: ----------------------------- NOT_CERTIFIED_CHECKOUT NOT_CERTIFIED_CHECKIN -READY_FOR_CERTIFICATION -CERTIFICATION_IN_PROGRESS CERTIFIED For each state we can define the user that will see this menu, the available parameters are: @@ -39,7 +34,6 @@ For designer, if the component state is checkout and the component was created b "ANY":[ {"text":"Edit" ,"action":"goToEntity"}, {"text":"Check in","action":"changeLifecycleState", "url":"lifecycleState/CHECKIN", "confirmationModal": "lifecycleState/CHECKIN"}, - {"text":"Submit for Testing","action":"changeLifecycleState", "url":"lifecycleState/certificationRequest", "emailModal": "lifecycleState/CERTIFICATIONREQUEST"}, {"text":"View" ,"action":"openViewerModal"} ], "NOT_OWNER":[ @@ -54,5 +48,4 @@ text - The text to show action - Function that will be called when pressing on the menu item url - Data added to menu item, in case the function need to use it, example: for function "changeLifecycleState", I need to pass also the url "lifecycleState/CHECKOUT" that I want the state to change to. confirmationModal - Open confirmation modal (user should select "OK" or "Cancel"), and continue with the action. -emailModal - Open email modal (user should fill email details), and continue with the action. blockedForTypes - This item will not be shown for specific components types. |