RhoInc / aeexplorer

Adverse Event Explorer
https://rhoinc.github.io/aeexplorer/test-page/
MIT License
17 stars 9 forks source link

Sync the group control when groupCols = false #136

Closed jwildfire closed 6 years ago

jwildfire commented 6 years ago

Test Notes

Confirm that the group control defaults to "None" when groupCols = false and selects the option corresponding to config.variables.group otherwise.

emmorris commented 6 years ago

Confirmed that changing default settings in CAT to the snippet of code below did result in the "Group Variable" drop-down defaulting to "None" and without that it defaulted to "ARM" as expected. "defaults": { "placeholderFlag": { "value_col": "AEBODSYS" }, "maxPrevalence": 0, "maxGroups": 6, "totalCol": true, "prefTerms": false, "summarizeBy": "participant", "groupCols": false },