]> git.koha-community.org Git - koha.git/commit
Bug 37429: Set default value for global variables
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 15 Aug 2024 10:21:10 +0000 (12:21 +0200)
committerLucas Gass <lucas@bywatersolutions.com>
Wed, 11 Sep 2024 16:38:26 +0000 (16:38 +0000)
commitdf9f28f54fe1108dbdae7693a2a61c4047d0fa55
tree6c833d398cbc7f9a1128fb5888ba47157dc99d49
parent8a899af29ea4c2b6a5b5affb356d3e38b61818d3
Bug 37429: Set default value for global variables

The global variables needs to be assigned with a default value, or the
value from the previous request will be used.

Global variables are persistent from one request to another, in memory.

This patch:
* groups default value for global variables together
* removes $authorised_values_sth from this list (it is not a global var)
* set $changed_framework to 0 (which fix the issue)

Test plan:
1. Open an existing biblio (detail.pl)
2. Click "Edit record"
3. Change the framework (no need to change any details)
4. Change the framework back to the original one (no need to save anything)
5. Go back to the biblio overview page (detail.pl)
=> The form is populated

Signed-off-by: Paul Derscheid <paul.derscheid@lmscloud.de>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
(cherry picked from commit 8aced236e9360ea6186e0d4c79d77ecd272bdc09)
Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
cataloguing/addbiblio.pl