Labels |
Added:
?
?
|
This solution works here by forcing the clientid in the view
i.e.
// If in modal layout.
else
{
// Client id selector should not exist.
$this->filterForm->removeField('client_id', '');
$this->clientId = 0; /// Force clientid to site
// If in the frontend state and language should not activate the search tools.
if (Factory::getApplication()->isClient('site'))
{
unset($this->activeFilters['state']);
unset($this->activeFilters['language']);
}
}
Shall I make PR?
Making PR as I don't see another solution.
In site, we have other issues preventing these fields from display.
Preparing a general PR for frontend xtd display containing searchtools which will not solve the problem with these fields as well as for articles filters, but solves contact and menu.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-03-04 10:59:15 |
Closed_By | ⇒ | infograf768 | |
Labels |
Added:
?
Removed: ? |
Labels |
Removed:
?
|
re-opening as pr does not work anymore
Status | Closed | ⇒ | New |
Closed_Date | 2020-03-04 10:59:15 | ⇒ | |
Closed_By | infograf768 | ⇒ |
Status | New | ⇒ | Confirmed |
Build | staging | ⇒ | 4.0-dev |
Status | Confirmed | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-03-07 10:41:10 |
Closed_By | ⇒ | infograf768 |
confirmed