https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25893

Matthias Meusburger <matthias.meusbur...@biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |In Discussion
                 CC|                            |matthias.meusburger@biblibr
                   |                            |e.com

--- Comment #3 from Matthias Meusburger <matthias.meusbur...@biblibre.com> ---
The patch works as intended.

However, using a wildcard on object (which is an identifier) does not seem to
be a good idea, since you will retrieve many unwanted results.

Moreover, the wildcard in C4::Logs::GetLogs was only on info, and not on
object:

if ($object) {
$query .= " AND object = ? ";
push( @parameters, $object );
}

Hence, it doesn't restore the old behavior, but changes it.

What do you think?

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to