Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing bug where an error is displayed when saving a new scripted fie…
…ld (#10820) * Fixing bug where an error is displayed when saving a new scripted field When a new scripted field is saved, there is a moment where a mapping error validation message is displayed because there's a field with the same name. Added a `saving` flag that is used to no longer show the validation message in this situation. * Switching approach to copying fieldNames on instantiation
- Loading branch information