Bugzilla – Attachment 160007 Details for
Bug 35469
Cannot create bookings without circulation permissions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35469: (follow-up) Tidy
Bug-35469-follow-up-Tidy.patch (text/plain), 1.21 KB, created by
Nick Clemens (kidclamp)
on 2023-12-19 13:55:38 UTC
(
hide
)
Description:
Bug 35469: (follow-up) Tidy
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2023-12-19 13:55:38 UTC
Size:
1.21 KB
patch
obsolete
>From 79030e45dd29bf489bb79d861b679276c9a9aee1 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Tue, 19 Dec 2023 13:53:29 +0000 >Subject: [PATCH] Bug 35469: (follow-up) Tidy > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > t/db_dependent/api/v1/checkouts.t | 7 +++---- > 1 file changed, 3 insertions(+), 4 deletions(-) > >diff --git a/t/db_dependent/api/v1/checkouts.t b/t/db_dependent/api/v1/checkouts.t >index 57525f4b5db..8f306df0e0e 100755 >--- a/t/db_dependent/api/v1/checkouts.t >+++ b/t/db_dependent/api/v1/checkouts.t >@@ -84,14 +84,13 @@ $builder->build( > module_bit => 1, > code => 'manage_bookings', > }, >- } >+ } > ); > $bookings_librarian->set_password( { password => $password, skip_validation => 1 } ); > my $bookings_userid = $bookings_librarian->userid; > >-$t->get_ok( "//$bookings_userid:$password@/api/v1/checkouts?patron_id=$patron_id" ) >- ->status_is(200, 'manage_bookings allows checkouts access') >- ->json_is([]); >+$t->get_ok("//$bookings_userid:$password@/api/v1/checkouts?patron_id=$patron_id") >+ ->status_is( 200, 'manage_bookings allows checkouts access' )->json_is( [] ); > > Koha::CirculationRules->set_rules( > { >-- >2.30.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 35469
:
159882
|
159883
|
159996
|
159997
|
160005
|
160006
|
160007
|
161490
|
161491
|
161492
|
161639
|
161640
|
161641
|
161642
|
162644
|
162645