Timezone offset is not set when suspending a process definition in Cockpit

XMLWordPrintable

    • Type: Bug Report
    • Resolution: Fixed
    • Priority: L3 - Default
    • 7.8.0, 7.8.0-alpha5
    • Affects Version/s: 7.8.0-alpha4
    • Component/s: cockpit
    • None

      Steps to reproduce:

      1. go to Cockpit
      2. select a process definition
      3. open suspension dialog
      4. select "Delayed" to execute the suspension delayed
      5. enter a date (optional)
      6. click "Suspend"

      Observed Behavior:
      The request payload is the following one:

      { suspended: true, includeInstances: true, executionDate: "2017-09-28T11:27:16" }
      

      Expected Behavior:
      The request payload should look like this:

      { suspended: true, includeInstances: true, executionDate: "2017-09-28T11:27:16.000+02000" }
      

      The local timezone offset is provided.

        This is the controller panel for Smart Panels app

              Assignee:
              Michael Schoettes
              Reporter:
              Roman Smirnov
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: