Skip to content
Snippets Groups Projects
Commit e46d934e authored by gpawel's avatar gpawel
Browse files

bugfix

SVN: 23299
parent 4067fe1c
No related branches found
No related tags found
No related merge requests found
......@@ -404,7 +404,7 @@ public final class ClientPluginFactory extends AbstractClientPluginFactory<Scree
{
String permId = entity.getPermId();
return createImageDataSetViewer(entity,
WellLocation.parseLocationStr(permId.substring(permId.indexOf(':'))));
WellLocation.parseLocationStr(permId.substring(permId.indexOf(':') + 1)));
} else if (datasetTypeCode
.matches(ScreeningConstants.ANY_HCS_IMAGE_DATASET_TYPE_PATTERN))
{
......
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