Bugzilla – Attachment 166500 Details for
Bug 36582
Add option to set library, desk, and register from user menu
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36582: Fix regressions.t
Bug-36582-Fix-regressionst.patch (text/plain), 970 bytes, created by
Jonathan Druart
on 2024-05-10 08:05:16 UTC
(
hide
)
Description:
Bug 36582: Fix regressions.t
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2024-05-10 08:05:16 UTC
Size:
970 bytes
patch
obsolete
>From 0661e1b3ae64f3ce290bbe4b7e9453810b9b7a44 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 10 May 2024 10:04:40 +0200 >Subject: [PATCH] Bug 36582: Fix regressions.t > >--- > t/db_dependent/selenium/regressions.t | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/t/db_dependent/selenium/regressions.t b/t/db_dependent/selenium/regressions.t >index 8425953ad23..6c7fed8b0e9 100755 >--- a/t/db_dependent/selenium/regressions.t >+++ b/t/db_dependent/selenium/regressions.t >@@ -335,7 +335,7 @@ subtest 'Encoding in session variables' => sub { > $s->auth; > # Switch to the new library > $driver->get( $base_url . 'circ/set-library.pl' ); >- $s->fill_form( { branch => $branchname } ); >+ $s->fill_form( { 'set-library-branch' => $branchname } ); > $s->submit_form; > # Check an item out > $driver->get( $base_url >-- >2.34.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 36582
:
164769
|
164895
|
165261
|
165377
|
165573
|
166164
|
166346
| 166500