User tests: Successful: Unsuccessful:
Clean install of j5 alpha
Go to redirect manager, create a redirect and display filters
all filters display
the first filter (status) does not display
The field type in the xml is "redirect_status" but the actual field is "redirectstatus"
In joomla 4 this is resolved by classmap which creates an alias between the two
In Joomla 5 (on a clean install) this classmap is NOT used by default SO UNLESS the new system-backwardcompatibility plugin is enabled it does not work
a clean install of joomla 5 should not require this plugin to be enabled
Category | ⇒ | Administration com_redirect |
Status | New | ⇒ | Pending |
This does not work.
The xml need to be type="RedirectStatus"
(CamelCase)
And would be nice to update what @richard67 found, to public $type = 'RedirectStatus';
Will update both now. FWIW the pr did work but only on a case insensitive OS
Category | Administration com_redirect | ⇒ | Administration com_redirect Libraries |
Labels |
Added:
PR-5.0-dev
|
I have tested this item
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2023-07-23 19:28:31 |
Closed_By | ⇒ | HLeithner |
thanks
thanks
@brianteeman Hmm, but here it still is with underscore https://github.com/joomla/joomla-cms/blob/5.0-dev/libraries/src/Form/Field/RedirectStatusField.php#L29 :
Should it be changed there, too?