Skip to content
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

Django admin: Changes to "Organization name and mailing address" not populating in "Log Entries" in Django Admin #979

Closed
zandercymatics opened this issue Sep 5, 2023 · 2 comments · Fixed by #2572
Assignees
Labels
bug Something that isn't working as intended dev Feature: 🧮 Analyst Experience

Comments

@zandercymatics
Copy link
Contributor

zandercymatics commented Sep 5, 2023

Current Behavior

Within the Django Admin portal, user actions are logged under the 'Log Entries' tab. For instance, changing the 'Authorizing Official' will generate a logable event. However, this does not appear to be happening for update actions that occur on the DomainOrgNameAddressForm object.

Expected Behavior

Updates made to the DomainOrgNameAddressForm object are logged in Django Admin.

Steps to Reproduce

  1. As a superuser or analyst, click 'manage' on an approved Domain.
  2. Click 'Organization name and mailing address' and edit any field.
  3. Navigate to /admin, then click 'log entries'
  4. Note the sound of crickets

Environment

Any supported environment.

Additional Context

image
image

Issue Links

No response

@zandercymatics zandercymatics added the bug Something that isn't working as intended label Sep 5, 2023
@vickyszuchin
Copy link

Per Rachid in Product huddle chat (0/27/2023):

That #979 could be simple. Neil identified that m2m relationships need an extra little something for changes to track in django auditlog and this could be the case here

@PaulKuykendall PaulKuykendall added MVP later Not MVP and removed MVP labels Sep 28, 2023
@vickyszuchin vickyszuchin changed the title Changes to "Organization name and mailing address" not populating in "Log Entries" in Django Admin Django admin: Changes to "Organization name and mailing address" not populating in "Log Entries" in Django Admin Feb 23, 2024
@vickyszuchin vickyszuchin removed the later Not MVP label Mar 12, 2024
@vickyszuchin
Copy link

This bug has been sized and meets DoR criteria. Moving to "Ready."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something that isn't working as intended dev Feature: 🧮 Analyst Experience
Projects
Status: ✅ Done
5 participants