-
Notifications
You must be signed in to change notification settings - Fork 43
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
✨ Set application delete as danger kebab menu item (#1829) #1840
Conversation
303d312
to
ab644f8
Compare
{ | ||
isAriaDisabled: | ||
application.migrationWave !== null, | ||
tooltipProps: { | ||
content: | ||
application.migrationWave !== null | ||
? t( | ||
"message.cannotDeleteApplicationsAssignedToMigrationWave" | ||
) | ||
: "", | ||
}, |
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.
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.
Looks like #1803 should not be backported yet, fix version is MTA 7.1.0
https://issues.redhat.com/browse/MTA-2225
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.
The bot failed to create the backport/cherry-pick so I did it manually without thinking about it too much. I'll go double check the original PR and update. There was no intention to also include any other change.
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.
Removed this erroneous change in the latest push.
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.
Oh wait -- I see the nuance now. I'll keep the pre-1803 version of the delete button but move it to the newer location, and add the danger style
ab644f8
to
234de06
Compare
Part of konveyor#1318 Resolves: https://issues.redhat.com/browse/MTA-2261 --------- Signed-off-by: Maayan Hadasi <mguetta@redhat.com> Co-authored-by: Scott Dickerson <sdickers@redhat.com> Signed-off-by: Scott J Dickerson <sdickers@redhat.com>
234de06
to
a683f4b
Compare
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.
LGTM
Part of #1318
Resolves: https://issues.redhat.com/browse/MTA-2261
Backport-of: #1829