Commit eb61cfdc authored by Fabien Morin's avatar Fabien Morin

fix broken proxyfields introduced by r39592. Rename a field to use subject...

fix  broken proxyfields introduced by r39592. Rename a field to use subject instead of tag which is the appropriate term in erp5

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39663 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ae355fd0
......@@ -71,7 +71,7 @@
<dictionary>
<item>
<key> <string>field_id</string> </key>
<value> <string>tag_list</string> </value>
<value> <string>subject_list</string> </value>
</item>
<item>
<key> <string>form_id</string> </key>
......
......@@ -123,7 +123,7 @@
<key> <string>subcontent subcontent-box (Tags)</string> </key>
<value>
<list>
<string>tag_list</string>
<string>subject_list</string>
</list>
</value>
</item>
......
......@@ -14,7 +14,7 @@
</item>
<item>
<key> <string>id</string> </key>
<value> <string>tag_list</string> </value>
<value> <string>subject_list</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
......@@ -71,7 +71,7 @@
<dictionary>
<item>
<key> <string>field_id</string> </key>
<value> <string>tag_list</string> </value>
<value> <string>subject_list</string> </value>
</item>
<item>
<key> <string>form_id</string> </key>
......
56
\ No newline at end of file
58
\ 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