https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24788 --- Comment #1 from David Gustafsson <glasklas@gmail.com> --- Created attachment 100007 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=100007&action=edit Bug 24788: Remove autoloaded column accessors in Koha::Object->store Columns are accessed as methods, relying on AUTOLOAD, in Koha::Object->store. This has security implications and could also be a source of strange bugs. To test: 1) Apply patches for Bug 14957 2) Follow the testing instructions, when saving a new marc rule and error is thrown. 3) Apply patch 4) Try saving a new rule once again, this should now work -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.