[Koha-bugs] [Bug 34417] ERM's breadcrumb (Vue) does not display the entity's name

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jul 27 13:37:58 CEST 2023


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

--- Comment #10 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
The identifier is too generic and we are not asking for a specific object, only
an attribute's name, I can imagine easily side-effects:
show an agreement will also display info about the license:
 get /agreement/1
 get /licenses/1
you have agreement.name=foo and license.name=bar
asking in the route for "name" will be ambiguous, and the breadcrumbs will
display randomly 'foo' or 'bar'.

It does not happen in our case because we embed the license's info in the GET
agreements/:id endpoint, but you get the idea.

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


More information about the Koha-bugs mailing list