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:
parent
651efee64a
commit
914a3d440e
|
@ -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);
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue