codepress / admin-columns-issues

Issues for Admin Columns Pro
https://www.admincolumns.com/
11 stars 0 forks source link

Sorting Events Calendar #1265

Closed tobiasschutter closed 5 years ago

tobiasschutter commented 5 years ago

Reported via HS #13033:

We have Admin Columns Pro, Admin Columns Pro - ACF, and Admin Columns Pro - Events Calendar installed.

When viewing Venues (in Events Calendar) we have the Venues column set up as Sortable. However, when we click on the title (to sort) it returns no results.

I'm not exactly sure where the conflict is occurring, but I've found that if I edit admin-columns-pro/classes/Search/Query/post.php and change this line:

$value = $this->add_meta_query( $value, $query->get( 'meta_query' ) );

to this:

$value = $this->add_meta_query( $value, [] );

DGStefan commented 5 years ago

I'm in contact with the customer. I don't think this is an issue on our side. There probably is a conflict in the meta_query that too specific to show any records.

DGStefan commented 5 years ago

Issue seems to be fixed since a latest version of the Events caledar. Will close this ticket for now