Info window do no show any records if there is virtual column of type Search, Table direct or list.
Description
This is regression of IDEMPIERE-3537. If master table has virtual column then generic info window panel not able to render records.
Steps to produce issue.
1). Create a Virtual(columnsql) column in C_ChargeType table. Name : C_BPartner_ID Reference : Search Columnsql : (Select C_BPartner_ID from C_BPartner where Value = 'GardenUser') 2). Create field for newly create column on Charge type window. 3). Change Reference for C_ChargeType_ID column of C_Charge table from Table Direct to Search. 4). Login into client. 5). Add charge type if not available any. 6). Open Charge window. 7). Click on Charge type field to open info window. 8). Click on refresh and check that it showing - number of row found at the bottom but not showing any line on info window.
This is regression of IDEMPIERE-3537. If master table has virtual column then generic info window panel not able to render records.
Steps to produce issue.
1). Create a Virtual(columnsql) column in C_ChargeType table.
Name : C_BPartner_ID
Reference : Search
Columnsql : (Select C_BPartner_ID from C_BPartner where Value = 'GardenUser')
2). Create field for newly create column on Charge type window.
3). Change Reference for C_ChargeType_ID column of C_Charge table from Table Direct to Search.
4). Login into client.
5). Add charge type if not available any.
6). Open Charge window.
7). Click on Charge type field to open info window.
8). Click on refresh and check that it showing - number of row found at the bottom but not showing any line on info window.