Details
-
Type:
Bug Report
-
Status: Closed
-
Priority:
L3 - Default
-
Resolution: Fixed
-
Affects Version/s: 7.8.0-alpha4
-
Fix Version/s: 7.8.0, 7.8.0-alpha5
-
Component/s: cockpit
-
Labels:None
Description
Steps to reproduce:
- go to Cockpit
- select a process definition
- open "Job Definitions" tab
- open suspension dialog to suspend a job definition
- select "Delayed" to execute the suspension delayed
- enter a date (optional)
- click "Suspend"
Observed Behavior:
The request payload is the following one:
{ suspended: true, includeJobs: true, executionDate: "2017-09-28T11:27:16" }
Expected Behavior:
The request payload should look like this:
{ suspended: true, includeJobs: true, executionDate: "2017-09-28T11:27:16.000+02000" }
The local timezone offset is provided.