BF [ 1672725 ] Process parameter that ends with _ID but is boolean

This commit is contained in:
teo_sarca 2007-03-05 08:58:20 +00:00
parent cc89461abf
commit 7cf71e74d3
1 changed files with 1 additions and 1 deletions

View File

@ -598,7 +598,7 @@ public class GridField
{ {
// IDs & Integer & CreatedBy/UpdatedBy // IDs & Integer & CreatedBy/UpdatedBy
if (m_vo.ColumnName.endsWith("atedBy") 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 try // defaults -1 => null
{ {