Bugzilla – Attachment 174628 Details for
Bug 37301
Further improve how we build Vue components
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37301: Add required faicon for fontawesome compnent
Bug-37301-Add-required-faicon-for-fontawesome-comp.patch (text/plain), 1.09 KB, created by
Pedro Amorim
on 2024-11-15 16:45:33 UTC
(
hide
)
Description:
Bug 37301: Add required faicon for fontawesome compnent
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2024-11-15 16:45:33 UTC
Size:
1.09 KB
patch
obsolete
>From 1b0525da3c03d36dc20715cf1846cb75ee82e50e Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Thu, 17 Oct 2024 15:18:26 +0000 >Subject: [PATCH] Bug 37301: Add required faicon for fontawesome compnent > >--- > koha-tmpl/intranet-tmpl/prog/js/vue/modules/erm.ts | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/modules/erm.ts b/koha-tmpl/intranet-tmpl/prog/js/vue/modules/erm.ts >index f00746675b..eaae314b43 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/vue/modules/erm.ts >+++ b/koha-tmpl/intranet-tmpl/prog/js/vue/modules/erm.ts >@@ -4,6 +4,7 @@ import { createPinia } from "pinia"; > > import { library } from "@fortawesome/fontawesome-svg-core"; > import { >+ faList, > faPlus, > faMinus, > faPencil, >@@ -13,7 +14,7 @@ import { > import { FontAwesomeIcon } from "@fortawesome/vue-fontawesome"; > import vSelect from "vue-select"; > >-library.add(faPlus, faMinus, faPencil, faTrash, faSpinner); >+library.add(faList, faPlus, faMinus, faPencil, faTrash, faSpinner); > > import App from "../components/ERM/Main.vue"; > >-- >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 37301
:
168709
|
168739
|
168740
|
168741
|
168800
|
168827
|
168828
|
168829
|
168836
|
172713
|
172911
|
172912
|
172913
|
172914
|
172915
|
172916
|
172917
|
172918
|
172919
|
172920
|
172921
|
174612
|
174613
|
174614
|
174615
|
174616
|
174617
|
174618
|
174619
|
174620
|
174621
|
174622
|
174623
|
174624
|
174625
|
174626
|
174627
| 174628 |
174629
|
174630
|
174631