Commit 4a2a186e authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

workflow state title should not be editable.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30620 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b1fafff4
......@@ -13,8 +13,9 @@
<key> <string>delegated_list</string> </key>
<value>
<list>
<string>display_width</string>
<string>description</string>
<string>display_width</string>
<string>editable</string>
<string>title</string>
</list>
</value>
......@@ -84,6 +85,10 @@
<key> <string>display_width</string> </key>
<value> <int>20</int> </value>
</item>
<item>
<key> <string>editable</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>field_id</string> </key>
<value> <string>my_string_field</string> </value>
......
1381
\ No newline at end of file
1382
\ 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