Problem/Motivation
When closing the modal through X button, the save events aren't restored on the button.
Steps to reproduce
- Open a node edit form
- Click "Save"
- Modal opens and click "X"
- Click "Save" again - Nothing happens
Proposed resolution
Set window.mcbpDialogOpen = false; in the close event.
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork moderated_content_bulk_publish-3555385
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
baikho commentedComment #4
baikho commentedComment #7
joseph.olstadComment #9
joseph.olstadThanks @baikho for this fix.