-
Bug
-
Resolution: Fixed
-
None
-
Critical
-
Fix match table rendering
-
Emptyshow more show less
Our back end composed values for match table without reseting array keys.
Front end then received values like:
{
1: {},
2: {},
5: {},
10: {}
}
And as we use ExtJS here, it breaks some inner logic for table rendering...
Solution:
Reset keys before sending response