Bugzilla – Attachment 154096 Details for
Bug 34447
"Actions" columns are exported
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bue 34447: Do not export "Actions" columns
Bue-34447-Do-not-export-Actions-columns.patch (text/plain), 1.36 KB, created by
Sam Lau
on 2023-07-31 14:55:28 UTC
(
hide
)
Description:
Bue 34447: Do not export "Actions" columns
Filename:
MIME Type:
Creator:
Sam Lau
Created:
2023-07-31 14:55:28 UTC
Size:
1.36 KB
patch
obsolete
>From 1235e5a7da867619fdaad5f160b9a85f5b3ed131 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 31 Jul 2023 13:23:53 +0200 >Subject: [PATCH] Bue 34447: Do not export "Actions" columns > >In the KohaTable Vue component we should add the noExport class to the actions columns to not export them. > >Test plan: >Go to the ERM module, create at least one agreement. >Go to the agreement list view and click "export" to export the table >=> Without this patch the "Actions" column was exported >=> With this patch is no longer there > >Sponsored-by: BULAC - http://www.bulac.fr/ >Signed-off-by: Sam Lau <samalau@gmail.com> >--- > koha-tmpl/intranet-tmpl/prog/js/vue/components/KohaTable.vue | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/KohaTable.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/KohaTable.vue >index 59376f00af..5dcf6aca5f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/KohaTable.vue >+++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/KohaTable.vue >@@ -81,6 +81,7 @@ export default { > ...this.tableColumns, > { > name: "actions", >+ className: "noExport", > title: this.$__("Actions"), > searchable: false, > render: (data, type, row) => { >-- >2.30.2
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 34447
:
154086
|
154096
|
154102