feature: category routing rules have no admin UI -- table exists but no CRUD #237
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
The
#__mokosuitecross_category_rulestable exists in the install SQL andCrossPostDispatcher::dispatch()queries it to filter services by Joomla category. However, there is no admin interface to manage these rules:CategoryRulesModelorCategoryRulesControllerconfig.xmlhas acategory_rulesfieldset but it only contains anotefield -- no actual form controlsUsers currently have no way to create or manage category routing rules without direct database access.
Suggested implementation
Add a Category Rules management view accessible from the component sidebar or a tab within the Services view:
Impact
Branch created:
feature/237-feature-category-routing-rules-have-no-a