File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed
Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ Feature:
2525- added option to turn off registration confirmation via email
2626 ("instant_registration" in config) (sf rfe 922209)
2727- roundup-admin reindex command may now work on single items or classes
28+ - multiple selection Link/Multilink search field (thanks Marlon van den Berg)
2829
2930
30312004-??-?? 0.7.7
Original file line number Diff line number Diff line change 1717 column_input templates/page/macros/column_input;
1818 sort_input templates/page/macros/sort_input;
1919 group_input templates/page/macros/group_input;
20- search_select templates/page/macros/search_select; ">
20+ search_select templates/page/macros/search_select;
21+ search_multiselect templates/page/macros/search_multiselect; ">
2122
2223< tr >
2324 < th class ="header "> </ th >
Original file line number Diff line number Diff line change @@ -166,6 +166,13 @@ <h2><span metal:define-slot="body_title">body title</span></h2>
166166 </ select >
167167</ td >
168168
169+ < td metal:define-macro ="search_multiselect ">
170+ < input tal:attributes ="value python:request.form.getvalue(name) or nothing;
171+ name name ">
172+ < span tal:replace ="structure python:db[db_klass].classhelp(db_content,
173+ property=name, width='600') " />
174+ </ td >
175+
169176< td metal:define-macro ="search_checkboxes ">
170177 < ul class ="search-checkboxes "
171178 tal:define ="value python:request.form.getvalue(name) ">
You can’t perform that action at this time.
0 commit comments