Merge pull request #3557 from alchemy-fr/PHRAS-3160-thesaurus-populate

PHRAS-3160 merge Thesaurus - launch populate db - don't return elasticsearch detail in answer
This commit is contained in:
Nicolas Maillat
2020-07-03 22:25:30 +02:00
committed by GitHub

View File

@@ -1242,7 +1242,7 @@ class ThesaurusController extends Controller
$this->getDispatcher()->dispatch(WorkerEvents::POPULATE_INDEX, new PopulateIndexEvent($data));
return $this->app->json($data);
return $this->app->json(["status" => "success"]);
}
/**