Commit 410348da authored by Jérome Perrin's avatar Jérome Perrin

do not allow to change the section at line level, it is too confusing and...

do not allow to change the section at line level, it is too confusing and would require line level security

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34505 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a03fb3be
......@@ -85,8 +85,8 @@
<list>
<string>my_source_debit</string>
<string>my_source_title</string>
<string>my_source_payment</string>
<string>my_source_section_title</string>
<string>my_source_payment</string>
</list>
</value>
</item>
......
......@@ -12,7 +12,10 @@
<item>
<key> <string>delegated_list</string> </key>
<value>
<list/>
<list>
<string>editable</string>
<string>title</string>
</list>
</value>
</item>
<item>
......@@ -72,6 +75,10 @@
<key> <string>values</string> </key>
<value>
<dictionary>
<item>
<key> <string>editable</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>field_id</string> </key>
<value> <string>my_source_section_title</string> </value>
......@@ -84,6 +91,10 @@
<key> <string>target</string> </key>
<value> <string>Click to edit the target</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Section</string> </value>
</item>
</dictionary>
</value>
</item>
......
......@@ -85,8 +85,8 @@
<list>
<string>my_destination_debit</string>
<string>my_destination_title</string>
<string>my_destination_payment</string>
<string>my_destination_section_title</string>
<string>my_destination_payment</string>
</list>
</value>
</item>
......
......@@ -13,6 +13,7 @@
<key> <string>delegated_list</string> </key>
<value>
<list>
<string>editable</string>
<string>title</string>
</list>
</value>
......@@ -74,6 +75,10 @@
<key> <string>values</string> </key>
<value>
<dictionary>
<item>
<key> <string>editable</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>field_id</string> </key>
<value> <string>my_destination_section_title</string> </value>
......@@ -88,7 +93,7 @@
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Destination Section</string> </value>
<value> <string>Section</string> </value>
</item>
</dictionary>
</value>
......
1169
\ No newline at end of file
1170
\ 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