Bugzilla – Attachment 176016 Details for
Bug 37054
Allow for custom library colors in the staff interface
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37054: Add API support
Bug-37054-Add-API-support.patch (text/plain), 1.15 KB, created by
Lucas Gass (lukeg)
on 2024-12-30 18:25:55 UTC
(
hide
)
Description:
Bug 37054: Add API support
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2024-12-30 18:25:55 UTC
Size:
1.15 KB
patch
obsolete
>From 84a145a37699b8d3f640f97def6355c5daa04b23 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Mon, 30 Dec 2024 18:25:20 +0000 >Subject: [PATCH] Bug 37054: Add API support > >--- > Koha/Library.pm | 1 - > api/v1/swagger/definitions/library.yaml | 5 +++++ > 2 files changed, 5 insertions(+), 1 deletion(-) > >diff --git a/Koha/Library.pm b/Koha/Library.pm >index 361ece2a035..d8b180092d9 100644 >--- a/Koha/Library.pm >+++ b/Koha/Library.pm >@@ -371,7 +371,6 @@ sub to_api_mapping { > marcorgcode => 'marc_org_code', > opacusercss => undef, > opacuserjs => undef, >- library_color => undef > }; > } > >diff --git a/api/v1/swagger/definitions/library.yaml b/api/v1/swagger/definitions/library.yaml >index 0fc79673580..ef8a4618c82 100644 >--- a/api/v1/swagger/definitions/library.yaml >+++ b/api/v1/swagger/definitions/library.yaml >@@ -94,6 +94,11 @@ properties: > - string > - "null" > description: geolocation of your library >+ library_color: >+ type: >+ - string >+ - "null" >+ description: the library color > marc_org_code: > type: > - string >-- >2.39.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 37054
:
167577
|
167578
|
167579
|
167590
|
167595
|
167596
|
167597
|
167598
|
167609
|
167612
|
167613
|
167614
|
167615
|
167616
|
167618
|
167625
|
171221
|
171222
|
171223
|
171224
|
171225
|
171226
|
175991
|
175992
|
175993
|
175994
|
175995
|
175996
|
176014
|
176015
|
176016
|
176615
|
176616
|
180329
|
180330
|
180331
|
180332
|
180333
|
180334