Bugzilla – Attachment 187374 Details for
Bug 38201
VueJS architecture rethink
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38201: Fix codespell
Bug-38201-Fix-codespell.patch (text/plain), 2.06 KB, created by
Jonathan Druart
on 2025-10-03 09:53:38 UTC
(
hide
)
Description:
Bug 38201: Fix codespell
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2025-10-03 09:53:38 UTC
Size:
2.06 KB
patch
obsolete
>From 5873a68f646b28410b495d478c7e040494add861 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 3 Oct 2025 11:52:07 +0200 >Subject: [PATCH] Bug 38201: Fix codespell > >koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsLocalTitleResource.vue:492: keywork ==> keyword >t/cypress/component/ShowElement_spec.ts:39: falsy ==> falsely, false > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > .../prog/js/vue/components/ERM/EHoldingsLocalTitleResource.vue | 2 +- > t/cypress/component/ShowElement_spec.ts | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsLocalTitleResource.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsLocalTitleResource.vue >index 6bc471b9820..11b0caa0452 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsLocalTitleResource.vue >+++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsLocalTitleResource.vue >@@ -489,7 +489,7 @@ export default { > delete title.title_id; > delete title.biblio_id; > >- // Cannot use the map/keepAttrs because of the reserved keywork 'package' >+ // Cannot use the map/keepAttrs because of the reserved keyword 'package' > title.resources.forEach(function (e) { > delete e.package; > delete e.resource_id; >diff --git a/t/cypress/component/ShowElement_spec.ts b/t/cypress/component/ShowElement_spec.ts >index 2cf9ca4720e..95c8da941b7 100644 >--- a/t/cypress/component/ShowElement_spec.ts >+++ b/t/cypress/component/ShowElement_spec.ts >@@ -36,7 +36,7 @@ describe("ShowElement", () => { > cy.get("label").contains("Name"); > cy.get("span").contains(resource.name); > }); >- it("should hide that property if the hidden attribute is set and falsy", () => { >+ it("should hide that property if the hidden attribute is set and false", () => { > cy.mount(ShowElement, { > props: { > resource, >-- >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 38201
:
187373
| 187374 |
187375
|
187398