[ 1706651 ] Fixed lookup behaviour on Ranged Parameters
This commit is contained in:
parent
c426361cbe
commit
e8da8ed403
|
|
@ -320,6 +320,11 @@ public class GridFieldVO implements Serializable
|
||||||
voT.ValueMax = voF.ValueMax;
|
voT.ValueMax = voF.ValueMax;
|
||||||
voT.isRange = voF.isRange;
|
voT.isRange = voF.isRange;
|
||||||
//
|
//
|
||||||
|
// Genied: For a range parameter the second field
|
||||||
|
// lookup behaviour should match the first one.
|
||||||
|
voT.AD_Reference_Value_ID = voF.AD_Reference_Value_ID;
|
||||||
|
voT.initFinish();
|
||||||
|
|
||||||
return voT;
|
return voT;
|
||||||
} // createParameter
|
} // createParameter
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue