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

Confirmation modal not visible #1987

Conversation

JohannesDoberer
Copy link
Contributor

Fixes #1982

@JohannesDoberer JohannesDoberer added bug Something isn't working WIP Work in progress labels Apr 19, 2021
@JohannesDoberer JohannesDoberer added this to the Sprint 19 milestone Apr 19, 2021
….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)
@JohannesDoberer JohannesDoberer removed the WIP Work in progress label Apr 20, 2021
public ngOnInit() { }

openConfirmationModal() {
uxManager().showConfirmationModal({ body: 'Just a confirmation modal' }).then(() => { console.log('test'); })
Copy link
Contributor

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"

Copy link
Contributor

@UlianaMunich UlianaMunich left a 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

@JohannesDoberer JohannesDoberer merged commit a649ce6 into SAP:master Apr 21, 2021
@JohannesDoberer JohannesDoberer deleted the confirmation-modal-behind-modal-not-visiable branch April 21, 2021 09:29
@JohannesDoberer JohannesDoberer mentioned this pull request Jun 7, 2021
stanleychh pushed a commit to stanleychh/luigi that referenced this pull request Dec 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Modal cover up confirmation modal
3 participants