[Koha-bugs] [Bug 34418] New: Allow empty nodes in breadcrumb's elements

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jul 26 13:14:41 CEST 2023


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

            Bug ID: 34418
           Summary: Allow empty nodes in breadcrumb's elements
 Change sponsored?: ---
           Product: Koha
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: ERM
          Assignee: jonathan.druart+koha at gmail.com
          Reporter: jonathan.druart+koha at gmail.com
                CC: jonathan.druart+koha at gmail.com,
                    jonathan.field at ptfs-europe.com,
                    martin.renvoize at ptfs-europe.com,
                    matt.blenkinsop at ptfs-europe.com,
                    pedro.amorim at ptfs-europe.com
        Depends on: 33169

On bug 33169 we rewrite the way we build the breadcrumb for the Vue app. It
leads to a missing use case, see bug 33169 comment 27:
"""
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
"""


Referenced Bugs:

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33169
[Bug 33169] Improve vue breadcrumbs and left-hand menu
-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list