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

793 - Fix GMF edit feature stop editing while dirty #4698

Merged
merged 1 commit into from Feb 28, 2019

Conversation

adube
Copy link
Contributor

@adube adube commented Feb 27, 2019

In the GMF feature editing tool, while trying to stop editing when there a feature is selected and dirty, a modal opens asking for confirmation. In the process of applying the cancel, the modal gets hidden with an animation for a short period of time. If we cancel right away, the modal gets destroyed while animating and the result is we have the modal backdrop still there.

This patch lets the modal do its animation then apply the cancel.

@adube adube requested review from fredj and sbrunner February 27, 2019 15:36
@adube
Copy link
Contributor Author

adube commented Feb 28, 2019

@sbrunner or @fredj - ready for review.

@adube adube merged commit e4045ad into camptocamp:master Feb 28, 2019
@adube adube deleted the 793-fix-edit-modal branch February 28, 2019 14:23
@sbrunner sbrunner added this to the 2.4 milestone Feb 28, 2019
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.

None yet

3 participants