Commit 1c738f24 authored by Tatuya Kamada's avatar Tatuya Kamada

2009-04-30 Tatuya

* add a field 'row_css_method' according as the Listbox.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26734 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 93f1d37a
...@@ -80,6 +80,7 @@ d = dict(\n ...@@ -80,6 +80,7 @@ d = dict(\n
field_list_method = \'searchFolder\',\n field_list_method = \'searchFolder\',\n
field_count_method = \'countFolder\',\n field_count_method = \'countFolder\',\n
field_stat_method = \'\',\n field_stat_method = \'\',\n
field_row_css_method = \'\',\n
field_selection_name = \'foo_selection\',\n field_selection_name = \'foo_selection\',\n
field_meta_types = \'\',\n field_meta_types = \'\',\n
field_portal_types = \'Foo\',\n field_portal_types = \'Foo\',\n
......
2009-04-30 Tatuya
* add a field 'row_css_method' according as the Listbox.
2009-03-24 2009-03-24
* add proxy role to Base_clearCache because worklist are cached. * add proxy role to Base_clearCache because worklist are cached.
......
428 431
\ No newline at end of file \ 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