Bugzilla – Attachment 144173 Details for
Bug 31381
Searching patrons by letter broken when using non-mandatory extended attributes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31381: Handle null attributes in list
Bug-31381-Handle-null-attributes-in-list.patch (text/plain), 789 bytes, created by
Nick Clemens (kidclamp)
on 2022-11-22 19:22:02 UTC
(
hide
)
Description:
Bug 31381: Handle null attributes in list
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2022-11-22 19:22:02 UTC
Size:
789 bytes
patch
obsolete
>From efd37762c10a0d520f21799d970986a4f6f62e0d Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Tue, 22 Nov 2022 19:21:22 +0000 >Subject: [PATCH] Bug 31381: Handle null attributes in list > >--- > api/v1/swagger/definitions/patron_extended_attribute.yaml | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/api/v1/swagger/definitions/patron_extended_attribute.yaml b/api/v1/swagger/definitions/patron_extended_attribute.yaml >index 84343d258b..4bfd8567e9 100644 >--- a/api/v1/swagger/definitions/patron_extended_attribute.yaml >+++ b/api/v1/swagger/definitions/patron_extended_attribute.yaml >@@ -11,6 +11,7 @@ properties: > description: Extended attribute value > type: > - string >+ - "null" > additionalProperties: false > required: > - 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 31381
:
144173
|
144188
|
144196
|
144197
|
144351
|
144352