Bugzilla – Attachment 160202 Details for
Bug 34324
Merge OPACProblemReport and CatalogConcern functions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34324: Add additional_field_value to definitions
Bug-34324-Add-additionalfieldvalue-to-definitions.patch (text/plain), 1.65 KB, created by
Martin Renvoize (ashimema)
on 2023-12-21 14:31:51 UTC
(
hide
)
Description:
Bug 34324: Add additional_field_value to definitions
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2023-12-21 14:31:51 UTC
Size:
1.65 KB
patch
obsolete
>From ad5b3d20ed6a5d02184639d012b175c725ef8f00 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Wed, 20 Dec 2023 17:15:12 +0000 >Subject: [PATCH] Bug 34324: Add additional_field_value to definitions > >--- > .../definitions/additional_field_value.yaml | 17 +++++++++++++++++ > api/v1/swagger/swagger.yaml | 2 ++ > 2 files changed, 19 insertions(+) > create mode 100644 api/v1/swagger/definitions/additional_field_value.yaml > >diff --git a/api/v1/swagger/definitions/additional_field_value.yaml b/api/v1/swagger/definitions/additional_field_value.yaml >new file mode 100644 >index 00000000000..d2cdd2316fc >--- /dev/null >+++ b/api/v1/swagger/definitions/additional_field_value.yaml >@@ -0,0 +1,17 @@ >+--- >+type: object >+properties: >+ id: >+ description: id of the field >+ type: string >+ readOnly: true >+ field_id: >+ type: integer >+ description: FK in corresponding to id in additional_fields table >+ record_id: >+ description: ID corresponding to the object ID this additional field relates to >+ type: string >+ value: >+ description: value of the additional field >+ type: string >+additionalProperties: false >diff --git a/api/v1/swagger/swagger.yaml b/api/v1/swagger/swagger.yaml >index 0fb422e2c37..70e0098ac26 100644 >--- a/api/v1/swagger/swagger.yaml >+++ b/api/v1/swagger/swagger.yaml >@@ -6,6 +6,8 @@ definitions: > $ref: ./definitions/account_line.yaml > additional_field: > $ref: ./definitions/additional_field.yaml >+ additional_field_value: >+ $ref: ./definitions/additional_field_value.yaml > advancededitormacro: > $ref: ./definitions/advancededitormacro.yaml > allows_renewal: >-- >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 34324
:
160199
|
160200
|
160201
|
160202
|
160203
|
160204
|
160205
|
160206
|
173580
|
173581
|
173582
|
173583
|
173584
|
173585
|
173586
|
173587
|
173671
|
173672
|
173673
|
173674
|
173675
|
173676
|
173677
|
173678
|
173679
|
173680