]> git.koha-community.org Git - koha.git/commit
Bug 38211: frameworkcode must be set before read
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 21 Oct 2024 09:51:45 +0000 (11:51 +0200)
committerLucas Gass <lucas@bywatersolutions.com>
Wed, 23 Oct 2024 22:49:20 +0000 (22:49 +0000)
commit9cee6d70f1a071dd5fc7493aacef8c109b3db7cd
treed2eed809048bed4907e54c3bcc975babd8cfa987
parent3ffb91aa073680eb912c4297b5315c1e2742b9fc
Bug 38211: frameworkcode must be set before read

It's a stupid global variable, we MUST have this init line BEFORE we
read it!

Test plan:
See the other bugs linked with this one, confirm the test plan for all
of them still pass.

Test plan for this specific bug report:
1. Cataloging - New record -> Audio Cassettes, CDs
2. Fill in the required fields and save
3. Switch to 'Normal', Edit - Edit record
4. Note that 001 and 003 are not visible, and the Settings menu has a checkmark by Audio Cassettes, CDs
5. Click the browser Back button, then Edit - Edit record
6. Note that 001 and 003 are not visible, and the Settings menu has a checkmark by Audio Cassettes, CDs

Signed-off-by: Brendan Lawlor <blawlor@clamsnet.org>
Signed-off-by: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
(cherry picked from commit e44927842b545dab62dccca79a3dcd75f4205591)
Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
cataloguing/addbiblio.pl