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:
hengsin 2021-01-06 06:56:02 +08:00 committed by GitHub
parent 5a01ef2c07
commit 248612e24d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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) {