Bug 34220: Only show biblio-view-menu.inc if their is an associated bib

To test:
- Go to Tools > Log viewer
- Uncheck All modules
- Check the 'Catalog' module
- Make sure "To screen in the browser" is the selected output
- Click Submit

After the page loads, instead of the tools side navbar appearing on the left, a 'catalog detail' type navbar (Normal, MARC, ISBD, etc.) is present with links that error out as there's no associated bibnumber.

-Apply patch
-Try again, you should not see the biblio-view-menu
-Try one more time but this time add a valid biblionumber to the Object: field. Now the biblio-view-menu should show with links to that particular bib.

Works as advertised.
Signed-off-by: Alexander Blanchard <alexander.blanchard@ptfs-europe.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit 7118a01294)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
(cherry picked from commit dd7f705acc)
Signed-off-by: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com>
This commit is contained in:
Lucas Gass 2023-07-07 23:12:56 +00:00 committed by Matt Blenkinsop
parent cabc96f761
commit de70df82a7

View file

@ -429,7 +429,7 @@
[% IF ( circulation ) %] [% IF ( circulation ) %]
[% INCLUDE 'circ-menu.inc' %] [% INCLUDE 'circ-menu.inc' %]
[% ELSE %] [% ELSE %]
[% IF ( CATALOGUING ) %] [% IF ( CATALOGUING && object ) %]
[% INCLUDE 'biblio-view-menu.inc' %] [% INCLUDE 'biblio-view-menu.inc' %]
[% ELSE %] [% ELSE %]
[% INCLUDE 'tools-menu.inc' %] [% INCLUDE 'tools-menu.inc' %]