Skip to content
Snippets Groups Projects
Commit e2136b5b authored by Matt Glaman's avatar Matt Glaman
Browse files

Issue #3279944: Set 'query' to build_info based on conditions and sorts

parent 3a48522e
No related branches found
No related tags found
1 merge request!13Issue #3279944: Set 'query' to build_info based on conditions and sorts
Pipeline #231253 passed with warnings
......@@ -111,6 +111,8 @@ final class RemoteDataQuery extends QueryPluginBase {
// Let the pager modify the query to add limits.
$view->pager->query();
$view->build_info['query'] = serialize($this->where) . ':' . serialize($this->orderby);
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment