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

Campaign contact "updated_at" not updated when reassigning contacts #2361

Closed
sjwmoveon opened this issue May 2, 2024 · 0 comments · Fixed by MoveOnOrg/Spoke#13 · May be fixed by #2363
Closed

Campaign contact "updated_at" not updated when reassigning contacts #2361

sjwmoveon opened this issue May 2, 2024 · 0 comments · Fixed by MoveOnOrg/Spoke#13 · May be fixed by #2363
Assignees
Labels
C-bug Type: Bug

Comments

@sjwmoveon
Copy link
Collaborator

Describe the bug
When reassigning contacts, the updated_at value in the campaign_contacts table remains unchanged.

To Reproduce
Steps to reproduce the behavior:

  1. Go to [base_url]/admin/[campaign_id]/incoming for a campaign with active contacts.
  2. Select some messages and under "message actions", "reassign selected" or "reassign all N matching" to reassign the messages to a different user.
  3. In SQL, select * from campaign_contacts order by updated_at desc; (or use a more specific query)
  4. Note that the recently reassigned contacts do not have a new updated_at value.

Expected behavior
When a campaign_contact is updated, its updated_at value should change.

Platform (please complete the following information):

  • OS: MacOS 14.3.1 (23D60)
  • Browser Firefox 25.0.3
  • Desktop or Mobile? Desktop
  • Version [e.g. 22] 13.1.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Type: Bug
Projects
None yet
1 participant