convertigo / C8oForms

Form Builder is the “No Code” environment built on top of Convertigo Low Code platform technology to enable "Citizen" app makers to build and deploy form based apps connected to enterprise back-end data.
https://www.convertigo.com/no-code-form-application-builder/
Other
4 stars 3 forks source link

path in BL, JS editor are wrongly computed #771

Closed CharlesGrimont closed 3 days ago

CharlesGrimont commented 4 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"];
CharlesGrimont commented 3 days ago

see: 130aa03

CharlesGrimont commented 3 days ago

To be tested in 2.0.0-beta159

gregory-vorbe commented 10 hours ago

OK in 2.0.0-beta160