Bugzilla – Attachment 166261 Details for
Bug 36612
The public tickets endpoint needs public fields list
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36612: (QA follow-up) Add 'source' to public_read_list
Bug-36612-QA-follow-up-Add-source-to-publicreadlis.patch (text/plain), 763 bytes, created by
Martin Renvoize (ashimema)
on 2024-05-07 12:08:38 UTC
(
hide
)
Description:
Bug 36612: (QA follow-up) Add 'source' to public_read_list
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-05-07 12:08:38 UTC
Size:
763 bytes
patch
obsolete
>From ed4adc312cb1559ebb9437ddfecee2b3f038cb34 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Tue, 7 May 2024 13:07:53 +0100 >Subject: [PATCH] Bug 36612: (QA follow-up) Add 'source' to public_read_list > >This patch adds the required 'source' field to the public_read_list for >tickets. >--- > Koha/Ticket.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/Koha/Ticket.pm b/Koha/Ticket.pm >index 9beed143499..55734cd583e 100644 >--- a/Koha/Ticket.pm >+++ b/Koha/Ticket.pm >@@ -191,7 +191,7 @@ sub public_read_list { > return [ > 'ticket_id', 'title', 'body', > 'reporter_id', 'reported_date', 'resolved_date', >- 'biblio_id' >+ 'biblio_id', 'source' > ]; > } > >-- >2.45.0
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 36612
:
164960
|
164961
|
165268
|
165269
|
165270
| 166261