Bugzilla – Attachment 193282 Details for
Bug 40816
Upgrade DataTables from 2.1.8 to >2.3.4
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40816: Fix Auth/csrf.ts
Bug-40816-Fix-Authcsrfts.patch (text/plain), 1.55 KB, created by
David Cook
on 2026-02-17 02:02:05 UTC
(
hide
)
Description:
Bug 40816: Fix Auth/csrf.ts
Filename:
MIME Type:
Creator:
David Cook
Created:
2026-02-17 02:02:05 UTC
Size:
1.55 KB
patch
obsolete
>From f83a90b98d6fd9791506498a0c4796340a04dc54 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 6 Jan 2026 13:54:47 +0100 >Subject: [PATCH] Bug 40816: Fix Auth/csrf.ts > >Signed-off-by: David Cook <dcook@prosentient.com.au> >--- > t/cypress/integration/Auth/csrf.ts | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/t/cypress/integration/Auth/csrf.ts b/t/cypress/integration/Auth/csrf.ts >index c24b691d04a..de649d22f80 100644 >--- a/t/cypress/integration/Auth/csrf.ts >+++ b/t/cypress/integration/Auth/csrf.ts >@@ -109,7 +109,7 @@ describe("CSRF", () => { > .find(".alert") > .contains(/Library added successfully/); > >- cy.get("select[name='libraries_length']").select("-1"); >+ cy.get("select.dt-input").select("-1"); > cy.get("td").contains(branchcode); > > cy.task("query", { >@@ -127,7 +127,7 @@ describe("CSRF", () => { > }); > > cy.visit("/cgi-bin/koha/admin/branches.pl"); >- cy.get("select[name='libraries_length']").select("-1"); >+ cy.get("select.dt-input").select("-1"); > cy.get("#delete_library_" + branchcode).click({ force: true }); > > // Remove CSRF Token >@@ -156,7 +156,7 @@ describe("CSRF", () => { > }); > > cy.visit("/cgi-bin/koha/admin/branches.pl"); >- cy.get("select[name='libraries_length']").select("-1"); >+ cy.get("select.dt-input").select("-1"); > cy.get("#delete_library_" + branchcode).click({ force: true }); > > cy.contains("Yes, delete").click(); >-- >2.39.5
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 40816
:
186448
|
186449
|
186450
|
186451
|
188979
|
188991
|
188992
|
188993
|
188994
|
189599
|
189600
|
189601
|
189605
|
189606
|
190614
|
190615
|
190937
|
190938
|
193272
|
193273
|
193274
|
193275
|
193276
|
193277
|
193278
|
193279
|
193280
|
193281
| 193282 |
193283