[Koha-bugs] [Bug 30966] Record overlay rules - can't use Z39.50 filter

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Mar 17 17:02:12 CET 2023


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

--- Comment #11 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
I've retested this and I think the fix is correct, but there is another bug
with the * rules not working as expected.

I tested Z39.50 and Batch record modification with these rules:

+----+-----+--------+----------+-----+--------+--------+--------+
| id | tag | module | filter   | add | append | remove | delete |
+----+-----+--------+----------+-----+--------+--------+--------+
|  3 | 245 | source | z3950    |   0 |      0 |      0 |      0 |
|  4 | 300 | source | *        |   0 |      0 |      0 |      0 |
|  5 | 245 | source | batchmod |   0 |      0 |      0 |      0 |
+----+-----+--------+----------+-----+--------+--------+--------+

With the patch applied
* 245 was protected/unchanged in both cases = correct
* 300 was unprotected/overwritten in both cases = incorrect

So the * is not only an issue for z39.50 and I filed this separately as:
Bug 33268 - Overlay rules don't work correctly when source is set to *

Going to pass this, because it restores some of the promised functionality and
works well!

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list