Minor Update
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-gwt-service@95254 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
d22b1f05bb
commit
a1db75ab64
|
@ -6131,9 +6131,7 @@ public class TDGWTServiceImpl extends RemoteServiceServlet implements
|
|||
rollBackMonitor.setProgress(task.getProgress());
|
||||
trId = new TRId();
|
||||
trId.setId(rollBackSession.getTrId().getId());
|
||||
|
||||
trId = retrieveTabularResourceBasicData(trId);
|
||||
|
||||
rollBackMonitor.setTrId(trId);
|
||||
tabResource = SessionUtil.getTabResource(session);
|
||||
tabResource.setTrId(trId);
|
||||
|
|
Loading…
Reference in New Issue