Actions
Feature #103706
closedAdd configuration option to allow setting a default/pre-selected option for the list view search box recursion
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2024-04-23
Due date:
% Done:
100%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
We can alter mod.web_list.searchLevel.items
to change the provided items in the recursion depth selection of the search box in the list view.
But there's no way to change the default selection, this is hardcoded to "0" (current page). But most of our customers (and most devs) want "infinite" pre-selected.
I propose adding a new TSconfig option mod.web_list.searchLevel.default
that is considered to be able to configure the pre-selected default item from mod.web_list.searchLevel.items
.
Actions