IDEMPIERE-4450 Info Window Performance (#251)
Pass ReadOnly Parameter to GridField from Info Window Column. For Better Performance of WTableDir Component.
This commit is contained in:
parent
236729e3f5
commit
7c096a4901
|
@ -617,6 +617,7 @@ public class InfoWindow extends InfoPanel implements ValueChangeListener, EventL
|
|||
vo.Help = help != null ? help : "";
|
||||
vo.AD_FieldStyle_ID = infoColumn.getAD_FieldStyle_ID();
|
||||
vo.IsAutocomplete = infoColumn.isAutocomplete();
|
||||
vo.IsReadOnly = infoColumn.isReadOnly();
|
||||
GridField gridField = new GridField(vo);
|
||||
gridFields.add(gridField);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue