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 <martin.renvoize@ptfs-europe.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
This commit is contained in:
Martin Renvoize 2024-06-12 15:45:14 +01:00 committed by Katrin Fischer
parent 5cfc8b58a6
commit 46c1b9e9bf
Signed by: kfischer
GPG key ID: 0EF6E2C03357A834

View file

@ -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 <http://www.gnu.org/licenses>.
# 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';