https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32932
Bug ID: 32932
Summary: Re-structure Vue router-links to use "name" instead of
urls
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5 - low
Component: ERM
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected],
[email protected],
[email protected],
[email protected]
Currently the Vue router is set up with urls assigned to components with no
"name" property. This means that in the components, where a router-link tag is
used the full URL has been written out again. In the event that a url needs to
be changed in the router, the url will also have to be changed in every
component that uses that route.
By using the "name" property we can avoid this and make maintenance of the
router much more efficient.
--
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/