[Koha-bugs] [Bug 33169] Improve vue breadcrumbs and left-hand menu

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jul 6 13:03:36 CEST 2023


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

--- Comment #27 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
1. Existing components/Breadcrumb.vue has not been removed. But please don't
remove until the next point is not fixed.

2. I am trying to adjust the code from bug 30708 to use this, but I am
struggling. I don't know if it's me or this implementation that is not flexible
enough.

I am trying to have, in the breadcrumbs:
/preservation/trains/3
=> Preservation > Trains > Show train

/preservation/trains/3/items/add
=> Preservation > Trains > Add item to train

Ideally we will need to display the name of the current resource, but that's
another topic. I don't think it's feasible for now (discussed already in
comment 18 and comment 19).

With my try on
https://gitlab.com/joubu/Koha/-/commits/preservation_module-wip-33169 I am
getting:

/preservation/trains/3
=> Preservation > Trains > Show train (OK)
/preservation/trains/3/items/add
=> Preservation > Trains > Show train > > Add item to train (KO there are 2
'>')
Additionally "Show train" is /preservation/trains/:train_id

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


More information about the Koha-bugs mailing list