]> git.koha-community.org Git - koha.git/commit
Bug 31517: Replace raw SQL queries in C4::Tags with Koha object accesses
authorJoonas Kylmälä <joonas.kylmala@iki.fi>
Fri, 2 Sep 2022 19:56:12 +0000 (22:56 +0300)
committerTomas Cohen Arazi <tomascohen@theke.io>
Fri, 4 Nov 2022 22:30:56 +0000 (19:30 -0300)
commite2b0387a2bd341b752654b1ee42787b00e3100eb
tree88b2121f8eee6212d1b58c2613931831758c1fda
parent318e4d51d5068f0e4037639a0b572bba9e8bd57a
Bug 31517: Replace raw SQL queries in C4::Tags with Koha object accesses

To test:
 1) Create a few new tags to any biblio by visiting the biblio's detail
 page on OPAC
 2) The visit http://localhost:8080/cgi-bin/koha/opac-tags.pl and try
 deleting those tags.

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
C4/Tags.pm