Details
-
Feature
-
Status: Deferred (View Workflow)
-
Minor
-
Resolution: Unresolved
-
None
-
None
Description
Feature
- The XML Editor should be able to import and merge XML configuration from import files to a currently open file.
- Provide file dialog to select one import file or a number of import files for merge.
- Validate import file before start of merge.
- All nodes from the imported file are merged with the current file.
- Conflict resolution
- Use case: different fragments, e.g. JADE FTPFragment and SFTPFragment, with the same @name attribute value are used.
- Use case: the same fragments, i.e. fragments with the same configuration items and different @name attribute values are used.
- Validate current file after merge
- The XML Editor should be able to export nodes to XML configuration files for future merge.
- One element can be selected for export.
- The XML editor exports the selected element and all elements from referenced nodes. If a referenced node includes predecessor nodes that are not included with the selected element node then the XML
- Provide file dialog to specify the export file.
Attachments
Issue Links
- is related to
-
JS-1439 Import and export XML configuration
- Released