You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "pratik pandey (JIRA)" <ji...@apache.org> on 2018/03/21 06:02:00 UTC

[jira] [Created] (ATLAS-2508) When adding validityPeriod , default value shown in UI is not taken by the POST request.

pratik pandey created ATLAS-2508:
------------------------------------

             Summary: When adding validityPeriod , default value shown in UI is not taken by the POST request.
                 Key: ATLAS-2508
                 URL: https://issues.apache.org/jira/browse/ATLAS-2508
             Project: Atlas
          Issue Type: Bug
            Reporter: pratik pandey


When Apply Validity Period check box is checked , default value for start time and end time is applied 
Example : 2018/03/20 2:18 PM - 2018/03/20 11:59 PM (i.e) 
Start time : Today's Date Current time
End time : Todays's Date 11:59 PM

and no timezone is selected by default.

But the POST request is sent as 
"validityPeriods":[

{"startTime":"","endTime":"","timeZone":""}

]}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)