]> git.koha-community.org Git - koha.git/commit
Bug 35287: (Follow-up 37389): ExtendedAttributes
authorPedro Amorim <pedro.amorim@ptfs-europe.com>
Fri, 26 Jul 2024 14:24:44 +0000 (14:24 +0000)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Thu, 24 Oct 2024 11:38:21 +0000 (13:38 +0200)
commitf1f33fce68b6a867fdc5ddf57883c9a2c94142f5
tree05890613c19385bb5aebb37bb2504f0d0f8b0b6f
parente10a82956813a9ab81f10b1fd75dcb667530b9cf
Bug 35287: (Follow-up 37389): ExtendedAttributes

Apply ExtendedAttributes Mixin to AdditionalFields

To test the ExtendedAttributes mixin search is working:
1) Create 2 or more searchable licenses additional fields
2) Create a new license and enter values in these searchable fields
3) Go to the licenses list, use the column filters to search on more
than one column, verify that the search work as intended (AND operator)

Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net>
Signed-off-by: Paul Derscheid <paul.derscheid@lmscloud.de>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Koha/ERM/Licenses.pm
Koha/Objects/Mixin/AdditionalFields.pm