Revision 6c2a351ac296fcfd7521bc9b7c1e1c6f92fb08bb
Committed on 28/10/2015 1:14 pm by
Bertrand Dunogier <bd@ez.no> [GitHub Diff]
Moved the ViewConfigurator call to the ViewBuilder
The ViewConfigurator::configure() call done by the ViewControllerListener
is now done by each ViewBuilder.
In most cases, injecting the view parameters
and configuring the view don't really matter. But QueryType, for instance,
requires that we can read the enable_pager setting before loading the search results.
Story: EZP-24869