IDEMPIERE-4485 Info Window Columns has no Value preference (#510)
add back the line that's wrongly remove in the review of PR 501
This commit is contained in:
parent
5a01ef2c07
commit
248612e24d
|
@ -630,6 +630,7 @@ public class InfoWindow extends InfoPanel implements ValueChangeListener, EventL
|
|||
//IDEMPIERE-4485 Clone new Gridfields with IsReadOnly = false
|
||||
if(infoColumn.isQueryCriteria()) {
|
||||
vo = vo.clone(infoContext, p_WindowNo, 0, vo.AD_Window_ID, 0, false);
|
||||
vo.IsReadOnly = false;
|
||||
gridField = new GridField(vo);
|
||||
List<Object[]> list = parameterTree.get(infoColumn.getSeqNoSelection());
|
||||
if (list == null) {
|
||||
|
|
Loading…
Reference in New Issue