Skip to content

Commit

Permalink
EZP-32105: Deprecated obsolete search pagination limit configuration …
Browse files Browse the repository at this point in the history
…setting (#1644)
  • Loading branch information
kmadejski committed Oct 28, 2020
1 parent 20cd5ed commit 88e2786
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@ public function addSemanticConfig(NodeBuilder $nodeBuilder)
->arrayNode('pagination')
->info('System pagination configuration')
->children()
->scalarNode('search_limit')->isRequired()->end()
->scalarNode('search_limit')
->isRequired()
->setDeprecated('ezsystems/ezplatform-admin-ui', '2.1', 'The child node "%node%" at path "%path%" is deprecated. Use "search.pagination.limit" instead.')
->end()
->scalarNode('trash_limit')->isRequired()->end()
->scalarNode('section_limit')->isRequired()->end()
->scalarNode('language_limit')->isRequired()->end()
Expand Down

0 comments on commit 88e2786

Please sign in to comment.