refactoring
This commit is contained in:
@ -6,8 +6,8 @@
|
||||
<variable doc="No change" multi="True" name="varname" type="string">
|
||||
<property>mandatory</property>
|
||||
<property>normal</property>
|
||||
<value>val1</value>
|
||||
<value>val2</value>
|
||||
<value type="string">val1</value>
|
||||
<value type="string">val2</value>
|
||||
</variable>
|
||||
</family>
|
||||
<family dynamic="rougail.general.varname" doc="dyn" name="dyn">
|
||||
@ -15,7 +15,7 @@
|
||||
<variable doc="No change" multi="False" name="vardyn" type="string">
|
||||
<property>mandatory</property>
|
||||
<property>normal</property>
|
||||
<value>val</value>
|
||||
<value type="string">val</value>
|
||||
</variable>
|
||||
</family>
|
||||
<family doc="new" name="new">
|
||||
@ -24,7 +24,7 @@
|
||||
<property>mandatory</property>
|
||||
<property>normal</property>
|
||||
<value name="calc_val" type="calculation">
|
||||
<param suffix="val1" transitive="False" type="variable">rougail.dyn.vardyn</param>
|
||||
<param notraisepropertyerror="False" suffix="val1" type="variable">rougail.dyn.vardyn</param>
|
||||
</value>
|
||||
</variable>
|
||||
</family>
|
||||
|
Reference in New Issue
Block a user