Mercurial > p > roundup > code
changeset 7976:adc3db39cb53
docs: more cleanups
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Tue, 21 May 2024 20:13:18 -0400 |
| parents | 16c2e2849fd6 |
| children | d3c0d3c9f5e7 |
| files | doc/admin_guide.txt |
| diffstat | 1 files changed, 4 insertions(+), 11 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/admin_guide.txt Tue May 21 20:10:28 2024 -0400 +++ b/doc/admin_guide.txt Tue May 21 20:13:18 2024 -0400 @@ -642,8 +642,10 @@ panel is not created to allow the user to search within the class. * Adding ``data-search-with`` specifies the fields that can - be used for searching. - E.G. ``data-search-with="title,status,keyword"`` + be used for searching. For example when invoking the + classhelper for the issue class, using + ``data-search-with="title,status,keyword"`` wil enable + three search fields. * The search can be customized using the following syntax: * Adding ``[]`` at then end of a field (``"status[]"``) @@ -669,15 +671,6 @@ descending order by name. If the sort order is not specified, the default order for the class is used. -.. : - remove in 2.5 release if /data/user/roles endpoint - in rest.py is successful. - - * Note that the ``roles`` field for the user class is - special. If you have not modified ``interfaces.py``, - roles can not be displayed as a dropdown. It will be - displayed as a text search field instead. - <roundup-classhelper> styling -----------------------------
