-
Notifications
You must be signed in to change notification settings - Fork 174
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
Confirmation modal not visible #1987
Confirmation modal not visible #1987
Conversation
….com:JohannesDoberer/luigi into confirmation-modal-behind-modal-not-visiable * 'confirmation-modal-behind-modal-not-visiable' of github.com:JohannesDoberer/luigi: remove security vulnerability reporting via public issue (SAP#1985)
public ngOnInit() { } | ||
|
||
openConfirmationModal() { | ||
uxManager().showConfirmationModal({ body: 'Just a confirmation modal' }).then(() => { console.log('test'); }) |
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.
Just a tiny suggestion, maybe we could have some more explicit console.log text instead of "test". E.g. "the confirmation modal is shown"
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! All 4 scenarios
Fixes #1982