[Koha-bugs] [Bug 32932] Re-structure Vue router-links to use "name" instead of urls

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Mar 23 11:12:34 CET 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32932

--- Comment #30 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
-                        this.$router.push(
-                            "/cgi-bin/koha/erm/eholdings/local/titles"
-                        )
+                        this.$router.push({
+                            name: "EHoldingsLocalPackagesList",
+                        })

You are replacing titles with packages here.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list