Bugzilla – Attachment 183163 Details for
Bug 40106
Language selector not displayed on some acquisition views (vue)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40106: Fix language selector display on acqui/vendors
Bug-40106-Fix-language-selector-display-on-acquive.patch (text/plain), 2.12 KB, created by
Owen Leonard
on 2025-06-11 13:47:45 UTC
(
hide
)
Description:
Bug 40106: Fix language selector display on acqui/vendors
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2025-06-11 13:47:45 UTC
Size:
2.12 KB
patch
obsolete
>From 1d7b35e90273c99f13f8cc5b3f1a2fa19438d63b Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 10 Jun 2025 11:27:37 +0200 >Subject: [PATCH] Bug 40106: Fix language selector display on acqui/vendors > >Test plan: >Enable several languages for the staff interface >Go to http://localhost:8081/cgi-bin/koha/acquisition/vendors/1 >Notice that the language selector menu is displayed > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > .../prog/en/modules/acqui/vendors.tt | 30 +++++++++---------- > 1 file changed, 14 insertions(+), 16 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/vendors.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/vendors.tt >index 16c6de85eed..76af4f612ab 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/vendors.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/vendors.tt >@@ -21,20 +21,18 @@ > [% INCLUDE 'acquisitions-search.inc' %] > [% END %] > >-<div id="vendors"> >- <!-- this is closed in intranet-bottom.inc --> >+<div id="vendors"></div> > >- [% MACRO jsinclude BLOCK %] >- [% INCLUDE 'calendar.inc' %] >- [% INCLUDE 'datatables.inc' %] >- [% INCLUDE 'js-patron-format.inc' %] >- [% INCLUDE 'js-date-format.inc' %] >- [% INCLUDE 'format_price.inc' %] >- <script> >- const vendorTableSettings = [% TablesSettings.GetTableSettings( 'acqui', 'vendors', 'vendors', 'json' ) | $raw %]; >- </script> >- [% Asset.js("js/vue/dist/acquisitions.js") | $raw %] >- [% INCLUDE 'select2.inc' %] >- [% END %] >- [% INCLUDE 'intranet-bottom.inc' %]</div >-> >+[% MACRO jsinclude BLOCK %] >+ [% INCLUDE 'calendar.inc' %] >+ [% INCLUDE 'datatables.inc' %] >+ [% INCLUDE 'js-patron-format.inc' %] >+ [% INCLUDE 'js-date-format.inc' %] >+ [% INCLUDE 'format_price.inc' %] >+ <script> >+ const vendorTableSettings = [% TablesSettings.GetTableSettings( 'acqui', 'vendors', 'vendors', 'json' ) | $raw %]; >+ </script> >+ [% Asset.js("js/vue/dist/acquisitions.js") | $raw %] >+ [% INCLUDE 'select2.inc' %] >+[% END %] >+[% INCLUDE 'intranet-bottom.inc' %] >-- >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 40106
:
183113
| 183163