Bugzilla – Attachment 169152 Details for
Bug 37371
Direct input of dates not working when editing only part of a date
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37371: Set overwrite mode to replace
Bug-37371-Set-overwrite-mode-to-replace.patch (text/plain), 1.34 KB, created by
Kyle M Hall (khall)
on 2024-07-18 16:54:54 UTC
(
hide
)
Description:
Bug 37371: Set overwrite mode to replace
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2024-07-18 16:54:54 UTC
Size:
1.34 KB
patch
obsolete
>From aa5795dd203a8b54791f5e0014d8c9a33bd0863c Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Wed, 17 Jul 2024 14:50:42 +0000 >Subject: [PATCH] Bug 37371: Set overwrite mode to replace > >In our case I think overwriteMode needs to be set to replace: > >https://maskito.dev/core-concepts/overwrite-mode >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/calendar.inc | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/calendar.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/calendar.inc >index 6dc58c40590..8d60a213703 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/calendar.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/calendar.inc >@@ -97,11 +97,13 @@ > dateMode: altinput_dateformat, > timeMode: 'HH:MM', > dateSeparator: delimiter, >+ overwiteMode: 'replace', > }); > } else { > maskitoOptions = maskitoDateOptionsGenerator({ > mode: altinput_dateformat, > separator: delimiter, >+ overwiteMode: 'replace', > }); > } > } >-- >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 37371
:
169083
|
169085
|
169086
|
169087
|
169088
|
169094
|
169135
|
169136
|
169137
|
169138
|
169151
| 169152 |
169153
|
169154