Commit 0a9a3f88 authored by Boris Kocherov's avatar Boris Kocherov Committed by Boris Kocherov

erp5_xhtml_style: listbox worked without isFiltred patch

parent ec1be030
......@@ -19,7 +19,7 @@
show_select_column here/showSelectColumn;
show_anchor_column here/showAnchorColumn;
show_search_line here/showSearchLine;
global is_filtered python: show_search_line and not here.isNotFiltered();
global is_filtered python: show_search_line and hasattr(here,'isNotFiltered') and not here.isNotFiltered();
is_web_mode real_context/isWebMode | nothing;
is_dialog_mode request/dialog_mode | nothing;
display_style_list here/getDisplayStyleList;
......
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