Skip to content
Snippets Groups Projects
Commit a87c1732 authored by felmer's avatar felmer
Browse files

SSDM-4187: data set uploader: bug fixed in SampleOwner

SVN: 37618
parent a88867a8
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,10 @@ public final class SampleOwner
public SampleOwner(ProjectPE projectOrNull)
{
this.projectOrNull = projectOrNull;
if (projectOrNull != null)
{
spaceOrNull = projectOrNull.getSpace();
}
}
public SampleOwner(final SpacePE spaceOrNull)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment