daisy / pipeline-webui

A Web User Interface for the DAISY Pipeline 2
Other
3 stars 2 forks source link

default values are displayed but not submitted #73

Closed josteinaj closed 8 years ago

josteinaj commented 8 years ago

https://github.com/daisy/pipeline-webui/blob/master/app/views/Jobs/Widgets/boolean.scala.html#L6

The hidden form elements also needs to be set to the default value, not just the widget itself.

josteinaj commented 8 years ago

Checking the code, it seems this only affects the boolean widget. Fixed it locally now.