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

SP-32, BIS-14: No action on aggregation reporting plugins.

SVN: 25321
parent 33901719
No related branches found
No related tags found
No related merge requests found
...@@ -139,7 +139,7 @@ public class DataViewSection extends TabContent ...@@ -139,7 +139,7 @@ public class DataViewSection extends TabContent
if (reportingPluginTypeOrNull == ReportingPluginType.DSS_LINK) if (reportingPluginTypeOrNull == ReportingPluginType.DSS_LINK)
{ {
showGeneratedDssLink(service); showGeneratedDssLink(service);
} else } else if (reportingPluginTypeOrNull == ReportingPluginType.TABLE_MODEL)
{ {
showGeneratedReportComponentView(service); showGeneratedReportComponentView(service);
} }
......
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