Bug 38508 - Create new record get stuck in default framework
Summary: Create new record get stuck in default framework
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Cataloging (show other bugs)
Version: 24.05
Hardware: All All
: P5 - low normal
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-11-21 14:32 UTC by José Anjos
Modified: 2024-11-21 14:32 UTC (History)
1 user (show)

See Also:
GIT URL:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description José Anjos 2024-11-21 14:32:27 UTC
As described here:
https://chat.koha-community.org/koha-community/pl/7aqcg7is6b8s9811yosi537toh

When creating a new bibliographic record:
On CATALOGING,
If I don't choose + New Record but choose the framework I want from the drop down list, the framework loads OK and the address is like this:
addbiblio.pl?frameworkcode=MON
 
But when I click on + New Record It will open the Default Framework (this is the normal behavior). Then I try to choose other Framework but it doesn't change.
When I click on Settings the selected framework is the correct one but the structure is from the default.
The address is: addbiblio.pl?frameworkcode=
and change to this:
addbiblio.pl?frameworkcode=#
If I manually replace the # for MON, it changes the the correct Framework.

THE NEXT PART WAS FIXED (Upgrading from .04 to .05 version)
When I try to duplicate a record Edit as new(duplicate) it will load the default framework and the address is:
addbiblio.pl?biblionumber=46163&op=duplicate
I change it to:
addbiblio.pl?biblionumber=46163&op=duplicate&frameworkcode=MON
and it works.

Maybe its related with bugs: 38168 and 37947?