User Story
As a ministry user, I want to have actions that impact records in the db enforce having a created by or modified by.
Acceptance Criteria
[ ] Go through and make user required for actions.
[ ] Investigate functions that don't provide the user for created by/modified by and correct them.
Business Context
We discovered that users had access but their user profile was not being created due to missing required fields. These users could continue to make changes throughout the site (updating disability status, etc) but actions like NOTES would not be visible because user was NULL.
User Story As a ministry user, I want to have actions that impact records in the db enforce having a created by or modified by.
Acceptance Criteria
Business Context We discovered that users had access but their user profile was not being created due to missing required fields. These users could continue to make changes throughout the site (updating disability status, etc) but actions like NOTES would not be visible because user was NULL.