Commit fcc07918 authored by Jérome Perrin's avatar Jérome Perrin

Prefix dialog fields by your_ not my_

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15756 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ec3e3267
......@@ -73,8 +73,8 @@
<key> <string>left</string> </key>
<value>
<list>
<string>my_comment</string>
<string>my_workflow_action</string>
<string>your_comment</string>
<string>your_workflow_action</string>
</list>
</value>
</item>
......
......@@ -14,7 +14,7 @@
<dictionary>
<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>
......
......@@ -14,7 +14,7 @@
<dictionary>
<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>
......@@ -279,7 +279,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>request/workflow_action | nothing</string> </value>
<value> <string>request/workflow_action | request/field_my_workflow_action | nothing</string> </value>
</item>
</dictionary>
</pickle>
......
415
\ No newline at end of file
416
\ 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