Support

Search results for ""

Sorry, no results found. Perhaps you would like to search the documentation?
All Topics
Daniel

Pro: Bug in class method 'CAC_Sortable_Model::get_meta_items_for_sorting'

in admin-columns-pro/classes/sortable/classes/model.php on line 481

please replace this

$string = $this->recursive_implode( ', ', $this->get_raw_value( $id ) );

with that

$string = $column->recursive_implode( ', ', $column->get_raw_value( $id ) );
7 years, 9 months ago
Stefan van den Dungen Gronovius
Developer

Hi Daniel,

Thanks for noticing.
We are aware of this bug and it is fixed for 3.9.
Since 3.9 is a little late and we’re have some things to fix for 3.9, we’ve also ported it to 3.8.7. This will be an maintenance release and we’re planning to release this one very shortly.

7 years, 9 months ago
Daniel

sounds good, thanks for letting me know.

7 years, 9 months ago
Stefan van den Dungen Gronovius
Developer

This bug is solved in 3.8.7

7 years, 9 months ago

You must be logged in to reply to this topic.