diff --git a/docs/changelog/6.x.x.txt b/docs/changelog/6.x.x.txt index c300745e2..04e5d8b30 100644 --- a/docs/changelog/6.x.x.txt +++ b/docs/changelog/6.x.x.txt @@ -3,6 +3,7 @@ - fix [ 1378493 ] 6.7.8 collab post edits (images) - Fixed bug where viewProfile did not show pretty printed values - fix [ 1344146 ] deleting recurring events doesn't work + - fix [ 1377276 ] Calendar Pop up issue - Fixed bug/rfe where it was not obvious when hovering over the rank column in the Asset Manager that you can drag rows up and down. Added cursor:move to the td's style. diff --git a/lib/WebGUI/Form/Date.pm b/lib/WebGUI/Form/Date.pm index 20f00eea9..a82ded1db 100644 --- a/lib/WebGUI/Form/Date.pm +++ b/lib/WebGUI/Form/Date.pm @@ -155,6 +155,7 @@ sub toHtml { inputField : "'.$self->{id}.'", ifFormat : "%Y-%m-%d", showsTime : false, + step : 1, timeFormat : "12", mondayFirst : '.$mondayFirst.' });