mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
N°729 Form prefill : switched argument type for Designer to reference
SVN:trunk[5686]
This commit is contained in:
@@ -992,7 +992,7 @@
|
|||||||
<method id="PrefillCreationForm">
|
<method id="PrefillCreationForm">
|
||||||
<arguments>
|
<arguments>
|
||||||
<argument id="1">
|
<argument id="1">
|
||||||
<type>array</type>
|
<type>reference</type>
|
||||||
<mandatory>true</mandatory>
|
<mandatory>true</mandatory>
|
||||||
</argument>
|
</argument>
|
||||||
</arguments>
|
</arguments>
|
||||||
@@ -1000,7 +1000,7 @@
|
|||||||
<method id="PrefillTransitionForm">
|
<method id="PrefillTransitionForm">
|
||||||
<arguments>
|
<arguments>
|
||||||
<argument id="1">
|
<argument id="1">
|
||||||
<type>array</type>
|
<type>reference</type>
|
||||||
<mandatory>true</mandatory>
|
<mandatory>true</mandatory>
|
||||||
</argument>
|
</argument>
|
||||||
</arguments>
|
</arguments>
|
||||||
@@ -1008,7 +1008,7 @@
|
|||||||
<method id="PrefillSearchForm">
|
<method id="PrefillSearchForm">
|
||||||
<arguments>
|
<arguments>
|
||||||
<argument id="1">
|
<argument id="1">
|
||||||
<type>array</type>
|
<type>reference</type>
|
||||||
<mandatory>true</mandatory>
|
<mandatory>true</mandatory>
|
||||||
</argument>
|
</argument>
|
||||||
</arguments>
|
</arguments>
|
||||||
|
|||||||
Reference in New Issue
Block a user