https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32773
--- Comment #95 from Brendan Lawlor <[email protected]> --- Created attachment 192070 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=192070&action=edit Bug 32773: Add fast cataloging support for multiple frameworks This set of patches adds a new is_fast_add column to biblio_framework. The Biblio.pm subroutine can_be_edited now checks if the framework is_fast_add. 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 record 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 12. Set some biblio frameworks as Fast Add frameworks 13. Login as a user with fast_cataloging permissions only 14. Create and edit different types of Fast Add records 15. Add items and edit items 16. Confirm that you can only edit bibs and items for bibs where the framework is set as a Fast add framework and the item is from your home library. 17. Log in as a superlibrarian 18. Confirm you can still create and edit records with the Default and other frameworks 19. Change a record's framework from a Fast add to Default 20. Login as the user with only fast_cataloging confirm that you can no longer edit that record or its items Sponsored-by: CLAMS Signed-off-by: Andrew Fuerste Henry <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
