productivityinterns / productivitywebapp

A webapp for increasing productivity when filling out forms
MIT License
2 stars 2 forks source link

Saving the files to a templates folder works, but now saving the template to the FLows dbset is not working. #45

Closed Connorapple closed 5 years ago

Connorapple commented 5 years ago

This has something to do with the Linq query, trying to start a flow from a custom template doesn't work because the forms aren't linked to the template object and the template wont save to the db

Connorapple commented 5 years ago

Needed to add SaveChanges to NewTemplate()