Bugzilla – Attachment 184247 Details for
Bug 40400
Rename club start and end date to make clearer these are for the enrollment period
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40400: Changed club start date and end date to Enrollment start date and Enrollment end date
Bug-40400-Changed-club-start-date-and-end-date-to-.patch (text/plain), 1.65 KB, created by
anastasimarais@gmail.com
on 2025-07-17 22:27:18 UTC
(
hide
)
Description:
Bug 40400: Changed club start date and end date to Enrollment start date and Enrollment end date
Filename:
MIME Type:
Creator:
anastasimarais@gmail.com
Created:
2025-07-17 22:27:18 UTC
Size:
1.65 KB
patch
obsolete
>From 9008490c5b59779fbd2de0196b6fc3e2d4186dc8 Mon Sep 17 00:00:00 2001 >From: Rachel A-M <anastasimarais@gmail.com> >Date: Thu, 17 Jul 2025 22:18:40 +0000 >Subject: [PATCH] Bug 40400: Changed club start date and end date to Enrollment > start date and Enrollment end date > >Test plan: >1. Navigate to Tools > Patron clubs >2. Create a club template >3. Create a new club using new club template >4. Observe the date fields are "start date" and "end date" >5. Apply patch >6. Refresh page, observe that the date fields have changed to "Enrollment start date" and "Enrollment end date". >--- > .../intranet-tmpl/prog/en/modules/clubs/clubs-add-modify.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/clubs-add-modify.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/clubs-add-modify.tt >index e296f53a2a..a4af8dae06 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/clubs-add-modify.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/clubs-add-modify.tt >@@ -74,12 +74,12 @@ > </li> > > <li> >- <label for="from">Start date:</label> >+ <label for="from">Enrollment start date:</label> > <input name="date_start" id="from" size="10" class="flatpickr" data-date_to="to" value="[% club.date_start | html %]" /> > </li> > > <li> >- <label for="to">End date:</label> >+ <label for="to">Enrollment end date:</label> > <input name="date_end" id="to" size="10" class="flatpickr" value="[% club.date_end | html %]" /> > </li> > >-- >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 40400
:
184247
|
184257