File tree Expand file tree Collapse file tree 1 file changed +4
-11
lines changed Expand file tree Collapse file tree 1 file changed +4
-11
lines changed Original file line number Diff line number Diff line change @@ -642,8 +642,10 @@ data-search-with:
642
642
panel is not created to allow the user to search within
643
643
the class.
644
644
* Adding ``data-search-with`` specifies the fields that can
645
- be used for searching.
646
- E.G. ``data-search-with="title,status,keyword"``
645
+ be used for searching. For example when invoking the
646
+ classhelper for the issue class, using
647
+ ``data-search-with="title,status,keyword"`` wil enable
648
+ three search fields.
647
649
* The search can be customized using the following syntax:
648
650
649
651
* Adding ``[]`` at then end of a field (``"status[]"``)
@@ -669,15 +671,6 @@ data-search-with:
669
671
descending order by name. If the sort order is not
670
672
specified, the default order for the class is used.
671
673
672
- .. :
673
- remove in 2.5 release if /data/user/roles endpoint
674
- in rest.py is successful.
675
-
676
- * Note that the ``roles`` field for the user class is
677
- special. If you have not modified ``interfaces.py``,
678
- roles can not be displayed as a dropdown. It will be
679
- displayed as a text search field instead.
680
-
681
674
<roundup-classhelper> styling
682
675
-----------------------------
683
676
You can’t perform that action at this time.
0 commit comments