include Harrys's new templates

fix form restore
fix Version
This commit is contained in:
Jean-Yves Gaulier
2020-02-17 20:16:19 +01:00
parent 4f7be4c0a9
commit 722b1e3750
4 changed files with 70 additions and 14 deletions

View File

@@ -16,7 +16,7 @@ class Version
/**
* @var string
*/
private $number = '4.1.0-alpha.20a';
private $number = '4.1.0-alpha.21a';
/**
* @var string

View File

@@ -149,7 +149,7 @@ class ElasticsearchSettingsFormType extends AbstractType
// populate aggs to form
foreach($aggs as $k=>$agg) {
$builder->add('aggregates:' . $k . ':limit', ChoiceType::class, $agg);
$builder->add('facets:' . $k . ':limit', ChoiceType::class, $agg);
}
}