Adding character in Server Side Data Design view breaks the code - Bug Report from transcoderm #2021-1-13_14-59-1

OS info

  • Operating System : Windows 10.0.19042
  • Wappler Version : 3.7.6

Problem description

Adding character in Server Side Data Design view breaks the code.

Steps to reproduce

  1. CONTENT PAGE PROPERTIES > SERVER SIDE DATA
  2. Binding using design tab, add character like “-” or whatever
  3. The code broken, the page broken
  4. The culprit: The quote in ’ ’ was being replaced by ' inside routes.json e.g. "title": "{{query_ps_meta.ps_per_id+' - '+query_ps_meta.ps_per_kategori}}"
  5. Replacing the ' to ' fixes the issue.

This seems to occur onblur or onchange, even when I’ve done fixing the code in routes.json the code will break again when any of the SERVER SIDE DATA input changes.

This has been fixed in Wappler 3.7.7

1 Like

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