-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
-
Not defined
Reproduce:
- Create a report with a process definition that has variables
- Go to the report edit mode
- From the control panel, click on the edit button to open the definition popover
- Click rename variables
- Save the report
- Go to the homepage and create a copy the created report
- Create a dashboard and add both reports to it
Observed:
A notification error appears indicating that the variables names endpoint has failed:
detailedMessage: "Duplicate key analysistestingprocess (attempted merging values DefinitionVariableLabelsDto(definitionKey=analysistestingprocess, labels=[LabelDto(variableLabel=RenamedBoolVar, variableName=boolVar, variableType=BOOLEAN)]) and DefinitionVariableLabelsDto(definitionKey=analysistestingprocess, labels=[LabelDto(variableLabel=RenamedBoolVar, variableName=boolVar, variableType=BOOLEAN)]))" errorCode: "serverError" errorMessage: "An internal server error occurred." reportDefinition: null
Expected:
The variables for the reports inside the dashboard are loaded successfully