Improvement #11891
Updated by Navod Zoysa 4 months ago
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:
<pre><code class="xml">
<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>
</code></pre>