Bugzilla – Attachment 153762 Details for
Bug 34337
Web installer doesn't install patrons when select all is used
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34337: (bug 33581 follow-up) Sample patrons not inserted
Bug-34337-bug-33581-follow-up-Sample-patrons-not-i.patch (text/plain), 1.30 KB, created by
Marcel de Rooy
on 2023-07-21 09:37:18 UTC
(
hide
)
Description:
Bug 34337: (bug 33581 follow-up) Sample patrons not inserted
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2023-07-21 09:37:18 UTC
Size:
1.30 KB
patch
obsolete
>From edf272d60077ce77068f3133e7e04b35b6c80b6f Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 21 Jul 2023 11:27:26 +0200 >Subject: [PATCH] Bug 34337: (bug 33581 follow-up) Sample patrons not inserted >Content-Type: text/plain; charset=utf-8 > >The "select all" link for the optional sample data is not selecting >holidays and patrons. > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt >index 5a984edc96..4d5053e791 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt >@@ -462,6 +462,7 @@ > } > $( container ).find("input").prop("checked", state); > $( container ).find(".selectall,.deselectall").toggle(); >+ update_sample_libraries_dependencies(); > }); > let required_text = _("(requires sample libraries)"); > $("#sample_libraries_holidays, #sample_patrons").parent().after(" <span class='hint'>"+required_text+"</span>"); >-- >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 34337
:
153761
| 153762