Bugzilla – Attachment 152340 Details for
Bug 34002
Check for stage_marc_import permission when adding to basket from a new file
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34002: Check for stage_marc_import permssion
Bug-34002-Check-for-stagemarcimport-permssion.patch (text/plain), 2.42 KB, created by
Sam Lau
on 2023-06-14 14:57:52 UTC
(
hide
)
Description:
Bug 34002: Check for stage_marc_import permssion
Filename:
MIME Type:
Creator:
Sam Lau
Created:
2023-06-14 14:57:52 UTC
Size:
2.42 KB
patch
obsolete
>From 3f85ad68efe522a7df3f99b40a9e77781c2e9c06 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Tue, 13 Jun 2023 19:41:48 +0000 >Subject: [PATCH] Bug 34002: Check for stage_marc_import permssion > >-1 Log in to the staff client as a user who has Acquisition management (acquisition) permissions but not the stage_marc_import (tools) permission. >-2 Go to Acquisitions and Add to a basket. >-3 Select 'From a new file' >-4 You will be logged out as the user does not have percussion to visit that page. >-5 Apply patch >-6 Try again, you will not see the link for 'From a new file' if you don't have the permssion. >-7 Give the user the stage_marc_import, you will now see the link > >Signed-off-by: Sam Lau <samalau@gmail.com> >--- > .../prog/en/includes/acquisitions-add-to-basket.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-add-to-basket.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-add-to-basket.inc >index f330237f37..6c1de59cbc 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-add-to-basket.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-add-to-basket.inc >@@ -15,7 +15,7 @@ > <li><a href="/cgi-bin/koha/acqui/neworderempty.pl?booksellerid=[% booksellerid | uri %]&basketno=[% basketno | uri %]">From a new (empty) record</a></li> > <li><a href="/cgi-bin/koha/acqui/duplicate_orders.pl?basketno=[% basketno | uri %]">From existing orders (copy)</a></li> > <li><a href="/cgi-bin/koha/acqui/z3950_search.pl?booksellerid=[% booksellerid | uri %]&basketno=[% basketno | uri %]">From an external source</a></li> >- <li><a href="/cgi-bin/koha/tools/stage-marc-import.pl?basketno=[% basketno | uri %]&booksellerid=[% booksellerid | uri %]"> From a new file</a></li> >+ [% IF ( CAN_user_tools_stage_marc_import ) %]<li><a href="/cgi-bin/koha/tools/stage-marc-import.pl?basketno=[% basketno | uri %]&booksellerid=[% booksellerid | uri %]"> From a new file</a></li>[% END %] > <li><a href="/cgi-bin/koha/acqui/addorderiso2709.pl?booksellerid=[% booksellerid | uri %]&basketno=[% basketno | uri %]"> From a staged file</a></li> > [% IF ( CAN_user_circulate ) %]<li><a href="/cgi-bin/koha/circ/reserveratios.pl?booksellerid=[% booksellerid | uri %]&basketno=[% basketno | uri %]">From titles with highest hold ratios</a></li>[% END %] > </ul> >-- >2.30.2
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 34002
:
152322
|
152340
|
152601