-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add view to resolve a collab analysis workspace audit
Add a view that runs an audit on a specific email and CollaborativeAnalysisWorkspace and (if a post request) handles that audit appopriately. The view can also handle htmx requests. Modify the workspace audit classes for CollaborativeAnalsyisWorkspaces as necessary to achieve this: add a str method that can be displayed on the detail page; set the "action" text for different classes with a default, and change the action_url to be the same for all the different types of audit result classes. Add a get_all_results method to the CollaborativeAnalysisWorkspaceAccessAudit class.
- Loading branch information
Showing
7 changed files
with
1,594 additions
and
115 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
Oops, something went wrong.