-
Notifications
You must be signed in to change notification settings - Fork 304
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HPCC-32957 ECL Watch ZAP dialog invalid date formats #19278
HPCC-32957 ECL Watch ZAP dialog invalid date formats #19278
Conversation
Jira Issue: https://hpccsystems.atlassian.net//browse/HPCC-32957 Jirabot Action Result: |
@@ -205,7 +205,7 @@ <h2> | |||
<input id="${id}EndDateTime" name="LogFilter_AbsoluteTimeRange_EndDate" type="hidden" /> | |||
<input id="${id}EndDate" title="${i18n.ToDate}:" name="EndDate" data-dojo-props="trim: true" required="required" data-dojo-type="dijit.form.DateTextBox" /> | |||
<input id="${id}EndTime" title="" name="EndTime" data-dojo-props="trim: true" value="T19:30:00" data-dojo-type="dijit.form.TimeTextBox" /> | |||
<input id="${id}RelativeTimeRangeBuffer" title="${i18n.RelativeTimeRange}" name="LogFilter_RelativeTimeRangeBuffer" colspan="2" data-dojo-type="dijit.form.TextBox" /> | |||
<input id="${id}RelativeTimeRangeBuffer" title="${i18n.RelativeTimeRange}" name="LogFilter_RelativeTimeRangeBuffer" value="43200" colspan="2" data-dojo-type="dijit.form.TextBox" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is 43200 representing here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's the default that ESP sets, got added to the v9 UI a couple weeks ago, but not to the v5 version (added a comment on that PR, https://github.com/hpcc-systems/HPCC-Platform/pull/19216/files)
fixes an issue in both the v5 and v9 ECL Watch UIs, where in attemping to download a ZAP report the formatting of the date fields could be incorrect Signed-off-by: Jeremy Clements <[email protected]>
c379735
to
35517aa
Compare
2d18715
into
hpcc-systems:candidate-9.2.x
Jirabot Action Result: |
fixes an issue in both the v5 and v9 ECL Watch UIs, where in attemping to download a ZAP report the formatting of the date fields could be incorrect
Type of change:
Checklist:
Smoketest:
Testing: