Bugzilla – Attachment 145716 Details for
Bug 28701
primary_contact_method not part of the REST API spec
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28701: (QA follow-up) Make primary_contact_method visible
Bug-28701-QA-follow-up-Make-primarycontactmethod-v.patch (text/plain), 1003 bytes, created by
Marcel de Rooy
on 2023-01-27 08:12:04 UTC
(
hide
)
Description:
Bug 28701: (QA follow-up) Make primary_contact_method visible
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2023-01-27 08:12:04 UTC
Size:
1003 bytes
patch
obsolete
>From a2789e0be9efc47e113fe66637baee1a8be3ee03 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Fri, 27 Jan 2023 08:09:38 +0000 >Subject: [PATCH] Bug 28701: (QA follow-up) Make primary_contact_method visible >Content-Type: text/plain; charset=utf-8 > >Via to_api_mapping. > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > Koha/Patron.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/Koha/Patron.pm b/Koha/Patron.pm >index 96a72a393a..8d2cce5c7d 100644 >--- a/Koha/Patron.pm >+++ b/Koha/Patron.pm >@@ -1984,8 +1984,8 @@ sub to_api_mapping { > altcontactsurname => 'altcontact_surname', > altcontactstate => 'altcontact_state', > altcontactzipcode => 'altcontact_postal_code', >+ primary_contact_method => 'primary_contact_method', > password_expiration_date => undef, >- primary_contact_method => undef, > secret => undef, > auth_method => undef, > }; >-- >2.30.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 28701
:
136124
|
143972
|
145715
| 145716