Commit 444f5279 authored by Fabien Morin's avatar Fabien Morin

2008-11-06 fabien

* fix some problems in Base_viewLocalPermissionList view (remove id in the listbox and make reference and title not editable).

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24510 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3d3746bf
......@@ -91,10 +91,6 @@
<key> <string>columns</string> </key>
<value>
<list>
<tuple>
<string>id</string>
<string>ID</string>
</tuple>
<tuple>
<string>role_name</string>
<string>Role</string>
......
......@@ -12,7 +12,9 @@
<item>
<key> <string>delegated_list</string> </key>
<value>
<list/>
<list>
<string>editable</string>
</list>
</value>
</item>
<item>
......@@ -72,6 +74,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_reference</string> </value>
......
......@@ -12,7 +12,9 @@
<item>
<key> <string>delegated_list</string> </key>
<value>
<list/>
<list>
<string>editable</string>
</list>
</value>
</item>
<item>
......@@ -73,8 +75,8 @@
<value>
<dictionary>
<item>
<key> <string>description</string> </key>
<value> <string>The title of the document.</string> </value>
<key> <string>editable</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>field_id</string> </key>
......@@ -88,10 +90,6 @@
<key> <string>target</string> </key>
<value> <string>Click to edit the target</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Title</string> </value>
</item>
</dictionary>
</value>
</item>
......
2008-11-06 fabien
* fix some problems in Base_viewLocalPermissionList view (remove id in the listbox and make reference and title not editable).
2008-10-28 yusei
* Product Interest field is now translatable.
......
466
\ No newline at end of file
464
\ 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