User tests: Successful: Unsuccessful:
Pull Request for Issue # .
The getParams
method in SiteApplication
class https://github.com/joomla/joomla-cms/blob/4.0-dev/libraries/src/Application/SiteApplication.php#L284 return component parameters after merging it with active menu item parameters (the menu item parameters take higher priority). However, it does not check and make sure the menu item is linked to current component before merging, and this PR just adds that missing check.
This need code review from developers understand how parameters is handle in Joomla!
Status | New | ⇒ | Pending |
Category | ⇒ | Libraries |
Labels |
Added:
?
|
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2022-06-20 03:10:52 |
Closed_By | ⇒ | joomdonation | |
Labels |
Added:
?
Removed: ? |
The improvement is okay but it doesn't decrease the code length.
