Bugzilla – Attachment 173119 Details for
Bug 38177
ERM - HoldingsIQ pagination does not work
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38177: (follow-up) Fix lengthMenu for components using KohaTable
Bug-38177-follow-up-Fix-lengthMenu-for-components-.patch (text/plain), 1.17 KB, created by
Jonathan Druart
on 2024-10-22 08:53:08 UTC
(
hide
)
Description:
Bug 38177: (follow-up) Fix lengthMenu for components using KohaTable
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2024-10-22 08:53:08 UTC
Size:
1.17 KB
patch
obsolete
>From c3777aa36ea31a1e1907e58f291d2e581a5feb22 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 22 Oct 2024 10:52:46 +0200 >Subject: [PATCH] Bug 38177: (follow-up) Fix lengthMenu for components using > KohaTable > >--- > .../js/vue/components/ERM/EHoldingsEBSCOTitlePackagesList.vue | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsEBSCOTitlePackagesList.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsEBSCOTitlePackagesList.vue >index 182a8274ed8..1af368396bf 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsEBSCOTitlePackagesList.vue >+++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/EHoldingsEBSCOTitlePackagesList.vue >@@ -95,7 +95,7 @@ export default { > embed: ["package.name"], > ordering: false, > dom: '<"top pager"<"table_entries"ilp>>tr<"bottom pager"ip>', >- aLengthMenu: [ >+ lengthMenu: [ > [10, 20, 50, 100], > [10, 20, 50, 100], > ], >-- >2.34.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 38177
:
172782
|
172783
|
172803
|
172806
|
173068
|
173119
|
173121
|
173127
|
173128
|
173129
|
173190
|
173191
|
173192