Bugzilla – Attachment 190937 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
b69cdec.patch (text/plain), 1.50 KB, created by
Jonathan Druart
on 2026-01-06 13:58:16 UTC
(
hide
)
Description:
Bug 40816: Fix Auth/csrf.ts
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2026-01-06 13:58:16 UTC
Size:
1.50 KB
patch
obsolete
>From b69cdec30ef35049e239ae5e89dc48f1c3e97b8f 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 > >--- > 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.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 40816
:
186448
|
186449
|
186450
|
186451
|
188979
|
188991
|
188992
|
188993
|
188994
|
189599
|
189600
|
189601
|
189605
|
189606
|
190614
|
190615
| 190937 |
190938