ideaconsult / Toxtree.js

http://ideaconsult.github.io/Toxtree.js/
2 stars 3 forks source link

Display of the study UUID should respect the configuration #169

Closed vedina closed 8 years ago

vedina commented 8 years ago

The study UUID (in the study tabs) seems to have disappeared, and is not show even if the uuid is set to true

"protocol": {
...
              "uuid" : { "bVisible": true },
...
            },

This screenshot shows how it was before (uuid visible) and now (uuid hidden). The UUID should be shown or not according to the configuration.