Adds form task, token to search form. Adds url updater to search area.

This commit is contained in:
2022-11-12 22:42:08 +02:00
parent 461edf5c3f
commit 7759738938
9 changed files with 56 additions and 26 deletions

View File

@@ -257,7 +257,7 @@ class ComponentbuilderViewSearch extends HtmlView
'class' => 'list_class',
'description' => 'COM_COMPONENTBUILDER_SELECT_THE_TABLE_TO_SEARCH',
'required' => 'true',
'default' => -1];
'default' => $this->urlvalues['table_name']];
// start the component options
$options = [];
$options['-1'] = 'COM_COMPONENTBUILDER__SEARCH_ALL_';