Bugzilla – Attachment 129575 Details for
Bug 29495
Issue link is lost in return claims when using 'MarkLostItemsAsReturned'
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29495: Fix TestBuilder.t
Bug-29495-Fix-TestBuildert.patch (text/plain), 895 bytes, created by
Jonathan Druart
on 2022-01-18 15:01:49 UTC
(
hide
)
Description:
Bug 29495: Fix TestBuilder.t
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2022-01-18 15:01:49 UTC
Size:
895 bytes
patch
obsolete
>From edfba4b8ff7ef2928e6b5f7a77c23433ba72a73f Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 18 Jan 2022 16:01:00 +0100 >Subject: [PATCH] Bug 29495: Fix TestBuilder.t > >Value not allowed for auto_incr issue_id in Issue at /kohadevbox/koha/t/lib/TestBuilder.pm line 387. >--- > t/lib/TestBuilder.pm | 4 ++++ > 1 file changed, 4 insertions(+) > >diff --git a/t/lib/TestBuilder.pm b/t/lib/TestBuilder.pm >index aad67040b49..87b97c927e9 100644 >--- a/t/lib/TestBuilder.pm >+++ b/t/lib/TestBuilder.pm >@@ -599,6 +599,10 @@ sub _gen_default_values { > suggesteddate => dt_from_string()->ymd, > STATUS => 'ASKED' > }, >+ ReturnClaim => { >+ issue_id => undef, # It should be a FK but we removed it >+ # We don't want to generate a random value >+ }, > }; > } > >-- >2.25.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 29495
:
127711
|
127712
|
127713
|
127714
|
127765
|
127766
|
127767
|
127768
|
127769
|
127809
|
127810
|
127811
|
127812
|
127813
|
127937
|
127938
|
127939
|
127940
|
127941
|
127942
|
127943
|
127944
|
129105
|
129106
|
129107
|
129109
|
129110
|
129111
|
129112
|
129113
|
129547
|
129575
|
129582
|
130460
|
130461
|
130462
|
130463
|
130464
|
130465
|
130466
|
130467
|
130752
|
130753
|
130754
|
130755
|
130756
|
130757
|
130758