Bugzilla – Attachment 184267 Details for
Bug 32244
Add Vue and Cypress to the About Koha > Licenses page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32244: Add vue to the about page
Bug-32244-Add-vue-to-the-about-page.patch (text/plain), 1.16 KB, created by
Aman
on 2025-07-18 00:35:10 UTC
(
hide
)
Description:
Bug 32244: Add vue to the about page
Filename:
MIME Type:
Creator:
Aman
Created:
2025-07-18 00:35:10 UTC
Size:
1.16 KB
patch
obsolete
>From cccc66360b6d39fed4e672348c8688572d4c6d41 Mon Sep 17 00:00:00 2001 >From: Aman Pilgrim <amanpilgrim@gmail.com> >Date: Fri, 18 Jul 2025 00:27:32 +0000 >Subject: [PATCH] Bug 32244: Add vue to the about page > >To Test: >1. Apply the patch >2. Within staff client, click More > About > Licences tab >3. Scroll to the bottom to see Vue library url, version and licencing information >--- > koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 3 +++ > 1 file changed, 3 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt >index 853ef8d27d..cdbc8414af 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt >@@ -1175,6 +1175,9 @@ > > <h2>Virtual Keyboard</h2> > <p> <a href="https://mottie.github.io/Keyboard/index.html">Virtual Keyboard v1.30.1</a>: <a href="https://github.com/Mottie/Keyboard/blob/v1.30.1/LICENSE">MIT Licence</a> </p> >+ >+ <h2>Vue</h2> >+ <p> <a href="https://vuejs.org">Vue.js v3.5.4</a>: <a href="https://github.com/vuejs/core/blob/main/LICENSE">MIT Licence</a> </p> > [% END # tab=licenses %] > [% END %] > >-- >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 32244
:
184267
|
184279
|
184280
|
184499
|
184900
|
184901
|
184902
|
184904