mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 10:38:45 +02:00
N°3990 - Compiler: Set "_delta" flag on moved node if no ancestors has one
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<itop_design xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.7">
|
||||
<a>
|
||||
<b/>
|
||||
<d _delta="force"/>
|
||||
<f _delta="delete">
|
||||
<g>I'm a future sibling</g>
|
||||
</f>
|
||||
</a>
|
||||
</itop_design>
|
||||
Reference in New Issue
Block a user