Skip to content

Commit

Permalink
[WIP] EZP-28888: Custom cache_service_name can not be set from siteac…
Browse files Browse the repository at this point in the history
…cess group (#2420)

This is more of a woraround then a fix.
As we probably have this issues on all siteaccess aware settings with default values.

My guess is that this is regression from #2009
And that we need to look into if default value is injected into each scope here, or logic in config resolver is missing some adaptions to handle fallbacks better now that scopes can be empty.
  • Loading branch information
andrerom authored Aug 21, 2018
1 parent da6a849 commit 9099159
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ public function addSemanticConfig(NodeBuilder $nodeBuilder)
->end()
->scalarNode('cache_service_name')
->example('cache.app')
->defaultValue('cache.app')
->info('The cache pool service name to use for a siteaccess / siteaccess-group, *must* be present.')
->end()
->scalarNode('var_dir')
Expand Down

0 comments on commit 9099159

Please sign in to comment.