refs 5870: TDM - adding new functionalities to portlets

Task-Url: https://support.d4science.org/issues/5870

Updated to support SDMX Dataset export

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-csv-import-widget@142087 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2017-02-02 13:53:00 +00:00
parent 7a7c8ca651
commit d9e30ea968
1 changed files with 5 additions and 3 deletions

View File

@ -71,9 +71,11 @@ public class FileUploadPanel extends FormPanel {
});
StringBuilder actionUrl = new StringBuilder();
actionUrl.append(GWT.getModuleBaseURL());
actionUrl.append(Constants.LOCAL_UPLOAD_SERVLET);
String actionUrl = GWT.getModuleBaseURL()
+ Constants.LOCAL_UPLOAD_SERVLET + "?"
+ Constants.CURR_GROUP_ID + "="
+ GCubeClientContext.getCurrentContextId();
setAction(actionUrl.toString());
Log.info("Start Upload action Url " + actionUrl.toString());