-
Type:
Bug Report
-
Resolution: Fixed
-
Priority:
L3 - Default
-
Affects Version/s: 2.3.0
-
Component/s: documentation
-
None
AT:
- migration guide on 2.2 -> 2.3 warns about broken rawData reports that have a custom columnOrder set
- guide mentions that this get's fixed when upgrading to 2.4.0
Note:
Version 2.1.0 and 2.2.0 of the frontend stores the process instance property order as columnOrder.processInstanceProps while 2.3.0 frontend expects columnOrder.instanceProps and fails with a script error if this is not present in the columnOrder object TypeError: Cannot read property 'indexOf' of undefined.
The 2.4 migration that fixes this is issue is tested since OPT-1866 .