Currently, pageParameter requires brackets around it to satisfy PropertyPath:
{{ pagerfanta(my_pager, 'default', {'pageParameter': '[other_page]'}) }}
(see sampart#45). It would be nice if this bundle would take care to add these brackets itself, if necessary, and wouldn't require to supply them explicitly.
Currently,
pageParameterrequires brackets around it to satisfy PropertyPath:{{ pagerfanta(my_pager, 'default', {'pageParameter': '[other_page]'}) }}(see sampart#45). It would be nice if this bundle would take care to add these brackets itself, if necessary, and wouldn't require to supply them explicitly.