https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30966
--- Comment #11 from Katrin Fischer <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] 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/
