-
Notifications
You must be signed in to change notification settings - Fork 14
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
FOGL-8115: Add Control Entry-points API Flow #332
Conversation
@@ -419,7 +416,7 @@ | |||
<div class="field"> | |||
<div class="columns"> | |||
<div class="column is-2"> | |||
<div *ngIf="editMode && allowExecute" class="field has-addons is-fullwidth"> | |||
<div *ngIf="editMode && af.permitted" class="field has-addons is-fullwidth"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All conditionals stuff with edit mode for permitted needs proper testing; for each role based user; and not auth mode.
...mponents/core/control-dispatcher/api-flow/add-edit-api-flow/add-edit-api-flow.component.html
Outdated
Show resolved
Hide resolved
...components/core/control-dispatcher/api-flow/add-edit-api-flow/add-edit-api-flow.component.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Override variables modal has different modal body appearance, from list vs details page; Also contents are not vertically centre.
Form validation related changes and other css fixes