-
Notifications
You must be signed in to change notification settings - Fork 57
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
IBX-431: Allowed interception of canceling the draft version edit #1876
Conversation
25d3862
to
19196d8
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.
Code style needs to be fixed here.
src/bundle/Resources/views/themes/admin/content/edit/edit.html.twig
Outdated
Show resolved
Hide resolved
@adamwojs Code style is OK, our fixer configuration is outdated (we're not eZ Systems anymore). |
7c60c82
to
5eb0b5e
Compare
5eb0b5e
to
ddb5812
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Rebase with 2.3 after merging:
#1878Done.There cancel button (
X
) was a plain link and it was not possible to intercept and react to the action on the backend side.Checklist:
$ composer fix-cs
)