-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
7.8.0-alpha4
-
None
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.