Bug 27715: Add a deprecation notice
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 18 Feb 2021 14:54:56 +0000 (15:54 +0100)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 23 Feb 2021 23:12:59 +0000 (00:12 +0100)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Joonas Kylmälä <joonas.kylmala@helsinki.fi>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
C4/Utils/DataTables.pm

index 18e6c8c..b43849c 100644 (file)
@@ -30,6 +30,8 @@ BEGIN {
 
 =head1 NAME
 
+! DEPRECATED - This module is deprecated, the REST API route and REST API Datatables wrapper must be used instead!
+
 C4::Utils::DataTables - Utility subs for building query when DataTables source is AJAX
 
 =head1 SYNOPSYS