Commit 1cdf4164 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

event listbox in Ticket_view should not be editable.

parent 140a9375
...@@ -10,15 +10,16 @@ ...@@ -10,15 +10,16 @@
<key> <string>delegated_list</string> </key> <key> <string>delegated_list</string> </key>
<value> <value>
<list> <list>
<string>editable_columns</string> <string>columns</string>
<string>sort</string>
<string>description</string>
<string>title</string>
<string>count_method</string> <string>count_method</string>
<string>selection_name</string> <string>description</string>
<string>editable</string>
<string>editable_columns</string>
<string>list_method</string> <string>list_method</string>
<string>portal_types</string> <string>portal_types</string>
<string>columns</string> <string>selection_name</string>
<string>sort</string>
<string>title</string>
</list> </list>
</value> </value>
</item> </item>
...@@ -130,6 +131,10 @@ ...@@ -130,6 +131,10 @@
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <string>List of all events related to the follow up ticket</string> </value> <value> <string>List of all events related to the follow up ticket</string> </value>
</item> </item>
<item>
<key> <string>editable</string> </key>
<value> <int>0</int> </value>
</item>
<item> <item>
<key> <string>editable_columns</string> </key> <key> <string>editable_columns</string> </key>
<value> <value>
...@@ -237,10 +242,7 @@ ...@@ -237,10 +242,7 @@
</record> </record>
<record id="3" aka="AAAAAAAAAAM="> <record id="3" aka="AAAAAAAAAAM=">
<pickle> <pickle>
<tuple> <global name="Method" module="Products.Formulator.MethodField"/>
<global name="Method" module="Products.Formulator.MethodField"/>
<tuple/>
</tuple>
</pickle> </pickle>
<pickle> <pickle>
<dictionary> <dictionary>
...@@ -253,10 +255,7 @@ ...@@ -253,10 +255,7 @@
</record> </record>
<record id="4" aka="AAAAAAAAAAQ="> <record id="4" aka="AAAAAAAAAAQ=">
<pickle> <pickle>
<tuple> <global name="Method" module="Products.Formulator.MethodField"/>
<global name="Method" module="Products.Formulator.MethodField"/>
<tuple/>
</tuple>
</pickle> </pickle>
<pickle> <pickle>
<dictionary> <dictionary>
......
598 599
\ 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