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 @@ ...@@ -91,10 +91,6 @@
<key> <string>columns</string> </key> <key> <string>columns</string> </key>
<value> <value>
<list> <list>
<tuple>
<string>id</string>
<string>ID</string>
</tuple>
<tuple> <tuple>
<string>role_name</string> <string>role_name</string>
<string>Role</string> <string>Role</string>
......
...@@ -12,7 +12,9 @@ ...@@ -12,7 +12,9 @@
<item> <item>
<key> <string>delegated_list</string> </key> <key> <string>delegated_list</string> </key>
<value> <value>
<list/> <list>
<string>editable</string>
</list>
</value> </value>
</item> </item>
<item> <item>
...@@ -72,6 +74,10 @@ ...@@ -72,6 +74,10 @@
<key> <string>values</string> </key> <key> <string>values</string> </key>
<value> <value>
<dictionary> <dictionary>
<item>
<key> <string>editable</string> </key>
<value> <int>0</int> </value>
</item>
<item> <item>
<key> <string>field_id</string> </key> <key> <string>field_id</string> </key>
<value> <string>my_reference</string> </value> <value> <string>my_reference</string> </value>
......
...@@ -12,7 +12,9 @@ ...@@ -12,7 +12,9 @@
<item> <item>
<key> <string>delegated_list</string> </key> <key> <string>delegated_list</string> </key>
<value> <value>
<list/> <list>
<string>editable</string>
</list>
</value> </value>
</item> </item>
<item> <item>
...@@ -73,8 +75,8 @@ ...@@ -73,8 +75,8 @@
<value> <value>
<dictionary> <dictionary>
<item> <item>
<key> <string>description</string> </key> <key> <string>editable</string> </key>
<value> <string>The title of the document.</string> </value> <value> <int>0</int> </value>
</item> </item>
<item> <item>
<key> <string>field_id</string> </key> <key> <string>field_id</string> </key>
...@@ -88,10 +90,6 @@ ...@@ -88,10 +90,6 @@
<key> <string>target</string> </key> <key> <string>target</string> </key>
<value> <string>Click to edit the target</string> </value> <value> <string>Click to edit the target</string> </value>
</item> </item>
<item>
<key> <string>title</string> </key>
<value> <string>Title</string> </value>
</item>
</dictionary> </dictionary>
</value> </value>
</item> </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 2008-10-28 yusei
* Product Interest field is now translatable. * Product Interest field is now translatable.
......
466 464
\ No newline at end of file \ 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