From bc6fe8a561be2c302c2b5a46af23bb9101d77569 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Wed, 12 Jun 2024 15:45:14 +0100 Subject: [PATCH] Bug 35197: (QA follow-up) Add note about intentions This is the beggining of a wider series of developments aimed at retifying overlapping features. Signed-off-by: Martin Renvoize --- Koha/REST/V1/ExtendedAttributeTypes.pm | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Koha/REST/V1/ExtendedAttributeTypes.pm b/Koha/REST/V1/ExtendedAttributeTypes.pm index f44164c628f..6bed2d4f3d7 100644 --- a/Koha/REST/V1/ExtendedAttributeTypes.pm +++ b/Koha/REST/V1/ExtendedAttributeTypes.pm @@ -15,6 +15,14 @@ package Koha::REST::V1::ExtendedAttributeTypes; # You should have received a copy of the GNU General Public License # along with Koha; if not, see . +# IMPORTANT NOTE +# +# Whilst this class is named ExtendedAttributeTypes, it currently +# allows for querying the Koha::AdditionalFields objects only. +# +# The longer term goal is to merge the additional fields, patron +# attributes and ill request attributes features into one system. + use Modern::Perl; use Mojo::Base 'Mojolicious::Controller'; -- 2.45.2