Bugzilla – Attachment 154946 Details for
Bug 34465
"Actions" columns are sortable
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34465: Make KohaTable.vue actions column not sortable
Bug-34465-Make-KohaTablevue-actions-column-not-sor.patch (text/plain), 1.07 KB, created by
Jonathan Druart
on 2023-08-30 11:04:37 UTC
(
hide
)
Description:
Bug 34465: Make KohaTable.vue actions column not sortable
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2023-08-30 11:04:37 UTC
Size:
1.07 KB
patch
obsolete
>From e2d3cbadd00d17a2356c0053046a957750fadd32 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Fri, 25 Aug 2023 10:28:58 +0000 >Subject: [PATCH] Bug 34465: Make KohaTable.vue actions column not sortable > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > 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 5dcf6aca5f5..a5af9e74504 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/KohaTable.vue >+++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/KohaTable.vue >@@ -84,6 +84,7 @@ export default { > className: "noExport", > title: this.$__("Actions"), > searchable: false, >+ sortable: false, > render: (data, type, row) => { > let content = [] > this.actions["-1"].forEach(action => { >-- >2.25.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 34465
:
154797
| 154946