Skip to content
Snippets Groups Projects
Commit 0e6a54d0 authored by kaloyane's avatar kaloyane
Browse files

bugfix: show well properties in the well search results (merging the fix from S101.x branch)

SVN: 20383
parent 53651045
No related branches found
No related tags found
No related merge requests found
...@@ -87,6 +87,7 @@ public class WellContent implements ISerializable ...@@ -87,6 +87,7 @@ public class WellContent implements ISerializable
this.imagesDatasetOrNull = imagesDatasetOrNull; this.imagesDatasetOrNull = imagesDatasetOrNull;
this.featureVectorDatasetOrNull = featureVectorDatasetOrNull; this.featureVectorDatasetOrNull = featureVectorDatasetOrNull;
this.featureVectorOrNull = featureVectorOrNull; this.featureVectorOrNull = featureVectorOrNull;
this.wellProperties = wellProperties;
} }
public WellLocation tryGetLocation() public WellLocation tryGetLocation()
......
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