Updated CSVExport

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-gwt-service@86452 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2013-12-02 17:17:37 +00:00
parent 03df4ce8d8
commit 829a9c2727
1 changed files with 1 additions and 0 deletions

View File

@ -141,6 +141,7 @@ public class TDGWTServiceImpl extends RemoteServiceServlet implements
}
SessionUtil.setTabResource(session, tabResource);
SessionUtil.setTRId(session, tabResource.getTrId());
return;
} catch (Exception e) {