Bugzilla – Attachment 159751 Details for
Bug 35451
Add tablename field to additional_field_values
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35451: Fix test data
Bug-35451-Fix-test-data.patch (text/plain), 1023 bytes, created by
Martin Renvoize
on 2023-12-12 16:35:23 UTC
(
hide
)
Description:
Bug 35451: Fix test data
Filename:
MIME Type:
Creator:
Martin Renvoize
Created:
2023-12-12 16:35:23 UTC
Size:
1023 bytes
patch
obsolete
>From ba6cbcc7ec85750c7ef89c85f11e0e522a495d1f Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Thu, 30 Nov 2023 12:10:30 +0000 >Subject: [PATCH] Bug 35451: Fix test data > >--- > t/db_dependent/Koha/Objects/Mixin/AdditionalFields.t | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/t/db_dependent/Koha/Objects/Mixin/AdditionalFields.t b/t/db_dependent/Koha/Objects/Mixin/AdditionalFields.t >index 301a40ff418..7e2bff20a60 100755 >--- a/t/db_dependent/Koha/Objects/Mixin/AdditionalFields.t >+++ b/t/db_dependent/Koha/Objects/Mixin/AdditionalFields.t >@@ -33,11 +33,13 @@ my $bar = Koha::AdditionalField->new({ > > Koha::AdditionalFieldValue->new({ > field_id => $foo->id, >+ record_table => 'aqbasket', > record_id => $basket1->basketno, > value => 'foo value for basket1', > })->store; > Koha::AdditionalFieldValue->new({ > field_id => $bar->id, >+ record_table => 'aqbasket', > record_id => $basket1->basketno, > value => 'bar value for basket1', > })->store; >-- >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 35451
:
159390
|
159391
|
159392
|
159393
|
159394
|
159747
|
159748
|
159749
|
159750
| 159751