Bugzilla – Attachment 150755 Details for
Bug 32721
Allow specifying UserCSS and UserJS at library level for the OPAC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32721: (QA follow-up) Drop fields from API response
Bug-32721-QA-follow-up-Drop-fields-from-API-respon.patch (text/plain), 1.42 KB, created by
Martin Renvoize (ashimema)
on 2023-05-05 14:14:18 UTC
(
hide
)
Description:
Bug 32721: (QA follow-up) Drop fields from API response
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2023-05-05 14:14:18 UTC
Size:
1.42 KB
patch
obsolete
>From 2b639d4b444a251114d5499d293e4bf3ccdbc020 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Fri, 5 May 2023 14:43:01 +0100 >Subject: [PATCH] Bug 32721: (QA follow-up) Drop fields from API response > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > Koha/Library.pm | 2 ++ > api/v1/swagger/definitions/library.yaml | 10 ---------- > 2 files changed, 2 insertions(+), 10 deletions(-) > >diff --git a/Koha/Library.pm b/Koha/Library.pm >index 2e9259b450..078760c167 100644 >--- a/Koha/Library.pm >+++ b/Koha/Library.pm >@@ -353,6 +353,8 @@ sub to_api_mapping { > branchip => 'ip', > branchnotes => 'notes', > marcorgcode => 'marc_org_code', >+ usercss => undef, >+ userjs => undef > }; > } > >diff --git a/api/v1/swagger/definitions/library.yaml b/api/v1/swagger/definitions/library.yaml >index 24d88b588f..de010c50d3 100644 >--- a/api/v1/swagger/definitions/library.yaml >+++ b/api/v1/swagger/definitions/library.yaml >@@ -107,16 +107,6 @@ properties: > public: > type: boolean > description: If the library is visible to the public >- userjs: >- type: >- - string >- - "null" >- description: Any branch-specific UserJS for the OPAC >- usercss: >- type: >- - string >- - "null" >- description: Any branch-specific UserCSS for the OPAC > smtp_server: > type: > - object >-- >2.40.1
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 32721
:
145731
|
145732
|
145733
|
145734
|
145735
|
145754
|
145759
|
146159
|
146160
|
146161
|
146162
|
146163
|
146164
|
147373
|
149860
|
149861
|
149862
|
149863
|
149864
|
149865
|
149866
|
150713
|
150724
|
150725
|
150726
|
150727
|
150728
|
150729
|
150730
|
150731
|
150732
|
150754
|
150755
|
150756
|
150757
|
150758
|
156157
|
156158
|
156159
|
156160
|
156161
|
156162
|
156163
|
156164
|
157335