Bugzilla – Attachment 168065 Details for
Bug 35197
Expose additional_field definitions through REST API
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35197: (QA follow-up) Add note about intentions
Bug-35197-QA-follow-up-Add-note-about-intentions.patch (text/plain), 1.25 KB, created by
Martin Renvoize (ashimema)
on 2024-06-25 12:08:44 UTC
(
hide
)
Description:
Bug 35197: (QA follow-up) Add note about intentions
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-06-25 12:08:44 UTC
Size:
1.25 KB
patch
obsolete
>From bc6fe8a561be2c302c2b5a46af23bb9101d77569 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >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 <martin.renvoize@ptfs-europe.com> >--- > 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 <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'; >-- >2.45.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 35197
:
158112
|
158511
|
158512
|
158514
|
158515
|
158577
|
158578
|
159648
|
159649
|
159650
|
165726
|
165727
|
165728
|
165769
|
165780
|
168057
|
168058
|
168059
|
168060
|
168061
|
168062
|
168063
|
168064
| 168065