User tests: Successful: Unsuccessful:
ActionsDropdown::$dropDownList
is declared as string
while it's string[]
Once rendered, the array is casted to null (I guess to free memory), but it's an array actually and all any next further call to add a button will produce warning on adding element to null.
Apply patch.
See IDE warning for static::$dropDownList[] = ...
code.
No IDE warnings.
Please select:
Documentation link for docs.joomla.org:
No documentation changes for docs.joomla.org needed
Pull Request link for manual.joomla.org:
No documentation changes for manual.joomla.org needed
Category | ⇒ | Libraries |
Status | New | ⇒ | Pending |
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2023-09-30 20:07:32 |
Closed_By | ⇒ | HLeithner | |
Labels |
Added:
PR-5.0-dev
|