Commit e9810d1f authored by Yusei Tahara's avatar Yusei Tahara

2009-05-18 yusei

* Fix some proxy fields. count_method should not be inherited from template field.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27020 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4f47e5bc
......@@ -14,11 +14,12 @@
<value>
<list>
<string>title</string>
<string>select</string>
<string>selection_name</string>
<string>columns</string>
<string>list_method</string>
<string>count_method</string>
<string>selection_name</string>
<string>search</string>
<string>select</string>
</list>
</value>
</item>
......@@ -90,6 +91,10 @@
</list>
</value>
</item>
<item>
<key> <string>count_method</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>field_id</string> </key>
<value> <string>my_list_mode_listbox</string> </value>
......@@ -141,7 +146,7 @@
<dictionary>
<item>
<key> <string>method_name</string> </key>
<value> <unicode>objectValues</unicode> </value>
<value> <string>objectValues</string> </value>
</item>
</dictionary>
</pickle>
......
2009-05-18 yusei
* Fix some proxy fields. count_method should not be inherited from template field.
2009-05-15 yusei
* Remove my_text_content from generic field dict in SkinsTool_makeFieldLibraryAndProxifyAllField. It was not generic enough for many editor fields.
* Add my_editor_field to Base_viewForgeFieldLibrary.
......
466
\ No newline at end of file
467
\ 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