Clean install of j5 alpha
Go to plugin manager and display filters
all filters display
the first filter (status) does not display
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
Labels |
Added:
No Code Attached Yet
|
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');
Labels |
Added:
bug
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2023-10-04 20:53:03 |
Closed_By | ⇒ | brianteeman |
merging #35743 would be a good start