Bugzilla – Attachment 166906 Details for
Bug 28869
Optionally restrict authorised values to tinyint
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28869: (RM follow-up) Add missing field in api definition
Bug-28869-RM-follow-up-Add-missing-field-in-api-de.patch (text/plain), 1.08 KB, created by
Martin Renvoize (ashimema)
on 2024-05-17 13:40:14 UTC
(
hide
)
Description:
Bug 28869: (RM follow-up) Add missing field in api definition
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-05-17 13:40:14 UTC
Size:
1.08 KB
patch
obsolete
>From 92cb6c9efaa380b921eaf6afc1c5be4a52ef8cc4 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Fri, 17 May 2024 14:39:05 +0100 >Subject: [PATCH] Bug 28869: (RM follow-up) Add missing field in api definition > >We missed adding the new field to the api definition for >authorised_value_category. > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > api/v1/swagger/definitions/authorised_value_category.yaml | 3 +++ > 1 file changed, 3 insertions(+) > >diff --git a/api/v1/swagger/definitions/authorised_value_category.yaml b/api/v1/swagger/definitions/authorised_value_category.yaml >index 1d5dd026bf8..c7ecc5e8fd2 100644 >--- a/api/v1/swagger/definitions/authorised_value_category.yaml >+++ b/api/v1/swagger/definitions/authorised_value_category.yaml >@@ -9,6 +9,9 @@ properties: > description: Is this category system or not > type: boolean > readOnly: true >+ is_integer_only: >+ description: Is this category integer only or not >+ readOnly: true > authorised_values: > type: array > description: This category's authorised values >-- >2.45.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 28869
:
161745
|
161746
|
161747
|
161748
|
161749
|
162412
|
162413
|
162414
|
162415
|
162416
|
163996
|
163997
|
163998
|
163999
|
164000
|
164001
|
166697
|
166698
|
166699
|
166700
|
166701
|
166702
| 166906