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:
parent
8e6a0a6c65
commit
b8c3dc1095
|
@ -290,6 +290,7 @@ public class HistoryPanel extends FramedPanel {
|
|||
public void update() {
|
||||
retrieveCurrentTR();
|
||||
loader.load();
|
||||
forceLayout();
|
||||
}
|
||||
|
||||
protected void retrieveCurrentTR() {
|
||||
|
|
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue