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

Do not show confirm dialog when saving event notification. #19073

Merged
merged 3 commits into from Apr 24, 2024

Conversation

linuspahl
Copy link
Contributor

@linuspahl linuspahl commented Apr 16, 2024

Description

Motivation and Context

Before this change, when you create or update an event notification, you will see the following confirm dialog on submit.

image

This PR is fixing the bug by implementing a fix similar to #18880

Please keep in mind while testing, that the confirm dialog is not showing up in development mode, by default.

Fixes #19014

@linuspahl linuspahl merged commit fd06144 into master Apr 24, 2024
5 of 6 checks passed
@linuspahl linuspahl deleted the issue-19014 branch April 24, 2024 08:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Clicking on submit button in create / update event notification form shows confirm dialog.
2 participants