-
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(editors): fix clear date & blank disabled field w/Composite Editor (
#235) * fix(editors): fix clear date & blank disabled field w/Composite Editor - clear date was not working on the 2nd time, calling mass update once then saving and calling mass update again was not clearing the 2nd time around - the issue was because formValues was containing data of disabled fields even when these fields were not even touched, basically when disabling we shouldn't trigger the onCompositeEditorChange (and that was the issue) - also fixed the modal window to be disposed after we're done with saving massUpdate/massSelectionChange
- Loading branch information
1 parent
16daa36
commit 9aac97d
Showing
23 changed files
with
291 additions
and
147 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.