In Mighty Resources, we could assign a record to several categories.
(through the _js_res_record_category record --- one record is created for each record / category)
In Cobalt, we can only assign a record to ONE category.
(_js_res_record_category still exists but for performance you added a new field (section_id) in _js_res_record).
And this field can contain only one category.
And is used to filter.
The _js_res_record_category is now only used to count the records.
Is it a bug or you have changed the specs ?
In Mighty Resources, we could assign a record to several categories.
(through the _js_res_record_category record --- one record is created for each record / category)
In Cobalt, we can only assign a record to ONE category.
(_js_res_record_category still exists but for performance you added a new field (section_id) in _js_res_record).
And this field can contain only one category.
And is used to filter.
The _js_res_record_category is now only used to count the records.
Is it a bug or you have changed the specs ?