Skip to content

fix(variables): Generate variables from ID instead of formdata key

Fabien Amarger requested to merge topic/default/limit_variable_size into branch/default

Previously the variable name was generated from the formdatakey which can be very long and lead to a variable name length > 64 chars. Postgresql limit alias at 64 chars, then this leaded to a bug. Here we limit the variable size.

Merge request reports