minor fix

git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/widgets/ckan-metadata-publisher-widget@129178 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Costantino Perciante 2016-06-20 10:50:19 +00:00
parent 651efee64a
commit 914a3d440e
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ public class AddResourceToDataset extends Composite{
return;
String finalPart = datasetUrl.substring(datasetIndex);
String finalPath = currentPath + "?" + Encoder.encode("goDataset") + "=" + Encoder.encode(finalPart);
String finalPath = currentPath + "?" + "goDataset" + "=" + finalPart;
Window.Location.assign(finalPath);
}
});