Project

General

Profile

Actions

Improvement #11891

open

Rename 'PUBLISHED' action into 'PUBLISH' in change application lifecycle component

Added by Pahansith Gunathilake 7 months ago. Updated about 2 months ago.

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

image (12).png (39.5 KB) image (12).png Pahansith Gunathilake, 09/09/2024 04:40 AM
Actions

Also available in: Atom PDF