Bugzilla – Attachment 195045 Details for
Bug 39055
Unauthenticated are not redirected properly in reports module after login
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39055: Adjust xt tests to handle login_op
b0718a4.patch (text/plain), 936 bytes, created by
Jonathan Druart
on 2026-03-10 08:37:29 UTC
(
hide
)
Description:
Bug 39055: Adjust xt tests to handle login_op
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2026-03-10 08:37:29 UTC
Size:
936 bytes
patch
obsolete
>From b0718a489fcf49148006e87ce552343f66b65a31 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 10 Mar 2026 09:37:07 +0100 >Subject: [PATCH] Bug 39055: Adjust xt tests to handle login_op > >--- > xt/find-missing-op-in-forms.t | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/xt/find-missing-op-in-forms.t b/xt/find-missing-op-in-forms.t >index d8e9593421a..33d40dc8e27 100755 >--- a/xt/find-missing-op-in-forms.t >+++ b/xt/find-missing-op-in-forms.t >@@ -54,7 +54,7 @@ sub catch_missing_op { > $in_form = 1; > $line_open_form = $line_number; > } >- if ( $in_form && $line =~ m{name=('|")op('|")} ) { >+ if ( $in_form && ( $line =~ m{name=('|")op('|")} || $line =~ m{name=('|")login_op('|")} ) ) { > $has_op = 1; > if ( $line =~ m{value=('|")([^'"]*)('|")} ) { > $op_value = $2; >-- >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 39055
:
191568
|
191617
|
192121
|
192308
|
192350
|
192351
|
192352
|
192353
|
192354
|
193674
|
193675
|
193676
|
193677
|
193678
|
193694
|
193695
|
193696
|
193697
|
193698
|
194980
|
194981
|
194982
|
194983
|
194984
| 195045