Fred
Fred
👍 BTW I think they auto add now does work on bulk create. I wasn't sure so I did the below test.  ![screen...
Hi Chandni It hasn't and a contribution would be great. Some background that may help... (this may be obvious, if so sorry!) In terms of fields with options 4 template...
also https://github.com/openhealthcare/opal/blob/v0.18.4/CONTRIBUTING.md if you haven't seen it
Label is not quite enough, we need required, ng-change etc.
The comment no longer applies so lets remove it
Done and merged in https://github.com/openhealthcare/opal/commit/f0b548dce88d14438161fdf1f0d719976f139813
Looks good! Obligatory _but_ , can we add some tests in https://github.com/openhealthcare/opal/blob/v0.18.4/opal/tests/test_scaffold.py#L631
yeah agreed. I think options are... ``` { # patients subrecords demographics: {patient_id: 1, first_name: 'wilma' episodes: [ { id: 1 # all subrecords of episodes 1 }, { id:...
edited, let me know if you think this is clearer.
At the moment we just save the display part of the string because tbh that's just the only usecase we could conceive of wanting. So this will require some `value`...