Bug Report from Gregg_LA #2018-11-7_10-18-12

OS info

  • Operating System : Windows 10.0.17134
  • Wappler Version : 1.6.3

Problem description


I’m working with Microsoft IIS 8.5 on server 2012 R2 as a local/mapped drive, ASP.Net.
This bug only appears when I create an alias for a field in Server Connect. Once I remove the Alias everything works as it should.
Data does not appear in the preview or the actual site. If the Alias used is the same as the original tables name everything appears correctly.

Steps to reproduce

  1. Create a database connection
  2. Create a database query with aliases for some of the fields
  3. Add App connect
  4. Add Container
  5. Add Row
  6. Add Responsive Table using the Bootstrap4 Table Generator
  7. Cells with data from a table that contains Aliases will be either blank or contain data from the previous cell depending on the name of the Alias. If the Alias is the same as the original tables name for that field the data will display correctly.
  8. Remove Aliases and save the Action Steps, everything works correctly.