Brief summary of the bug. What is it ? Where is it ?
Update time goal settings not working when selecting milliseconds.
Steps to reproduce:
- Go to Processes tab
- Set a Goal
- Select milliseconds from configuration
- Click on Update Goals
Actual result:
On UI, there is an error notification.
On the BE, it seems we don't have value for milliseconds.
Cannot deserialize value of type `org.camunda.optimize.dto.optimize.query.report.single.filter.data.date.DateUnit` from String "millis": not one of the values accepted for Enum class: [months, years, quarters, seconds, days, hours, weeks, minutes]
Expected result:
It should work.
This is the controller panel for Smart Panels app
- is related to
-
OPT-5943 Time-Based Goal Setting
- Done