Merged in bugfix/HOR-3670-RG (pull request #5917)

HOR-3670-RG Files review:

Approved-by: Julio Cesar Laura Avendaño <contact@julio-laura.com>
This commit is contained in:
Roly
2017-08-11 19:29:57 +00:00
committed by Julio Cesar Laura Avendaño
9 changed files with 577 additions and 774 deletions

View File

@@ -322,7 +322,7 @@ class WsBase
);
//Use search index to return list of cases
$searchIndex = new BpmnEngine_Services_SearchIndex($appSolr->isSolrEnabled(), $solrEnv["solr_host"]);
$searchIndex = new BpmnEngineServicesSearchIndex($appSolr->isSolrEnabled(), $solrEnv["solr_host"]);
//Execute query
$solrQueryResult = $searchIndex->getDataTablePaginatedList($solrRequestData);