Actions
Improvement #11891
openRename 'PUBLISHED' action into 'PUBLISH' in change application lifecycle component
Status:
New
Priority:
Medium
Assignee:
-
Start date:
09/09/2024
Due date:
% Done:
50%
Estimated time:
Device Type:
Component:
Type:
UI
Description
Rename the PUBLISHED button in the application lifecycle change component into 'PUBLISH'
Refer to the screen capture
The improvement discussed was to add a new tag to the lifecycle state (in the application-mgt.xml) called CurrentState which will have the past tense label and the LifecycleState name attribute will have the present tense label. This needs to be done for all life cycle states not just for 'Published'.
Eg:
<LifecycleState name="Publish">
<IsAppInstallable>true</IsAppInstallable>
<Permission>/app-mgt/life-cycle/application/publish</Permission>
<ProceedingStates>
<State>Blocked</State>
<State>Deprecated</State>
</ProceedingStates>
<CurrentState>Published</CurrentState>
</LifecycleState>
Files
Actions