Commit 0fef0b7e authored by Jérome Perrin's avatar Jérome Perrin

Use your_ field prefix in dialogs

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16691 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 40f71713
......@@ -75,20 +75,19 @@
<value>
<dictionary>
<item>
<key> <string>Default</string> </key>
<key> <string>Default</string> </key>
<value>
<list>
<string>my_comment</string>
<string>my_default_follow_up</string>
<string>your_comment</string>
<string>your_default_follow_up</string>
<string>your_workflow_action</string>
</list>
</value>
</item>
<item>
<key> <string>hidden</string> </key>
<key> <string>hidden</string> </key>
<value>
<list>
<string>my_workflow_action</string>
</list>
<list/>
</value>
</item>
</dictionary>
......
......@@ -12,9 +12,15 @@
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_owner</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>my_comment</string> </value>
<value> <string>your_comment</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
......
......@@ -12,9 +12,15 @@
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_owner</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>my_workflow_action</string> </value>
<value> <string>your_workflow_action</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
......@@ -245,7 +251,7 @@
</item>
<item>
<key> <string>title</string> </key>
<value> <string>-</string> </value>
<value> <string></string> </value>
</item>
<item>
<key> <string>truncate</string> </key>
......@@ -279,7 +285,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python:here.REQUEST.workflow_action</string> </value>
<value> <string>request/workflow_action | request/field_my_workflow_action | nothing</string> </value>
</item>
</dictionary>
</pickle>
......
113
\ No newline at end of file
114
\ 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