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

Dragging a Field with accent chars to a JS BL causes incorrect JS Code generation #746

Closed opicciotto closed 1 week ago

opicciotto commented 2 weeks ago

Dragging an "Employés" field to a BL causes ..

image

opicciotto commented 2 weeks ago

Also causes side effect : Any modifications done to the BL will not be saved

opicciotto commented 2 weeks ago

Now supports all unicode chars

gregory-vorbe commented 2 weeks ago

KO in 2.0.0-beta141

image

(async ()=>{
    return fields["Employés à vie "]!;
})();
CharlesGrimont commented 1 week ago

To be tested in 2.0.0-beta143

gregory-vorbe commented 1 week ago

OK in **2.0.0-beta143

image image

A bit excessive, but it works!