Commit 1ecd7e7d authored by Nicolas Delaby's avatar Nicolas Delaby

Move hash_script_id property from proxy_field to its template in Base_viewTradeFieldLibrary

to share the same consistency among differents dialog

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40173 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 54977ecb
......@@ -10,6 +10,7 @@
<key> <string>delegated_list</string> </key>
<value>
<list>
<string>hash_script_id</string>
<string>items</string>
<string>title</string>
</list>
......@@ -90,6 +91,10 @@
<key> <string>form_id</string> </key>
<value> <string>Base_viewFieldLibrary</string> </value>
</item>
<item>
<key> <string>hash_script_id</string> </key>
<value> <string>DeliveryLine_hashVariationCategoryItemList</string> </value>
</item>
<item>
<key> <string>items</string> </key>
<value>
......
......@@ -10,7 +10,6 @@
<key> <string>delegated_list</string> </key>
<value>
<list>
<string>hash_script_id</string>
<string>required</string>
</list>
</value>
......@@ -84,10 +83,6 @@
<key> <string>form_id</string> </key>
<value> <string>Base_viewTradeFieldLibrary</string> </value>
</item>
<item>
<key> <string>hash_script_id</string> </key>
<value> <string>DeliveryLine_hashVariationCategoryItemList</string> </value>
</item>
<item>
<key> <string>required</string> </key>
<value> <int>0</int> </value>
......
1020
\ No newline at end of file
1022
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment