Commit 9f790900 authored by Jérome Perrin's avatar Jérome Perrin

Make sure your_title is editable in PersonModule_viewNewEventDialog: the...

Make sure your_title is editable in PersonModule_viewNewEventDialog: the target fields has a TALES that does not apply here

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19373 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent eda144a2
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
<key> <string>delegated_list</string> </key> <key> <string>delegated_list</string> </key>
<value> <value>
<list> <list>
<string>display_width</string> <string>editable</string>
</list> </list>
</value> </value>
</item> </item>
...@@ -75,8 +75,8 @@ ...@@ -75,8 +75,8 @@
<value> <value>
<dictionary> <dictionary>
<item> <item>
<key> <string>display_width</string> </key> <key> <string>editable</string> </key>
<value> <int>40</int> </value> <value> <int>1</int> </value>
</item> </item>
<item> <item>
<key> <string>field_id</string> </key> <key> <string>field_id</string> </key>
......
156 159
\ 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