Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ALM Accelerator] Sort order of deployment steps not displayed correctly #3618

Closed
Reinhard-S opened this issue Sep 8, 2022 · 3 comments · Fixed by #3737
Closed

[ALM Accelerator] Sort order of deployment steps not displayed correctly #3618

Reinhard-S opened this issue Sep 8, 2022 · 3 comments · Fixed by #3737
Assignees
Labels
alm-accelerator ALM Accelerator Components and Apps

Comments

@Reinhard-S
Copy link

Hello @mikefactorial,

We noticed that the Deployment Steps do not follow the step number and is therefore not displayed correctly in the text box.
Recommended solution would be to change the formula to:

If(!IsBlankOrError(ThisItem.deploymentprofile), Concat(SortByColumns(ThisItem.deploymentprofile.'Deployment Steps', "cat_stepnumber", Ascending, "cat_name", Ascending), Name, " - "), "No Profile Selected")

Thank you,
Best Regards,
Reinhard

Text: =If(!IsBlankOrError(ThisItem.deploymentprofile), Concat(ThisItem.deploymentprofile.'Deployment Steps', Name, " - "), "No Profile Selected")

@mikefactorial
Copy link
Collaborator

@Reinhard-S thanks for reporting this and for the research. Looks pretty straight forward, will look to fix this in the upcoming release.

@mikefactorial mikefactorial added the alm-accelerator ALM Accelerator Components and Apps label Sep 8, 2022
@mikefactorial mikefactorial changed the title Sort order of deployment steps not displayed correctly [ALM Accelerator] Sort order of deployment steps not displayed correctly Sep 8, 2022
@RajeevPentyala
Copy link
Collaborator

@mikefactorial This has been incorporated and will go in October release. @Reinhard-S thanks for reporting.

@CoEStarterKitBot
Copy link
Collaborator

@Reinhard-S This has been fixed in the latest release. Please install the latest version of the toolkit following the instructions for installing updates. Note that if you do not remove the unmanaged layers as described there you will not receive updates from us.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
alm-accelerator ALM Accelerator Components and Apps
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

4 participants