User tests: Successful: Unsuccessful:
Pull Request for Issue # .
This PRs made several clean up to Category model class in our components:
$app = Factory::getApplication();
$menu = $app->getMenu();
$active = $menu->getActive();
To single line of code:
$active = Factory::getApplication()->getMenu()->getActive();
Code review should be enough. If you have good IDE like phpstorm, it will clearly show you that the removed class properties are un-used.
Status | New | ⇒ | Pending |
Category | ⇒ | Front End com_contact com_content com_newsfeeds |
Labels |
Added:
?
|
Close due to conflicts. Will redo the PR at a later time
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2022-12-29 15:11:20 |
Closed_By | ⇒ | joomdonation | |
Labels |
Added:
Conflicting Files
?
Removed: ? |
This pull request has automatically rebased to 4.2-dev.