Describe the bug
When creating or updating a display set, selecting a socket of kind Chart renders no usable widget to add the data.
To Reproduce
Steps to reproduce the behavior:
- Go to the Cases of any reader study
- Click on Edit display set or Add display set
- Select a socket with kind
Chart, for example ROC Curve or FROC curve.
- No widget is rendered.
Expected behavior
A widget to upload JSON data.
Screenshots
Additional context
Sockets with kind Chart that expect a JSON file, for example the ECG socket, do show the correct (image select or image upload) widget. The difference being the setting for store_in_database.
Uploading the JSON data via gcapi does work, this only concerns upload via UI.
Describe the bug
When creating or updating a display set, selecting a socket of kind
Chartrenders no usable widget to add the data.To Reproduce
Steps to reproduce the behavior:
Chart, for example ROC Curve or FROC curve.Expected behavior
A widget to upload JSON data.
Screenshots
Additional context
Sockets with kind
Chartthat expect a JSON file, for example the ECG socket, do show the correct (image select or image upload) widget. The difference being the setting forstore_in_database.Uploading the JSON data via gcapi does work, this only concerns upload via UI.