Skip to content
Snippets Groups Projects
Commit 6f1bdc33 authored by tpylak's avatar tpylak
Browse files

LMS-1817 dynamix: do not show the broken image when there is no timeserie for a well

SVN: 18646
parent c989294f
No related branches found
No related tags found
No related merge requests found
...@@ -265,7 +265,7 @@ public class WellContentDialog extends Dialog ...@@ -265,7 +265,7 @@ public class WellContentDialog extends Dialog
if (wellLocation == null) if (wellLocation == null)
{ {
// images stacks cannot be obtained // images stacks cannot be obtained
showStaticImageDialog(contentDialog, imageDataset, channelState, viewContext); contentDialog.show();
} }
contentDialog.setDataSetCode(imageDataset.getDatasetCode()); contentDialog.setDataSetCode(imageDataset.getDatasetCode());
viewContext.getService().listImageChannelStacks(imageDataset.getDatasetCode(), viewContext.getService().listImageChannelStacks(imageDataset.getDatasetCode(),
...@@ -277,8 +277,7 @@ public class WellContentDialog extends Dialog ...@@ -277,8 +277,7 @@ public class WellContentDialog extends Dialog
{ {
if (channelStackImages.size() == 0) if (channelStackImages.size() == 0)
{ {
showStaticImageDialog(contentDialog, imageDataset, channelState, contentDialog.show();
viewContext);
} else } else
{ {
final WellImages wellImages = new WellImages(imageDataset, wellLocation); final WellImages wellImages = new WellImages(imageDataset, wellLocation);
......
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