Flatten formatter does not quote the column name property

OS info

  • Operating System : Windows 10.0.19043
  • Wappler Version : 4.0.1

Problem description

The flatten formatter prompts for a property, but the generated code does not quote the column name.

Generated code:
{{qry_orders.flatten(id)}}

Should be:
{{qry_orders.flatten('id')}}

This has been fixed in Wappler 4.0.2

This topic was automatically closed after 45 hours. New replies are no longer allowed.