Bug 39420 - Item edit breadcrumbs wrong
Summary: Item edit breadcrumbs wrong
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Templates (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-03-21 20:57 UTC by Tomás Cohen Arazi (tcohen)
Modified: 2025-03-21 20:57 UTC (History)
0 users

See Also:
GIT URL:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomás Cohen Arazi (tcohen) 2025-03-21 20:57:50 UTC
When you open a record detail view, this is the breadcrumb:

```
Home / Catalog / The title / Details
```

If you choose to edit its items, the breadcrumb becomes:

```
Home / Cataloging / Edit The title (Record # NN) / Items
```

So you cannot actually use the breadcrumb to go back to the detail page for the record, but instead you go to the MARC editor.

I believe it should be like this instead:

```
Home / Catalog / The title / Edit items
```

If we wanted to have a shortcut for editing the MARC record, I would add a link in the breadcrumb like this:

```
Home / Catalog / The title ([edit](/the/url))/ Edit items
```

But, right now, it is super weird.