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