Test: Category routing rules #79
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?
Test: Category Routing Rules
What changed
New DB table
#__mokojoomcross_category_rulesmaps Joomla categories to specific services. CrossPostDispatcher checks rules before dispatching.Steps to test
INSERT INTO #__mokojoomcross_category_rules (category_id, service_id, published) VALUES (X, Y, 1)Expected
Branch created:
feature/79-test-category-routing-rules