remove solr from start case
This commit is contained in:
@@ -2185,12 +2185,6 @@ class Cases
|
||||
$event = new Event();
|
||||
$event->createAppEvents($proUid, $appUid, $delIndex, $tasUid);
|
||||
|
||||
//todo: remove Solr
|
||||
// Update solr
|
||||
//if ($this->appSolr != null) {
|
||||
// $this->appSolr->updateApplicationSearchIndex($appUid);
|
||||
//}
|
||||
|
||||
$fields['TAS_UID'] = $tasUid;
|
||||
$fields['USR_UID'] = $usrUid;
|
||||
$fields['DEL_INDEX'] = $delIndex;
|
||||
|
||||
Reference in New Issue
Block a user