Revert Revision: 917

Revert -> Bugfix: [ 1613848 ] Dependant fields are not processed...
This patch opened the bug ID 1617651 -> Unable to save Contact/User
must be more tested
This commit is contained in:
Carlos Ruiz 2006-12-18 03:22:48 +00:00
parent 569bd9c12e
commit 146e766483
1 changed files with 1 additions and 2 deletions

View File

@ -669,8 +669,7 @@ public class GridController extends CPanel
// Process Callout
GridField mField = m_mTab.getField(col);
// Contribution from Teo Sarca; [ 1613848 ] Dependant fields are not processed...
if (mField != null && (mField.getCallout().length() > 0 || m_mTab.hasDependants(mField.getColumnName())))
if (mField != null && mField.getCallout().length() > 0)
{
String msg = m_mTab.processFieldChange(mField); // Dependencies & Callout
if (msg.length() > 0)