You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(mergeWizard): insert element at valid position (openscd#888)
The merge wizard was implemented before our "choose a valid position
automatically" feature was implemented for insert and move actions in
Editing (`reference: undefined`).
Therefore, all insert actions fired by the merge wizard insert the
element at as the parent's last child, resulting in schema invalid files
in many cases (e.g. insert a Substation section in a file with an IED or
DataTypeTemplates). This fixes that issue, making our Merge and
UpdateSubstation plugins schema compliant.
0 commit comments