]> git.agnieray.net Git - galette.git/commitdiff
Fix mailings list nbshow filter
authorGuillaume AGNIERAY <dev@agnieray.net>
Thu, 5 Oct 2023 12:24:11 +0000 (14:24 +0200)
committerJohan Cwiklinski <trasher@x-tnd.be>
Thu, 5 Oct 2023 12:36:07 +0000 (14:36 +0200)
galette/templates/default/pages/mailings_list.html.twig

index 68e352363eec4b96b4f7ed743259283068a6f12f..693de59f82bbd3d9aa8b858cd315c9e30a7f9164 100644 (file)
@@ -12,7 +12,7 @@
     {% set infoline = {
         'label': _Tn("%count entry", "%count entries", history.getCount())|replace({"%count": history.getCount()}),
         'route': {
-            'name': 'history_filter'
+            'name': 'mailings_filter'
         }
     } %}
     {{ parent() }}