From cccc66360b6d39fed4e672348c8688572d4c6d41 Mon Sep 17 00:00:00 2001 From: Aman Pilgrim 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 @@

Virtual Keyboard

Virtual Keyboard v1.30.1: MIT Licence

+ +

Vue

+

Vue.js v3.5.4: MIT Licence

[% END # tab=licenses %] [% END %] -- 2.39.5