Enabling click sorting Completed Process Time field in Views produces an "Column not found: 1054 Unknown column 'unknown' in 'order clause'" error.
Add clickSort method to maestro_process_completed_time views_field_hander
function clickSort($order) {
$this->query->addOrderBy('maestro_process', 'completed', $order, NULL);
}
Closed: outdated
3.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.