Reordable pivot table in Relation Manager
I have 3 tables:
* categories (id, name)
* attributes (id, name)
* attribute_category (category_id, attribute_id, order) - pivot table
I have AttributesRelationManager in Category Edit page:
It shows category attributes nicely, ordered by
order
field in attribute_category
But then i try to reorder those displayed attributes, it generates DB error:
What am i missing here?0 Replies