[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
Wed Jul 26 14:15:05 CEST 2023


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

--- Comment #2 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
There are two things I would like to note here:
1. It does not feel correct to not invalidate the parameter when the view
changed. We could end up with a name from the previous view. It's highlighted
especially now, as we don't have all the routes modified.

2. It does not feel optimal to have to modify each component. It would be nicer
if we could have the value set in the route definition.
For instance we could have: title: $__("Show {agreement.name}")
Also we would not need the 'dynamic' flag and title could stay a string.
I have no idea how this could be implemented however.

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


More information about the Koha-bugs mailing list