Minor Update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-table-widget@96397 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-06-03 13:17:53 +00:00 committed by Giancarlo Panichi
parent 8e6a0a6c65
commit b8c3dc1095
2 changed files with 3 additions and 0 deletions

View File

@ -290,6 +290,7 @@ public class HistoryPanel extends FramedPanel {
public void update() {
retrieveCurrentTR();
loader.load();
forceLayout();
}
protected void retrieveCurrentTR() {

View File

@ -433,11 +433,13 @@ public class ValidationsTasksPanel extends FramedPanel {
public void update() {
retrieveCurrentTR();
forceLayout();
}
public void update(TRId trId) {
this.trId = trId;
draw();
forceLayout();
}
protected void retrieveCurrentTR() {