Summary: | Display of 440$v doubled up in the OPAC | ||
---|---|---|---|
Product: | Koha | Reporter: | Michael Hoffert <koha_harley> |
Component: | OPAC | Assignee: | Jonathan Druart <jonathan.druart> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | andrew, caroline.cyr-la-rose, david, fridolin.somers, jessava, jonathan.druart |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: |
This fixes the display of 440$v (Series Statement/Added Entry-Title - Volume/sequential designation ($v)) in the OPAC. Before this fix $v is included in the title link and then displayed after the ;. With the fix $v is only displayed after the ; and is not duplicated in the title link.
|
Version(s) released in: |
21.05.00,20.11.03
|
Circulation function: | |||
Bug Depends on: | 15436 | ||
Bug Blocks: | |||
Attachments: |
Bug 27633: (bug 15436 follow-up) Fix duplicate of 440$v at the OPAC
Bug 27633: (bug 15436 follow-up) Fix duplicate of 440$v at the OPAC Bug 27633: (bug 15436 follow-up) Fix duplicate of 440$v at the OPAC |
Description
Michael Hoffert
2021-02-05 07:20:06 UTC
Created attachment 116396 [details] [review] Bug 27633: (bug 15436 follow-up) Fix duplicate of 440$v at the OPAC Only display a in link, not v that is displayed later. It has been fixed in different other places by commit 81f71d45fe4fee92596ea8d8edb57c602490e9b1 Bug 15436: Use semicolon between series name and volume but missed one occurrence. Test plan: Add a 440$a and $v and confirm that the display at the OPAC is now the same as the staff interface. Thank you very much for the quick help. :-D You are welcome Michael! :) Can you confirm it works as you expected? Unfortunately, I do not have access to the server. But I will try to convince our IT of the necessity of the change. Created attachment 116430 [details] [review] Bug 27633: (bug 15436 follow-up) Fix duplicate of 440$v at the OPAC Only display a in link, not v that is displayed later. It has been fixed in different other places by commit 81f71d45fe4fee92596ea8d8edb57c602490e9b1 Bug 15436: Use semicolon between series name and volume but missed one occurrence. Test plan: Add a 440$a and $v and confirm that the display at the OPAC is now the same as the staff interface. Signed-off-by: David Nind <david@davidnind.com> Created attachment 116444 [details] [review] Bug 27633: (bug 15436 follow-up) Fix duplicate of 440$v at the OPAC Only display a in link, not v that is displayed later. It has been fixed in different other places by commit 81f71d45fe4fee92596ea8d8edb57c602490e9b1 Bug 15436: Use semicolon between series name and volume but missed one occurrence. Test plan: Add a 440$a and $v and confirm that the display at the OPAC is now the same as the staff interface. Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Thx for the patch - and sorry for missing that one in the first place! Pushed to master for 21.05, thanks to everybody involved! Pushed to 20.11.x for 20.11.03 *** Bug 27702 has been marked as a duplicate of this bug. *** missing dependency, not backported to 20.05.x |