fix(data wizard): avoid class cast exception when switching data type (#2412)
* The method 'refresh databinding' was called twice when switching to Java object data type -> the 'handleValueChange' method was called a second time, and the second time the else block was used -> a Data with the wrong type was created. [STUDIO-3609](https://bonitasoft.atlassian.net/browse/STUDIO-3609)
Showing
Please register or sign in to comment