nanoMFG / GSAMain

Main repository for all GSA tools.
Apache License 2.0
3 stars 1 forks source link

Change FieldsFormWidget and other Forms in submit.py to return models, not dictionaries #125

Open jaschil2 opened 4 years ago

jaschil2 commented 4 years ago

Have FieldsFormWidget and other forms return models rather than dictionaries so that the submit function in the review tab does not have to do it manually. It will also be more streamlined/less error prone this way.