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:
parent
5cfc8b58a6
commit
46c1b9e9bf
1 changed files with 8 additions and 0 deletions
|
@ -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';
|
||||
|
|
Loading…
Reference in a new issue