? ? Pending

User tests: Successful: Unsuccessful:

avatar Hackwar
Hackwar
18 Jun 2018

Right now the Searchfilter field in the menu item does not work. Instead of that field, a simple text field is loaded. This fixes that. It also removes the Directories Field, which is used nowhere and is basically a copy of the Folderlist field that we have in core.

How to test

  1. Enable the smart search plugin, index all your content
  2. Go to the search filters in the backend and create a new filter
  3. Go to your Smart Search Menu item and see that the field "Search Filters" is just a text input.
  4. Apply this patch
  5. See that the Search Filters field now displays a list
avatar Hackwar Hackwar - open - 18 Jun 2018
avatar Hackwar Hackwar - change - 18 Jun 2018
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 18 Jun 2018
Category Administration com_finder Front End
avatar infograf768
infograf768 - comment - 19 Jun 2018

Don't you need to also modify the module?

avatar infograf768
infograf768 - comment - 19 Jun 2018

In fact I was right
You need to also modify the module xml
<fields name="params" addfieldpath="/administrator/components/com_finder/models/fields">
to
<fields name="params" addfieldprefix="Joomla\Component\Finder\Administrator\Field">

avatar Hackwar Hackwar - change - 19 Jun 2018
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - change - 19 Jun 2018
Category Administration com_finder Front End Administration com_finder Front End Modules
avatar Hackwar
Hackwar - comment - 19 Jun 2018

Fixed.

avatar carlitorweb carlitorweb - test_item - 19 Jun 2018 - Tested successfully
avatar carlitorweb
carlitorweb - comment - 19 Jun 2018

I have tested this item successfully on 4b601d9


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/20790.

avatar infograf768 infograf768 - test_item - 20 Jun 2018 - Tested successfully
avatar infograf768
infograf768 - comment - 20 Jun 2018

I have tested this item successfully on 4b601d9


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/20790.

avatar infograf768
infograf768 - comment - 20 Jun 2018

I have tested this item successfully on 4b601d9


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/20790.

avatar infograf768 infograf768 - change - 20 Jun 2018
Status Pending Ready to Commit
avatar infograf768
infograf768 - comment - 20 Jun 2018

RTC


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/20790.

avatar laoneo laoneo - change - 20 Jun 2018
Labels Added: ?
avatar wilsonge
wilsonge - comment - 20 Jun 2018

Can you drop a PR to deprecate the unused field in 3.9 branch please

avatar wilsonge wilsonge - change - 20 Jun 2018
Status Ready to Commit Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2018-06-20 11:00:16
Closed_By wilsonge
avatar wilsonge wilsonge - close - 20 Jun 2018
avatar wilsonge wilsonge - merge - 20 Jun 2018
avatar Hackwar
Hackwar - comment - 20 Jun 2018

#20812 The deprecating PR

Add a Comment

Login with GitHub to post a comment