[Koha-bugs] [Bug 23111] Setting a custom framework as the default for cataloguing is not possible

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri May 1 00:17:18 CEST 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23111

Bernardo Gonzalez Kriegel <bgkriegel at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #102602|0                           |1
        is obsolete|                            |

--- Comment #26 from Bernardo Gonzalez Kriegel <bgkriegel at gmail.com> ---
Created attachment 104060
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104060&action=edit
Bug 23111: Set a custom framework as the default

when importing records or editing records with no framework mapped.

To test:
1) Go to edit a biblio with no framework mapped
2) Click the Settings dropdown, notice that the 'Default' framework is
selected
3) Go to the Cataloguing home page. Click the main 'New from Z39.50/SRU'
button and notice the selected framework in the URL is 'Default'
4) Go to Tools -> Stage MARC records for import. Stage a bibliographic
record. Go to Staged MARC management for your newly imported batch.
Notice that the frameworks dropdown (above the 'Import this batch into
the catalog' button) has the 'Default' framework selected
5) Apply this patch and update the database. Apply the schema changes
patch or update your schema files. Restart memcached and plack.
6) Go to Administration -> MARC bibliographic frameworks. Edit one of
your custom frameworks. Set it as default by checking the checkbox and
saving.
7) Edit a different custom framework and set this one as the default
now. Confirm that the previous framework has been unset (the checkbox is
no longer checked) as the default.
8) Repeat steps 1-4 and confirm that the selected framework is your
newly set default framework, instead of the provided 'Default'
framework.
9) Go back to Administration -> MARC bibliographic frameworks. Edit your
default framework and unset it as default (uncheck the checkbox). Save.
10) Repeat steps 1-4 and confirm that the selected framework is the
provided 'Default' framework again, so we can have no default custom
framework if chosen.
11) Confirm the tests pass: t/db_dependent/Koha/BiblioFrameworks.t

Sponsored-by: Catalyst IT
Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list