Is your feature request related to a problem? Please describe.
As a user who has access to advanced deployment settings
When deploying a solution to validation/test/prod enviroments users with this access have to uncheck the "Advanced" button and choose which deployment step they want to use. Makers who rarely interact with the app has to either look up a guide or be mindful of this so they don't deploy to the wrong enviroment. It's cumbersome to not have both deployment step and branches visible at the same time.
Describe the solution you'd like
Remove the FX in "Visible" control of lblDeploymentEnvironment, lblDeploymentEnvironment. Reorder the controls so enviroment is at top, advanced under that and then show the advanced settings if advanced is checked. Visibility of controls would then be
lblDeploymentEnvironment
drpDeploymentSteps
tglPRAdvancedSettings
lblSourceBranch
drpPullRequestSourceBranches
icoPullRequestDownArrow
lblTargetBranch
drpPullRequestTargetBranches
tglCompletePR
Example of how it looks after we've made the changes
Is your feature request related to a problem? Please describe.
As a user who has access to advanced deployment settings When deploying a solution to validation/test/prod enviroments users with this access have to uncheck the "Advanced" button and choose which deployment step they want to use. Makers who rarely interact with the app has to either look up a guide or be mindful of this so they don't deploy to the wrong enviroment. It's cumbersome to not have both deployment step and branches visible at the same time.
Describe the solution you'd like
Remove the FX in "Visible" control of lblDeploymentEnvironment, lblDeploymentEnvironment. Reorder the controls so enviroment is at top, advanced under that and then show the advanced settings if advanced is checked. Visibility of controls would then be lblDeploymentEnvironment drpDeploymentSteps tglPRAdvancedSettings lblSourceBranch drpPullRequestSourceBranches icoPullRequestDownArrow lblTargetBranch drpPullRequestTargetBranches tglCompletePR
Example of how it looks after we've made the changes
Describe alternatives you've considered
No response
Additional context?
No response
AB#2049