-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Exclude work experiences from provider audits
With c5c1287 we save application_experiences and application_work_history_breaks for the application_choice. Part of allowing the user to edit work experiences and histories. This creates audits that the `/provider/activity` view tries to show. These audits don't need to be shown to the provider. The work histories and breaks cannot be edited on the application_choice, they can be edited on the application_form. So the provider doesn't need to see any audits related to work histories and breaks on the application_choice. This commit removes these audits from the sql query for this provider view
- Loading branch information
1 parent
58cf825
commit 5451966
Showing
4 changed files
with
49 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters