-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Django Admin -> Changes to replace Admin API (#4473)
* Initial Commit - Migrated logic pertaining to all Django Admin changes from API PR. * Linting * Adjust staffusers.json based on helpdesk users * Update staffusers.json * Feedback v1 - Removed matthew.jadud@gsa.gov from staffusers. - Removed requirement for user to exist when adding a new `userpermission`. * Address #4458 - Fixed 500 errors from occurring when searching the dissemination tables. - Extended searchable fields when searching tables in the dissemination section. * Support for django admin logs - Lowercasing emails that are added to TribalApiAccessKeyIds. - Creating logs for CRUD operations through the Django Admin Panel, using the factory `LogEntry` model. - New signal for listening to new `LogEntry` records, then modifying its contents for more readable output. * Linting
- Loading branch information
Showing
9 changed files
with
318 additions
and
18 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"readonly": [ | ||
"anastasia.gradova@gsa.gov", | ||
"jason.rothacker@gsa.gov", | ||
"philip.dominguez@gsa.gov" | ||
], | ||
"helpdesk": [ | ||
"alexander.steel@gsa.gov", | ||
"robert.novak@gsa.gov", | ||
"analyn.delossantos@gsa.gov", | ||
"hassandeme.mamasambo@gsa.gov", | ||
"marissa.henderson@gsa.gov", | ||
"james.p.mason@gsa.gov", | ||
"james.person@gsa.gov", | ||
"leigh.cox@gsa.gov", | ||
"rochelle.ribeiro@gsa.gov" | ||
], | ||
"superuser": [ | ||
"daniel.swick@gsa.gov" | ||
] | ||
} |
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
Oops, something went wrong.