Bugzilla – Attachment 117695 Details for
Bug 27855
Allow embedding extended_attributes on /patrons routes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27855: (QA follow-up) Rename extended_attribute to patron_extended_attribute
Bug-27855-QA-follow-up-Rename-extendedattribute-to.patch (text/plain), 1.52 KB, created by
Martin Renvoize (ashimema)
on 2021-03-04 12:00:56 UTC
(
hide
)
Description:
Bug 27855: (QA follow-up) Rename extended_attribute to patron_extended_attribute
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2021-03-04 12:00:56 UTC
Size:
1.52 KB
patch
obsolete
>From 718e40757a77a208ea9eaa96e278d7df18829194 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Thu, 4 Mar 2021 11:59:37 +0000 >Subject: [PATCH] Bug 27855: (QA follow-up) Rename extended_attribute to > patron_extended_attribute > >This path renames the extended_attribute definition to >patron_extended_attribute to clarify that these attributes are always >attached to a patron and not a more generic class of attributes. > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > api/v1/swagger/definitions/patron.json | 2 +- > .../{extended_attribute.json => patron_extended_attribute.json} | 0 > 2 files changed, 1 insertion(+), 1 deletion(-) > rename api/v1/swagger/definitions/{extended_attribute.json => patron_extended_attribute.json} (100%) > >diff --git a/api/v1/swagger/definitions/patron.json b/api/v1/swagger/definitions/patron.json >index 2b4c9ceea2..90d5c9adf6 100644 >--- a/api/v1/swagger/definitions/patron.json >+++ b/api/v1/swagger/definitions/patron.json >@@ -286,7 +286,7 @@ > "type": "array", > "description": "patron's extended attributes", > "items": { >- "$ref": "extended_attribute.json" >+ "$ref": "patron_extended_attribute.json" > } > } > }, >diff --git a/api/v1/swagger/definitions/extended_attribute.json b/api/v1/swagger/definitions/patron_extended_attribute.json >similarity index 100% >rename from api/v1/swagger/definitions/extended_attribute.json >rename to api/v1/swagger/definitions/patron_extended_attribute.json >-- >2.20.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 27855
:
117660
|
117661
|
117662
|
117663
|
117681
|
117682
|
117683
|
117684
|
117685
|
117686
|
117687
|
117688
|
117689
|
117690
|
117691
|
117692
|
117693
|
117694
| 117695