]> git.agnieray.net Git - galette.git/commitdiff
Fix "my" links on dashboards
authorJohan Cwiklinski <johan@x-tnd.be>
Mon, 13 Mar 2023 17:49:16 +0000 (18:49 +0100)
committerJohan Cwiklinski <johan@x-tnd.be>
Mon, 13 Mar 2023 19:45:27 +0000 (20:45 +0100)
galette/lib/Galette/Core/Galette.php

index 04f3fd2ee56542edea431df03b0956b6e970a418..1fb36e070888f07ce13dbf1588f4c0ba45026a78 100644 (file)
@@ -650,7 +650,7 @@ class Galette
                         'label' => _T("My contributions"),
                         'title' => _T("View and filter all my contributions"),
                         'route' => [
-                            'name' => 'contributions',
+                            'name' => 'myContributions',
                             'args' => ['type' => 'contributions']
                         ],
                         'icon' => 'receipt'
@@ -659,7 +659,7 @@ class Galette
                         'label' => _T("My transactions"),
                         'title' => _T("View and filter all my transactions"),
                         'route' => [
-                            'name' => 'contributions',
+                            'name' => 'myContributions',
                             'args' => ['type' => 'transactions']
                         ],
                         'icon' => 'book'