-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🔙 from #127 - Save new relation after saved new parent feature with S…
…ave All (#128) * Save new relation after saved new parent feature with Save All (#127) * 🐛 Save all relation * 🐛 Fix show error message when commit get an error * Comments * Filter field unique * comment and refactor handle of unique input fields * Comments * Comments and push Promise to await purpose * Comments * ♻️ Unique fields * 🐛 In case of current_values has null * Misspelling uniqueFieldsValue instead of uniqueFieldsValue * 🐛 uniqueFieldsValues set empty value for each layer only * 🐛 set selected false whe close editing panel - resetDefault * Set TOC_ORDER to true to CatalogRegistry.getLayers
- Loading branch information
1 parent
9b7e17e
commit e03e52e
Showing
11 changed files
with
454 additions
and
510 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -234,7 +234,7 @@ | |
|
||
/** | ||
* Start tool of toolbox | ||
* | ||
* | ||
* @param toolId | ||
* @param toolboxId | ||
*/ | ||
|
@@ -330,7 +330,7 @@ | |
* ORIGINAL SOURCE: g3w-client-plugin-editing/services/[email protected] | ||
* | ||
* Called by Editing Panel on creation time | ||
* | ||
* | ||
* @since [email protected] | ||
*/ | ||
registerOnLineOffLineEvent() { | ||
|
@@ -359,7 +359,7 @@ | |
|
||
/** | ||
* ORIGINAL SOURCE: g3w-client-plugin-editing/services/[email protected] | ||
* | ||
* | ||
* Check if alread have off lines changes | ||
* | ||
* @param { Object } opts | ||
|
@@ -591,9 +591,6 @@ | |
|
||
this.service.getToolBoxes().forEach(toolbox => toolbox.resetDefault()); | ||
|
||
// clear all unique values fields related to layer (after a closing editing panel). | ||
this.state.uniqueFieldsValues = {}; | ||
|
||
this._enableQueryMapControl(); | ||
}, | ||
|
||
|
Large diffs are not rendered by default.
Oops, something went wrong.
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.