remove solr from start case

This commit is contained in:
Fernando Ontiveros
2025-05-07 23:25:49 -04:00
parent 6e1eaf31b8
commit e25afd88a4

View File

@@ -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;