Closed CharlesGrimont closed 3 days ago
path in BL, JS editor are wrongly computed :
Typing this in a BL JS editor
fields.grid1.Company.displayName
should result to this on save :
fields["grid1"]["Company"]["displayName"]
but instead we obtain this result :
fields["grid1.Company.displayName"];
see: 130aa03
To be tested in 2.0.0-beta159
OK in 2.0.0-beta160
path in BL, JS editor are wrongly computed :
Typing this in a BL JS editor
should result to this on save :
but instead we obtain this result :