Bugzilla – Attachment 162036 Details for
Bug 34920
ERM breaks if an ERM authorized value is missing a description
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34920: Make av description nullable in API spec
Bug-34920-Make-av-description-nullable-in-API-spec.patch (text/plain), 930 bytes, created by
Pedro Amorim
on 2024-02-12 14:47:44 UTC
(
hide
)
Description:
Bug 34920: Make av description nullable in API spec
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2024-02-12 14:47:44 UTC
Size:
930 bytes
patch
obsolete
>From e25b405d2b548efbf1ab706bba5435d09f43ee87 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Mon, 12 Feb 2024 13:44:26 -0100 >Subject: [PATCH] Bug 34920: Make av description nullable in API spec > >--- > api/v1/swagger/definitions/authorised_value.yaml | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > >diff --git a/api/v1/swagger/definitions/authorised_value.yaml b/api/v1/swagger/definitions/authorised_value.yaml >index 0f11eb36b94..0189e49515d 100644 >--- a/api/v1/swagger/definitions/authorised_value.yaml >+++ b/api/v1/swagger/definitions/authorised_value.yaml >@@ -13,7 +13,9 @@ properties: > type: string > description: > description: The staff interface description for this authorised value >- type: string >+ type: >+ - string >+ - "null" > opac_description: > description: The public interface description of this authorised value, if set" > type: >-- >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 34920
:
162036
|
162037
|
162120
|
162121
|
162600
|
162601
|
162604
|
162605
|
162608
|
162609
|
163628
|
163629
|
163630
|
163631
|
168257
|
168258
|
168259
|
168260
|
175441