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: jonathan.druart+k...@gmail.com
          Reporter: matt.blenkin...@ptfs-europe.com
                CC: jonathan.druart+k...@gmail.com,
                    jonathan.fi...@ptfs-europe.com,
                    martin.renvo...@ptfs-europe.com,
                    pedro.amo...@ptfs-europe.com

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
Koha-bugs@lists.koha-community.org
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/

Reply via email to