Skip to content

Commit 79297cf

Browse files
committed
possible fix for associative selection
1 parent 5637f7e commit 79297cf

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

knowage-core/src/main/java/it/eng/spagobi/tools/dataset/associativity/strategy/OuterAssociativityManager.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,10 @@ protected void calculateDatasets(String dataset, EdgeGroup fromEdgeGroup, Simple
113113

114114
IAssociativeDatasetContainer container = associativeDatasetContainers.get(dataset);
115115

116+
if (container == null) {
117+
return;
118+
}
119+
116120
if (datasetFilters.get(dataset) != null) {
117121

118122
List<SimpleFilter> filtersList = this.calculateMinMaxFilters(datasetFilters.get(dataset), datasetFilters.get(dataset), userProfile);

0 commit comments

Comments
 (0)