Bugzilla – Attachment 130758 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]
[21.05.x] Bug 29495: Fix TestBuilder.t
2105x-Bug-29495-Fix-TestBuildert.patch (text/plain), 969 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2022-02-17 15:23:37 UTC
(
hide
)
Description:
[21.05.x] Bug 29495: Fix TestBuilder.t
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2022-02-17 15:23:37 UTC
Size:
969 bytes
patch
obsolete
>From aa1bc7cf4a9b276e28f8c85b6cffb9901565373b 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] [21.05.x] Bug 29495: Fix TestBuilder.t > >Value not allowed for auto_incr issue_id in Issue at /kohadevbox/koha/t/lib/TestBuilder.pm line 387. > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > t/lib/TestBuilder.pm | 4 ++++ > 1 file changed, 4 insertions(+) > >diff --git a/t/lib/TestBuilder.pm b/t/lib/TestBuilder.pm >index e0b058eec7..3464dbea54 100644 >--- a/t/lib/TestBuilder.pm >+++ b/t/lib/TestBuilder.pm >@@ -600,6 +600,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.32.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 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