mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 06:53:15 +00:00
- fix : error during populate
- add : clear structure cache when structure (field or sb) is changed
This commit is contained in:
@@ -110,7 +110,7 @@ class SearchEngineController extends Controller
|
||||
private function getConfigurationForm(ElasticsearchOptions $options)
|
||||
{
|
||||
/** @var GlobalStructure $g */
|
||||
$g = $this->app['search_engine.structure'];
|
||||
$g = $this->app['search_engine.global_structure'];
|
||||
|
||||
return $this->app->form(new ElasticsearchSettingsFormType($g, $options), $options, [
|
||||
'action' => $this->app->url('admin_searchengine_form'),
|
||||
|
Reference in New Issue
Block a user