Details
-
Sub-task
-
Status: Released (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Feature
- The XML Editor should be able to import XML configuration elements from import files to a currently open file.
- Import operation is available from the context menu of the elements.
- Only XML import files that contain the child elements of the currently selected element in the editor tab as the root element can be processed.
- Provide file dialog to select one file or multiple files for import.
- Validate import file before start of import.
- Import operation is available from the context menu of the elements.
- The XML Editor should be able to export nodes to XML configuration files.
- One element can be selected for export.
- The XML editor exports the selected element and all child elements. Elements from referenced nodes are not considered.
- Provide file dialog to specify the export file.
- Validate export file after export.
Maintainer Notes
- This feature is intended for conflict-free resolution of element imports.
- A later release will provide the functionality to merge complete XML configuration files, see JS-1478.
Attachments
Issue Links
- relates to
-
JS-1478 XML Editor imports and exports XML configuration files for merge
- Deferred