User tests: Successful: Unsuccessful:
In Joomla 3 when an event is triggered, null results are ignored in the result. This pr restores the same behavior for legacy listeners on Joomla 4 and improves backwards compatibility.
@wilsonge this is merge by code review.
None as this is more a 3rd party issue.
Events do return null.
Events do return null.
None as it restores an old behavior.
Status | New | ⇒ | Pending |
Category | ⇒ | Libraries |
Labels |
Added:
?
|
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-08-18 23:54:15 |
Closed_By | ⇒ | wilsonge |
Thanks!
https://github.com/joomla/joomla-cms/blob/staging/libraries/joomla/event/dispatcher.php#L168 Looks like this came from the isset here so lgtm