Hi Sergey,
There is a typo in constructing the urls causing the filter to malfunction:
index.php?option=com_cobalt&task=records.filter&filter_name[0]=filter_7&filter_val[0]=music%2Bpublisher§ion_id=1&cat_id=3&Itemid=107
Should be
index.php?option=com_cobalt&task=records.filter&filter_name[0]=filter_7&filter_val[0]=music%2Bpublisher§ion_id=1&cat_id=3&Itemid=107
index.php?option=com_cobalt&task=records.filter&filter_name[0]=filter_7&filter_val[0]=music%20publisher§ion_id=1&cat_id=3&Itemid=107
@edit
This occurs when clicking on a filtered link in the record view
Best regards,
Jeff
Hi Sergey,
There is a typo in constructing the urls causing the filter to malfunction:
Should be
@edit
This occurs when clicking on a filtered link in the record view
Best regards,
Jeff