User tests: Successful: Unsuccessful:
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.
| Status | New | ⇒ | Pending |
| Category | ⇒ | Administration com_finder Front End |
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">
| Labels |
Added:
?
|
||
| Category | Administration com_finder Front End | ⇒ | Administration com_finder Front End Modules |
Fixed.
I have tested this item
I have tested this item
I have tested this item
| Status | Pending | ⇒ | Ready to Commit |
RTC
| Labels |
Added:
?
|
||
Can you drop a PR to deprecate the unused field in 3.9 branch please
| 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 |
Don't you need to also modify the module?