Reproduce:
- In EE Cockpit, goto process instance history view, variables tab
- open inspect dialog of an object variable
Expected:
- There is a tab to show the deserialised value
Observed:
- Only the serialized value is shown
Hints:
We introduced the variables widget in 7.4, which only displays the serialized value by default.
In 7.6, this was fixed with this commit.