User tests: Successful: Unsuccessful:
This simple PR convert com_categories component to namespace MVC for Joomla 4.
Overall, test to make sure it works in the same as before (none namespace version)
Install latest Joomla 4.0-dev with sample data (or better install my branch https://github.com/joomdonation/joomla-cms/archive/namespace_com_categories.zip)
Login to administrator area of the site, access to Content -> Categories.
Try to add/edit/publish/unpublish/archieve categories, make sure it is working as expected
com_categories require different access permission check compare to most backend component. I ignore the check for now and wait for decision about the method I propose on PR #15812 . If it is accepted, I will implement the check here or on a separate PR.
They are - but they are also valid in the other PR's I already merged before I got to this one. I'm just about to go do a global search replace :)
i can do it if you want
Sure feel free!
@wilsonge were my comments not valid?