Details
Description
Steps to reproduce:
- Create an application with AWM
- At Step 2: "Define the structure of your application" pick from Field Palette the Database List
- At Step 3: "Customize the home page of your application" add the new column in "COLUMNS"
- Edit WebHome page in wiki mode and change the type of the new column (e.g. databaseList1) from "list" to "text"
- Add a new entry in the created app
- Fill in the Database List field
- Save the entry
- Go to the homepage of the app
- In the lifetable filter by Database List
- The filter is not working ( obj.id=databaseList1.id.id and databaseList1.id.name = ? and databaseList1.value = ? ). For this case (when in livetable the "type" : "text") databaseList1.value LIKE ? should be used istead of databaseList1.value = ?