TACC / Core-CMS-Custom

Customized Core CMS code and builds
5 stars 0 forks source link

fix: Eligibility/enrollment file type not storing correctly to database #111

Closed edmondsgarrett closed 1 year ago

edmondsgarrett commented 1 year ago

Overview

Added fix for eligibility/enrollment file type not writing to db unless other file types selected …

Related

… ## Changes - In `create_registration` db function, I set `file_me` to always be set as `True` as this file type is mandatory for all registration requests … ## Testing 1. No testing to do locally. ## UI …