Bugzilla – Attachment 186214 Details for
Bug 32773
Have the ability to have more than 1 Fast Add framework
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32773: Add fast cataloging support for multiple frameworks
Bug-32773-Add-fast-cataloging-support-for-multiple.patch (text/plain), 2.58 KB, created by
Nick Clemens (kidclamp)
on 2025-09-05 14:45:12 UTC
(
hide
)
Description:
Bug 32773: Add fast cataloging support for multiple frameworks
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2025-09-05 14:45:12 UTC
Size:
2.58 KB
patch
obsolete
>From 77cb7662e7d064d92d9552eb0fa17e4d3fff5c0c Mon Sep 17 00:00:00 2001 >From: Brendan Lawlor <blawlor@clamsnet.org> >Date: Fri, 1 Nov 2024 15:17:52 +0000 >Subject: [PATCH] Bug 32773: Add fast cataloging support for multiple > frameworks > >This set of patches adds a new is_fast_add column to biblio_framework. >In Admin > MARC bibliographic frameworks admin users can add or edit >frameworks to be used as Fast Add frameworks. >Users with only fast_cataloging permission will be able to add records >using those frameworks in the Fast Cataloging module. > >Test plan: >Apply patches, restart_all and updatedatabase >1. Go to Admin > MARC Bibliographic frameworks >2. Edit/create a new framework and check the 'Use as Fast Add Framework' box >3. Also edit a framework and uncheck the 'Use as Fast Add Framework' box >4. Notice a 'Fast Add' badge is displayed in the table >5. Create a staff user with only fast_cataloging permissions >6. Log in as that user and go to Cataloging > Fast Cataloging >7. Confirm you can add a Fast Add record and items >8. Use the 'Settings' drop down to Change Fast Add framework >9. Confirm you see the frameworks that you set as Fast Add earlier >10. Confirm you can add the reocord and items >11. Log in as a superlibrarian and confirm that you can add records and items > using standard frameworks and frameworks set as fast add > >Sponsored-by: CLAMS >Signed-off-by: Andrew Fuerste Henry <andrew@bywatersolutions.com> >--- > .../intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt >index aa2984404f1..8f0e70a9353 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt >@@ -901,7 +901,7 @@ > [% END %] > > <div id="toolbar" class="btn-toolbar sticky"> >- [% IF CAN_user_editcatalogue_edit_items or ( frameworkcode == 'FA' and CAN_user_editcatalogue_fast_cataloging ) %] >+ [% IF CAN_user_editcatalogue_edit_items or ( ( frameworkcode == 'FA' || is_fast_add ) and CAN_user_editcatalogue_fast_cataloging ) %] > [% IF (circborrowernumber) %][%# fast cataloging must lead to items %] > <!-- Action is under fast cataloging - Save button redirecting to items --> > <div class="btn-group"><a href="#" id="saveanditems" class="btn btn-primary"><i class="fa fa-save"></i> Save</a></div> >-- >2.39.5
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 32773
:
173401
|
173417
|
173878
|
173879
|
173880
|
173881
|
173882
|
173883
|
173954
|
173955
|
173956
|
173957
|
173958
|
173959
|
173960
|
173961
|
174028
|
174029
|
174030
|
174031
|
174032
|
174033
|
174034
|
174035
|
176927
|
176928
|
176929
|
176930
|
176931
|
176932
|
176933
|
176934
|
176935
|
177860
|
177861
|
177862
|
177863
|
177864
|
177865
|
177866
|
177867
|
186210
|
186211
|
186212
|
186213
|
186214
|
186215
|
186216
|
186217
|
186218
|
186219
|
186220
|
186221
|
186222
|
186223
|
186224
|
186225
|
186226
|
186227