Included tab context conflict issue
Fixed the bug introducing in revision 12410, the problem is with Dynamic field into Process Dialog parameters Teo can you check if your commit have not other collateral effects kind regards Victor Perez www.e-evolution.com Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3007342
This commit is contained in:
parent
b3862d3aac
commit
91aef0d260
|
@ -799,6 +799,9 @@ public class GridField
|
|||
*/
|
||||
public String get_ValueAsString (String variableName)
|
||||
{
|
||||
if( m_vo.TabNo == 0)
|
||||
return Env.getContext (m_vo.ctx, m_vo.WindowNo, variableName, true);
|
||||
else
|
||||
return Env.getContext (m_vo.ctx, m_vo.WindowNo, m_vo.TabNo, variableName, false, true);
|
||||
} // get_ValueAsString
|
||||
|
||||
|
|
Loading…
Reference in New Issue