Bugzilla – Attachment 168061 Details for
Bug 35197
Expose additional_field definitions through REST API
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35197: (QA follow-up): Fix pasted comment
Bug-35197-QA-follow-up-Fix-pasted-comment.patch (text/plain), 1.04 KB, created by
Martin Renvoize (ashimema)
on 2024-06-25 12:08:31 UTC
(
hide
)
Description:
Bug 35197: (QA follow-up): Fix pasted comment
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-06-25 12:08:31 UTC
Size:
1.04 KB
patch
obsolete
>From c4ca59154538f826c598d77a58cb6f95feb67166 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Mon, 29 Apr 2024 10:01:44 +0000 >Subject: [PATCH] Bug 35197: (QA follow-up): Fix pasted comment > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > t/db_dependent/api/v1/additional_fields.t | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/t/db_dependent/api/v1/additional_fields.t b/t/db_dependent/api/v1/additional_fields.t >index 29b7c4e30e2..95bf281d973 100755 >--- a/t/db_dependent/api/v1/additional_fields.t >+++ b/t/db_dependent/api/v1/additional_fields.t >@@ -98,7 +98,7 @@ subtest 'list() tests' => sub { > ] > ); > >- # Filtering works, two agreements sharing vendor_id >+ # Filtering works, two existing additional fields returned for the queried table name > $t->get_ok( "//$userid:$password@/api/v1/additional_fields?table_name=" . $additional_field->tablename ) > ->status_is(200)->json_is( [ $additional_field->to_api, $another_additional_field->to_api ] ); > >-- >2.45.2
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 35197
:
158112
|
158511
|
158512
|
158514
|
158515
|
158577
|
158578
|
159648
|
159649
|
159650
|
165726
|
165727
|
165728
|
165769
|
165780
|
168057
|
168058
|
168059
|
168060
| 168061 |
168062
|
168063
|
168064
|
168065