Bugzilla – Attachment 151600 Details for
Bug 33663
Don't hide Suggestions link in side navigation when suggestion preference is disabled
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33663: Don't hide Suggestions link in side navigation when suggestion preference is disabled
Bug-33663-Dont-hide-Suggestions-link-in-side-navig.patch (text/plain), 1.69 KB, created by
Victor Grousset/tuxayo
on 2023-05-23 18:22:01 UTC
(
hide
)
Description:
Bug 33663: Don't hide Suggestions link in side navigation when suggestion preference is disabled
Filename:
MIME Type:
Creator:
Victor Grousset/tuxayo
Created:
2023-05-23 18:22:01 UTC
Size:
1.69 KB
patch
obsolete
>From 502a3e21ac936967bacbaed4927945e07ad16c8c Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 10 May 2023 10:53:38 +0200 >Subject: [PATCH] Bug 33663: Don't hide Suggestions link in side navigation > when suggestion preference is disabled > >We don't want to depend on the pref for the staff interface. > >Signed-off-by: Michaela Sieber <michaela.sieber@kit.edu> >Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-menu.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-menu.inc >index ccbf6689db..e95bd8ecde 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-menu.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-menu.inc >@@ -5,7 +5,7 @@ > <ul> > <li><a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions home</a></li> > [% IF ( CAN_user_acquisition_order_receive ) %]<li><a href="/cgi-bin/koha/acqui/lateorders.pl">Late orders</a></li>[% END %] >- [% IF ( suggestion && CAN_user_suggestions_suggestions_manage ) %]<li><a href="/cgi-bin/koha/suggestion/suggestion.pl">Suggestions</a></li>[% END %] >+ [% IF ( CAN_user_suggestions_suggestions_manage ) %]<li><a href="/cgi-bin/koha/suggestion/suggestion.pl">Suggestions</a></li>[% END %] > <li><a href="/cgi-bin/koha/acqui/invoices.pl">Invoices</a></li> > [% IF Koha.Preference('EDIFACT') && CAN_user_acquisition_edi_manage %] > <li><a href="/cgi-bin/koha/acqui/edifactmsgs.pl">EDIFACT messages</a></li> >-- >2.40.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 33663
:
150950
|
150951
|
151502
|
151503
| 151600 |
151601