You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: added different levels of variable summary visibility #4467 (#4469)
* feat: added global summary statistics policy #4467
* feat: added simple flags for dealing with summary in the variable template
* feat: OPEN_STATS renamed to OPEN_SUMMARY
Copy file name to clipboardexpand all lines: mica-search/src/main/java/org/obiba/mica/dataset/search/rest/collection/PublishedCollectedDatasetVariableResource.java
+2-1
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,8 @@ public Mica.DatasetVariableAggregationDto getVariableAggregations(@QueryParam("s
Copy file name to clipboardexpand all lines: mica-search/src/main/java/org/obiba/mica/dataset/search/rest/harmonization/PublishedDataschemaDatasetVariableResource.java
Copy file name to clipboardexpand all lines: mica-search/src/main/java/org/obiba/mica/dataset/search/rest/harmonization/PublishedHarmonizedDatasetVariableResource.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -80,8 +80,8 @@ public Mica.DatasetVariableAggregationDto getVariableAggregations(@QueryParam("s
80
80
for (BaseStudyTablebaseTable : getBaseStudyTables(dataset)) {
0 commit comments