]> git.koha-community.org Git - koha.git/commit
Bug 14795: Prevent modifying a record without using the original framework
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 13 Nov 2015 16:30:32 +0000 (16:30 +0000)
committerFrédéric Demians <f.demians@tamil.fr>
Sun, 29 Nov 2015 20:57:20 +0000 (21:57 +0100)
commit48a5514a9342404d7f7f9d1fcae1c9eaa8f5a3fa
tree81325a3ebd8d703344deda281e7e5bf4db6729e5
parentdc39e4b410c173d497ce41651dbf39d6a72dd461
Bug 14795: Prevent modifying a record without using the original framework

The origin framework is not passed on modifying the records and so the
default one is used.
This can caused data lost.

Test plan:
- Create a bibliographic record and specify a framework (not the default
one).
- Use the Batch records modification tools to modify it.
=> Without this patch, the default framework (framework code "") is used
and can deteriorate the record
=> With this patch, the record is saved using the original framework

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Tested framework is lost using tool without patch
Problem gone with patch
No qa errors

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit c1aeaf62b9c08d35449aa9822504de8ce79fec62)
Signed-off-by: Frédéric Demians <f.demians@tamil.fr>
tools/batch_record_modification.pl