?
avatar infograf768
infograf768
4 Mar 2020

Steps to reproduce the issue

Edit/create an article in back-end or frontend.
Select CMS Content => Module
Display filters

Screen Shot 2020-03-04 at 11 05 12

Screen Shot 2020-03-04 at 11 04 40

avatar infograf768 infograf768 - open - 4 Mar 2020
avatar joomla-cms-bot joomla-cms-bot - change - 4 Mar 2020
Labels Added: ? ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 4 Mar 2020
avatar brianteeman
brianteeman - comment - 4 Mar 2020

confirmed

avatar infograf768
infograf768 - comment - 4 Mar 2020

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?

avatar infograf768
infograf768 - comment - 4 Mar 2020

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.

avatar infograf768 infograf768 - change - 4 Mar 2020
Status New Closed
Closed_Date 0000-00-00 00:00:00 2020-03-04 10:59:15
Closed_By infograf768
Labels Added: ?
Removed: ?
avatar infograf768 infograf768 - close - 4 Mar 2020
avatar infograf768
infograf768 - comment - 4 Mar 2020

Please test #28221

avatar wilsonge wilsonge - change - 5 Mar 2020
Labels Removed: ?
avatar wilsonge wilsonge - unlabeled - 5 Mar 2020
avatar infograf768
infograf768 - comment - 6 Mar 2020

re-opening as pr does not work anymore

avatar infograf768 infograf768 - change - 6 Mar 2020
Status Closed New
Closed_Date 2020-03-04 10:59:15
Closed_By infograf768
avatar infograf768 infograf768 - reopen - 6 Mar 2020
avatar jwaisner jwaisner - change - 6 Mar 2020
Status New Confirmed
Build staging 4.0-dev
avatar infograf768 infograf768 - change - 7 Mar 2020
Status Confirmed Closed
Closed_Date 0000-00-00 00:00:00 2020-03-07 10:41:10
Closed_By infograf768
avatar infograf768 infograf768 - close - 7 Mar 2020

Add a Comment

Login with GitHub to post a comment