Status filtering / Status queries for taxonomy ‘imcstatus’ not working
-
I already wrote and email but than I found this forum so I thought it would be better to have a potential answer available to everyone.
Wordpress Version: 4.9.6
IMC Version: 1.4.1Problem: Status filtering in frontend and backend not working, i.e. whatever I select as status is not going to be filtered.
I tried some debugging in imc-core-filter-func.php:
/** * 13.04 * Returns issues with given imcstatus * */ function imcFilterIssuesByStatus($imported_sstatus, $include_pending){ ... }
and printed the query resulting from the args defined. But the resulting query is incomplete and misses the join with the taxonomy table. I first thought the imcstatus taxonomy is not registered properly but that seems not to be the case.
As I am not a wordpress developer that is how far I could get here without digging any deeper into WP code.
Any help is appreciated. Thank you.
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Status filtering / Status queries for taxonomy ‘imcstatus’ not working’ is closed to new replies.