Bugzilla – Attachment 184618 Details for
Bug 40511
Add maxLength to the eHoldings title definition
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40511: Add maxLength to eholdings titles
Bug-40511-Add-maxLength-to-eholdings-titles.patch (text/plain), 3.92 KB, created by
Matt Blenkinsop
on 2025-07-25 08:18:06 UTC
(
hide
)
Description:
Bug 40511: Add maxLength to eholdings titles
Filename:
MIME Type:
Creator:
Matt Blenkinsop
Created:
2025-07-25 08:18:06 UTC
Size:
3.92 KB
patch
obsolete
>From ae075bf149f018af529f8165d82bdc0a7d9c6a99 Mon Sep 17 00:00:00 2001 >From: Matt Blenkinsop <matt.blenkinsop@openfifth.co.uk> >Date: Fri, 25 Jul 2025 09:17:29 +0100 >Subject: [PATCH] Bug 40511: Add maxLength to eholdings titles > >--- > .../definitions/erm_eholdings_title.yaml | 24 +++++++++++++++++++ > 1 file changed, 24 insertions(+) > >diff --git a/api/v1/swagger/definitions/erm_eholdings_title.yaml b/api/v1/swagger/definitions/erm_eholdings_title.yaml >index 7ed823fcadd..6bbadd61e4b 100644 >--- a/api/v1/swagger/definitions/erm_eholdings_title.yaml >+++ b/api/v1/swagger/definitions/erm_eholdings_title.yaml >@@ -14,71 +14,85 @@ properties: > publication_title: > description: publication_title of the title > type: string >+ maxLength: 255 > external_id: > description: External id of the title > type: > - string > - "null" >+ maxLength: 255 > print_identifier: > description: print_identifier of the title > type: > - string > - "null" >+ maxLength: 255 > online_identifier: > description: online_identifier of the title > type: > - string > - "null" >+ maxLength: 255 > date_first_issue_online: > description: date_first_issue_online of the title > type: > - string > - "null" >+ maxLength: 255 > num_first_vol_online: > description: num_first_vol_online of the title > type: > - string > - "null" >+ maxLength: 255 > num_first_issue_online: > description: num_first_issue_online of the title > type: > - string > - "null" >+ maxLength: 255 > date_last_issue_online: > description: date_last_issue_online of the title > type: > - string > - "null" >+ maxLength: 255 > num_last_vol_online: > description: num_last_vol_online of the title > type: > - string > - "null" >+ maxLength: 255 > num_last_issue_online: > description: num_last_issue_online of the title > type: > - string > - "null" >+ maxLength: 255 > title_url: > description: title_url of the title > type: > - string > - "null" >+ maxLength: 255 > first_author: > description: first_author of the title > type: > - string > - "null" >+ maxLength: 255 > embargo_info: > description: embargo_info of the title > type: > - string > - "null" >+ maxLength: 255 > coverage_depth: > description: coverage_depth of the title > type: > - string > - "null" >+ maxLength: 255 > notes: > description: notes of the title > type: >@@ -89,51 +103,61 @@ properties: > type: > - string > - "null" >+ maxLength: 255 > publication_type: > description: publication_type of the title > type: > - string > - "null" >+ maxLength: 80 > date_monograph_published_print: > description: date_monograph_published_print of the title > type: > - string > - "null" >+ maxLength: 255 > date_monograph_published_online: > description: date_monograph_published_online of the title > type: > - string > - "null" >+ maxLength: 255 > monograph_volume: > description: monograph_volume of the title > type: > - string > - "null" >+ maxLength: 255 > monograph_edition: > description: monograph_edition of the title > type: > - string > - "null" >+ maxLength: 255 > first_editor: > description: first_editor of the title > type: > - string > - "null" >+ maxLength: 255 > parent_publication_title_id: > description: parent_publication_title_id of the title > type: > - string > - "null" >+ maxLength: 255 > preceding_publication_title_id: > description: preceding_publication_title_id of the title > type: > - string > - "null" >+ maxLength: 255 > access_type: > description: access_type of the title > type: > - string > - "null" >+ maxLength: 255 > is_selected: > description: if the title is selected in the KB > 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 40511
: 184618 |
184619