]> git.koha-community.org Git - koha.git/commit
Bug 25893: Use wildcards when searching logs
authorNick Clemens <nick@bywatersolutions.com>
Mon, 29 Jun 2020 18:15:39 +0000 (18:15 +0000)
committerLucas Gass <lucas@bywatersolutions.com>
Thu, 13 Aug 2020 18:42:57 +0000 (18:42 +0000)
commit30229e383cd3c2f92894449598a1433f52072c24
tree8f1c98e5b8ea9be3aebe1d2f06b6aeacee6cb128
parentfca3d42014d62394a4d5200f34ae1e657dd57446
Bug 25893: Use wildcards when searching logs

The restores the wildcards that were used in the past

To test:
 0 - Ensure cataloguing logs and issues logs are enabled
 1 - Edit an item
 2 - Circulate that same item
 3 - Browse to tools-> log viewer
 4 - Put the itemnumber in the 'info' box
 5 - You see only the circulation
 6 - Put the itemnumber in the object box
 7 - You see only the cataloging modification
 8 - Apply patch
 9 - Put itemnumber in info box
10 - you see both actions
11 - Put the itemnumber in the object box
12 - You see only the catalogiong modification

Signed-off-by: Jason Robb <jrobb@sekls.org>
Bug 25893: Don't wildcard object

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Bug 25893: (follow-up) Undo unrelated changes

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
(cherry picked from commit bb0abf99c451113e8649c494d3a8b99f3916f942)

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