-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix Admin Search on Dissemination Tables #4458
Comments
@jperson1 I can tackle this in light of separating the new Admin Panel changes from the API architecture. |
rnovak338
added a commit
that referenced
this issue
Nov 26, 2024
github-merge-queue bot
pushed a commit
that referenced
this issue
Dec 2, 2024
* 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 [email protected] 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the admin panel, making a search on any dissemination table that isn't "Generals" will result in a crash. This is because
report_id
is a foreign key, and is not supported by Django's most basic search option. We want this to work properly for searches on common identifying fields such as report_id, UEI, and auditee name.Stack trace:
Tasks
Tasks
The text was updated successfully, but these errors were encountered: