Bugzilla – Attachment 169136 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.28 KB, created by
Owen Leonard
on 2024-07-18 14:24:50 UTC
(
hide
)
Description:
Bug 37371: Set overwrite mode to replace
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2024-07-18 14:24:50 UTC
Size:
1.28 KB
patch
obsolete
>From 0043298632b814d56e78b5905db7986fc580f932 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> >--- > 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 6dc58c4059..8d60a21370 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.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