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:
0%
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
Updated by Rajitha Kumara 8 months ago
- Project changed from product-uem 6.3.0 GA to product-uem 7.0.0 GA
Updated by Lasantha Dharmakeerthi 3 months ago
- Project changed from product-uem 7.0.0 GA to product-uem 7.1.0 GA
- Assignee deleted (
Ruwin Dissanayake)
Updated by Arshana Atapattu 3 months ago
- Project changed from product-uem 7.1.0 GA to product-uem 7.0.0 GA
Updated by Ruwin Dissanayake 18 days ago
- % Done changed from 50 to 0
UI change was handled with this ticket https://roadmap.entgra.net/issues/12474
Updated by Subodhinie chathurajika 18 days ago
- Project changed from product-uem 7.0.0 GA to product-uem 7.1.0 GA
Actions