mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-22 17:33:12 +00:00
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:
@@ -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"]);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user