Bugzilla – Attachment 26722 Details for
Bug 7673
New patron permissions to manage items (edit, batchmod, delete all)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7673: the limitation on editing an item does not affect FA framework
Bug-7673-the-limitation-on-editing-an-item-does-no.patch (text/plain), 1.24 KB, created by
Jonathan Druart
on 2014-04-01 08:35:21 UTC
(
hide
)
Description:
Bug 7673: the limitation on editing an item does not affect FA framework
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2014-04-01 08:35:21 UTC
Size:
1.24 KB
patch
obsolete
>From 5d1b0507c25209c02c493e1dd8d73797e76565f4 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Tue, 1 Apr 2014 10:30:16 +0200 >Subject: [PATCH] Bug 7673: the limitation on editing an item does not affect > FA framework > >The pref SubfieldsToAllowForLimitedEdition should not affect Fast >cataloguing framework (FA). >--- > cataloguing/additem.pl | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/cataloguing/additem.pl b/cataloguing/additem.pl >index 9b59a85..32e522a 100755 >--- a/cataloguing/additem.pl >+++ b/cataloguing/additem.pl >@@ -374,6 +374,8 @@ my $uid = $loggedinuser ? GetMember( borrowernumber => $loggedinuser )->{userid} > my $limitededition = $uid ? haspermission($uid, {'editcatalogue' => 'limited_item_edition'}) : undef; > # In case user is a superlibrarian, edition is not limited > $limitededition = 0 if ($limitededition != 0 && $limitededition->{'superlibrarian'} eq 1); >+# In case user has fast cataloging permission (and we're in fast cataloging), edition is not limited >+$limitededition = 0 if ($limitededition != 0 && $frameworkcode eq 'FA' && haspermission($uid, {'editcatalogue' => 'fast_cataloging'})); > > my $today_iso = C4::Dates->today('iso'); > my $tagslib = &GetMarcStructure(1,$frameworkcode); >-- >1.7.10.4
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 7673
:
8714
|
9857
|
10360
|
12102
|
13004
|
16225
|
16239
|
16368
|
16371
|
23266
|
23267
|
23270
|
23271
|
26008
|
26009
|
26704
|
26705
|
26722
|
27631
|
27632
|
27633
|
27634
|
27635
|
27636
|
27637
|
27638
|
27640
|
27641
|
28007
|
28008
|
28009
|
28010
|
28011
|
28012
|
28013
|
28014
|
28015
|
29550
|
30910
|
30911
|
30912
|
30913
|
30914
|
30915
|
30916
|
30917
|
30918
|
30919
|
31010
|
31011
|
31012
|
31013
|
31015
|
31016
|
31017
|
31019
|
32200
|
32201
|
32215
|
32217
|
32219
|
32220
|
32222
|
32224
|
32225
|
32226
|
32227
|
32228
|
32928
|
32962
|
32993
|
33487