]> git.koha-community.org Git - koha.git/commit
Bug 25247: Only convert data ot objects when displaying on screen
authorNick Clemens <nick@bywatersolutions.com>
Wed, 22 Apr 2020 12:11:53 +0000 (12:11 +0000)
committerLucas Gass <lucas@bywatersolutions.com>
Fri, 15 May 2020 18:06:04 +0000 (18:06 +0000)
commit5a8cd7fc0d8acb1b0b01814442f6845e6df44ac2
tree628d58eafe857d239e87f6a6d3db09f274849681
parentc8aaa47e828dce6a9632dac671899aadff5a640d
Bug 25247: Only convert data ot objects when displaying on screen

To test:
 1 - Modify a patron
 2 - Circulate some items to the patron
 3 - Click 'Modification log'
 4 - Verify you see your actions
 5 - Under 'Output' select 'To a file'
 6 - Save the output to a file
 7 - View the file
 8 - Not you have references ot objects in stead of patron/item data
 9 - Apply patch
10 - Repeat
11 - Note viewing on screen has not changed
12 - Note exporting to file inlcudes borrower/item numbers and not references
13 - Sign off

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
(cherry picked from commit 18f3661179e6a556fc1c39a8841edb99e4e97cd9)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
tools/viewlog.pl