Skip to content
Snippets Groups Projects
Commit e95f644a authored by Dorian Merz's avatar Dorian Merz
Browse files

refs #16750 [fid] add shortLabel to selected tab config

parent d339df05
No related merge requests found
......@@ -73,6 +73,7 @@ class SearchTabs extends \VuFind\View\Helper\Root\SearchTabs
{
$retval = parent::createSelectedTab($id, $class, $label, $permissionName);
$retval['hiddenFilters'] = $this->helper->getTabFilterConfig()[$id] ?? null;
$retval['shortLabel'] = 'SearchTabs::'.$label;
return $retval;
}
......
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