User tests: Successful: Unsuccessful:
pr for #38881
On a complex site with a lot of categories it can be very difficult to sort the categories using drag and drop because you cannot get the relevant tree on the same page.
This adds a new filter to com_category that allows you to select the parent category. It's particularly useful when used with the max levels filter.
Testing is easiest if you have the test sample data installed as that has a lot of categories
This is a remake of 27486 to support all components that use categories
Category | ⇒ | Administration com_categories |
Status | New | ⇒ | Pending |
Hmm PHPCS reports syntax errors but I have seen that in another PR, too, so I think it’s not related to this PR but the 4.3-dev branch could be broken. I will ask other maintainers to check.
Update: False alarm, I got confused by the log.
@richard67 updated with the pr number - sorry I had just copy pasted the description from the last time
@brianteeman Could you check PHPCS? I think I got confused by the log and my previous comment about the branch being broken could be wrong.
Labels |
Added:
PR-4.3-dev
|
@brianteeman You could run ./libraries/vendor/bin/phpcbf --extensions=php -p --standard=ruleset.xml ./administrator/components/com_categories/src/Model/CategoriesModel.php
to see what it suggests.
I have tested this item
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
RTC
This pull request has been automatically rebased to 5.0-dev. No new features will be merged into Joomla! 4.3 series. Joomla! 4.4 series is a bridge release to make migration from Joomla! 4 to 5 as smooth as possible.
Title |
|
Labels |
Added:
Feature
?
Documentation Required
PR-5.0-dev
Removed: PR-4.3-dev |
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2023-06-15 07:00:08 |
Closed_By | ⇒ | HLeithner |
thanks
thanks
@brianteeman If I understand right, this PR solves issue #38881 . Could you mention that issue at the top of the description as we usually do?