No Code Attached Yet bug
avatar brianteeman
brianteeman
14 Jul 2023

Steps to reproduce the issue

Clean install of j5 alpha
Go to plugin manager and display filters

Expected result

all filters display

Actual result

the first filter (status) does not display

Additional comments

I finally tracked it down. The field type in the xml is "plugin_status" but the actual field is "pluginstatus"

In joomla 4 this is resolved by classmap which creates an alias between the two

In Joomla 5 (on a clean install) it would appear that this classmap is NOT used by default UNLESS the new system-backwardcompatibility plugin is enabled. it is not enabled by default

It is easy for me to change the field name BUT that is fixing the symptom not the cause.

the classmap says deprecated 6.0 so I would expect it to work until 6.0
I do not expect that I have to enable an additional plugin for the classmap to work

a clean install of joomla 5 should not require this plugin to be enabled

avatar brianteeman brianteeman - open - 14 Jul 2023
avatar joomla-cms-bot joomla-cms-bot - change - 14 Jul 2023
Labels Added: No Code Attached Yet
avatar joomla-cms-bot joomla-cms-bot - labeled - 14 Jul 2023
avatar brianteeman brianteeman - change - 14 Jul 2023
The description was changed
avatar brianteeman brianteeman - edited - 14 Jul 2023
avatar brianteeman brianteeman - change - 14 Jul 2023
The description was changed
avatar brianteeman brianteeman - edited - 14 Jul 2023
avatar brianteeman
brianteeman - comment - 14 Jul 2023

merging #35743 would be a good start

avatar PhocaCz
PhocaCz - comment - 14 Jul 2023

the classmap says deprecated 6.0 so I would expect it to work until 6.0
I do not expect that I have to enable an additional plugin for the classmap to work

This is similar to e.g. JURI: JLoader::registerAlias('JUri', '\Joomla\CMS\Uri\Uri', '6.0');

avatar Hackwar Hackwar - change - 24 Aug 2023
Labels Added: bug
avatar Hackwar Hackwar - labeled - 24 Aug 2023
avatar brianteeman brianteeman - change - 4 Oct 2023
Status New Closed
Closed_Date 0000-00-00 00:00:00 2023-10-04 20:53:03
Closed_By brianteeman
avatar brianteeman brianteeman - close - 4 Oct 2023

Add a Comment

Login with GitHub to post a comment