Commit 577162e4 authored by Łukasz Nowak's avatar Łukasz Nowak

- use my_comment from field library for comment instead of generic text area field

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25579 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 26a27ec3
......@@ -12,9 +12,7 @@
<item>
<key> <string>delegated_list</string> </key>
<value>
<list>
<string>title</string>
</list>
<list/>
</value>
</item>
<item>
......@@ -76,7 +74,7 @@
<dictionary>
<item>
<key> <string>field_id</string> </key>
<value> <string>my_text_area_field</string> </value>
<value> <string>my_comment</string> </value>
</item>
<item>
<key> <string>form_id</string> </key>
......@@ -86,10 +84,6 @@
<key> <string>target</string> </key>
<value> <string>Click to edit the target</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Comments</string> </value>
</item>
</dictionary>
</value>
</item>
......
621
\ No newline at end of file
622
\ 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