BF [ 1672725 ] Process parameter that ends with _ID but is boolean
This commit is contained in:
parent
cc89461abf
commit
7cf71e74d3
|
@ -598,7 +598,7 @@ public class GridField
|
|||
{
|
||||
// IDs & Integer & CreatedBy/UpdatedBy
|
||||
if (m_vo.ColumnName.endsWith("atedBy")
|
||||
|| m_vo.ColumnName.endsWith("_ID"))
|
||||
|| (m_vo.ColumnName.endsWith("_ID") && DisplayType.isLookup(m_vo.displayType))) // teo_sarca [ 1672725 ] Process parameter that ends with _ID but is boolean
|
||||
{
|
||||
try // defaults -1 => null
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue