Bugzilla – Attachment 184622 Details for
Bug 40512
Add maxLength to the erm agreements definition
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40512: Add maxLength to erm agreements
Bug-40512-Add-maxLength-to-erm-agreements.patch (text/plain), 1.23 KB, created by
Matt Blenkinsop
on 2025-07-25 08:35:01 UTC
(
hide
)
Description:
Bug 40512: Add maxLength to erm agreements
Filename:
MIME Type:
Creator:
Matt Blenkinsop
Created:
2025-07-25 08:35:01 UTC
Size:
1.23 KB
patch
obsolete
>From 79ae693464f857673a5598a1f9536e1d24df150f Mon Sep 17 00:00:00 2001 >From: Matt Blenkinsop <matt.blenkinsop@openfifth.co.uk> >Date: Fri, 25 Jul 2025 09:34:30 +0100 >Subject: [PATCH] Bug 40512: Add maxLength to erm agreements > >--- > api/v1/swagger/definitions/erm_agreement.yaml | 4 ++++ > 1 file changed, 4 insertions(+) > >diff --git a/api/v1/swagger/definitions/erm_agreement.yaml b/api/v1/swagger/definitions/erm_agreement.yaml >index d355d69b3c1..7e064c4e1d5 100644 >--- a/api/v1/swagger/definitions/erm_agreement.yaml >+++ b/api/v1/swagger/definitions/erm_agreement.yaml >@@ -13,6 +13,7 @@ properties: > name: > description: name of the agreement > type: string >+ maxLength: 255 > description: > description: description of the agreement > type: >@@ -21,11 +22,13 @@ properties: > status: > description: current status of the agreement > type: string >+ maxLength: 80 > closure_reason: > description: reason of the closure > type: > - string > - "null" >+ maxLength: 80 > is_perpetual: > description: is the agreement perpetual > type: boolean >@@ -34,6 +37,7 @@ properties: > type: > - string > - "null" >+ maxLength: 80 > license_info: > description: info about the license > type: >-- >2.48.1
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 40512
: 184622 |
184623