Summary: | Gravestone page for deleted authorities or biblios | ||
---|---|---|---|
Product: | Koha | Reporter: | Marcel de Rooy <m.de.rooy> |
Component: | OPAC | Assignee: | Marcel de Rooy <m.de.rooy> |
Status: | NEW --- | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | dcook |
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
See Also: | https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20065 | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Bug Depends on: | 30888 | ||
Bug Blocks: |
Description
Marcel de Rooy
2022-06-02 11:54:45 UTC
See also bug 30888, that proposes to add a deletedauthorities table. It's an interesting idea. I first bumped into it using Fedora 4.x where they have a similar tombstone concept: https://wiki.lyrasis.org/pages/viewpage.action?pageId=34649759 Maybe we could have a system preference to show a tombstone page if there is an entry in the deletedbiblio table and we could return a status of "410 Gone". That seems like a pretty straightforward solution to me. I think having a system preference is probably a good idea as people might rely on the current behaviour... which actually redirects to 404.pl with a status of 200. Huh. That's not so great either... |