Commit b02135b9 authored by Łukasz Nowak's avatar Łukasz Nowak

- renamed action name

- made title on form uneditable
- some XML changes

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22084 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1c4e1563
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Operation</string> </value> <value> <string>Operations</string> </value>
</item> </item>
<item> <item>
<key> <string>visible</string> </key> <key> <string>visible</string> </key>
......
...@@ -85,7 +85,7 @@ ...@@ -85,7 +85,7 @@
<value> <string>Transformation_viewFieldLibrary</string> </value> <value> <string>Transformation_viewFieldLibrary</string> </value>
</item> </item>
<item> <item>
<key> <string>portal_types</string> </key> <key> <string>portal_types</string> </key>
<value> <value>
<list> <list>
<tuple> <tuple>
...@@ -96,7 +96,7 @@ ...@@ -96,7 +96,7 @@
</value> </value>
</item> </item>
<item> <item>
<key> <string>selection_name</string> </key> <key> <string>selection_name</string> </key>
<value> <string>transformation_view_transformation_operation_list_selection_name</string> </value> <value> <string>transformation_view_transformation_operation_list_selection_name</string> </value>
</item> </item>
<item> <item>
...@@ -104,7 +104,7 @@ ...@@ -104,7 +104,7 @@
<value> <string>Click to edit the target</string> </value> <value> <string>Click to edit the target</string> </value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Operations</string> </value> <value> <string>Operations</string> </value>
</item> </item>
</dictionary> </dictionary>
......
...@@ -64,7 +64,7 @@ ...@@ -64,7 +64,7 @@
<value> <string></string> </value> <value> <string></string> </value>
</item> </item>
<item> <item>
<key> <string>items</string> </key> <key> <string>items</string> </key>
<value> <value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value> </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>
...@@ -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_title</string> </value> <value> <string>my_title</string> </value>
......
163 165
\ 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