Bugzilla – Attachment 162120 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), 995 bytes, created by
Martin Renvoize (ashimema)
on 2024-02-13 16:41:17 UTC
(
hide
)
Description:
Bug 34920: Make av description nullable in API spec
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-02-13 16:41:17 UTC
Size:
995 bytes
patch
obsolete
>From 918a6eb8a6ced026e94baf761b09a9561d9f1cf8 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 > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > 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.43.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 34920
:
162036
|
162037
|
162120
|
162121
|
162600
|
162601
|
162604
|
162605
|
162608
|
162609
|
163628
|
163629
|
163630
|
163631
|
168257
|
168258
|
168259
|
168260