Bugzilla – Attachment 169085 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.23 KB, created by
Lucas Gass (lukeg)
on 2024-07-17 14:51:56 UTC
(
hide
)
Description:
Bug 37371: Set overwrite mode to replace
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2024-07-17 14:51:56 UTC
Size:
1.23 KB
patch
obsolete
>From 61c5e488f3337509f0f8142d18ff44beaea7c97a 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 >--- > 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 ee162a759b..4bd7211e79 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/calendar.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/calendar.inc >@@ -93,11 +93,13 @@ > dateMode: altinput_dateformat, > timeMode: 'HH:MM', > dateSeparator: delimiter, >+ overwiteMode: 'replace', > }); > } else { > maskitoOptions = maskitoDateOptionsGenerator({ > mode: altinput_dateformat, > separator: delimiter, >+ overwiteMode: 'replace', > }); > } > } >-- >2.39.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