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

Timeline display bug when user is removed from org #4668

Open
ebeers-png opened this issue May 13, 2024 · 0 comments
Open

Timeline display bug when user is removed from org #4668

ebeers-png opened this issue May 13, 2024 · 0 comments
Labels

Comments

@ebeers-png
Copy link
Collaborator

Describe the bug

If a user creates a note and then that user is removed from the org, the timelines page is unable to display their name. In this case, I added a user, added two notes with that account, and then removed them from the org.

image

Expected Behavior

SEED should either show the name as blank (or something to that effect), or look up the user regardless of whether they're an org member or not. Though in that case, it might be better to do that lookup in Django, not in the frontend (as it currently does).

Steps to Reproduce

  1. Add a user to an organization
  2. Create a note on a property, confirm that it creates a note event in the timeline
  3. Remove the user from the organization
  4. Go to the property's timeline

Instance Information

Tried on the dev2 server.

Additional Context

I haven't checked if this is an issue for other event types, like analyses, but it could be.

@ebeers-png ebeers-png added the Bug label May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant