Invalid "Record on parent tab was changed"
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3017560
This commit is contained in:
parent
a5ad72c20a
commit
dfd780d8ab
|
@ -962,7 +962,11 @@ public class GridTab implements DataStatusListener, Evaluatee, Serializable
|
|||
try
|
||||
{
|
||||
if (hasChangedCurrentTabAndParents())
|
||||
{
|
||||
// Fail only if it's a true change - teo_sarca [ 3017560 ]
|
||||
if (manualCmd || m_mTable.hasChanged(m_currentRow))
|
||||
return false;
|
||||
}
|
||||
|
||||
boolean retValue = (m_mTable.dataSave(manualCmd) == GridTable.SAVE_OK);
|
||||
if (manualCmd)
|
||||
|
|
Loading…
Reference in New Issue