Backed out changeset 76bfe292eded - IDEMPIERE-3104 - fix issue reported by Hideaki and Alan - PrintData.getIndex: Column not found / IDEMPIERE-3247
This commit is contained in:
parent
bf3dc6b718
commit
c30768575e
|
@ -2084,10 +2084,6 @@ queued-job-count = 0 (class javax.print.attribute.standard.QueuedJobCount)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public void cleanTempObj (){
|
|
||||||
m_layout = null;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* store info of report column,
|
* store info of report column,
|
||||||
* now just use index to create css selector, but for later maybe will construct a complex class name
|
* now just use index to create css selector, but for later maybe will construct a complex class name
|
||||||
|
|
|
@ -532,8 +532,6 @@ public class ZkReportViewer extends Window implements EventListener<Event>, ITab
|
||||||
reportLink.setLabel(media.getName());
|
reportLink.setLabel(media.getName());
|
||||||
revalidate();
|
revalidate();
|
||||||
} finally {
|
} finally {
|
||||||
if (m_reportEngine != null)
|
|
||||||
m_reportEngine.cleanTempObj();
|
|
||||||
hideBusyDialog();
|
hideBusyDialog();
|
||||||
future = null;
|
future = null;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue