https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34417
--- Comment #10 from Jonathan Druart <[email protected]> --- 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. _______________________________________________ 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/
