Skip to content

Fixed old status name showing twice in a transition notification#4621

Merged
wes-otf merged 3 commits into
mainfrom
fix/proper-transition-names
Sep 8, 2025
Merged

Fixed old status name showing twice in a transition notification#4621
wes-otf merged 3 commits into
mainfrom
fix/proper-transition-names

Conversation

@wes-otf
Copy link
Copy Markdown
Contributor

@wes-otf wes-otf commented Sep 8, 2025

Fixes #4616. After updating to django-viewflow it looks like the application status doesn't get updated until after the notification is sent, when before this would happen before. Thus, getting the current application status as the "new phase" resulted in a duplicate of the "old phase", ie. <USER> has updated the status of <APPLICATION>: Need screening → Need screening

Test Steps

  • Ensure slack & email notifications for application transitions represent the actual transition that took place
@wes-otf wes-otf merged commit 137a5ad into main Sep 8, 2025
10 of 11 checks passed
@frjo frjo deleted the fix/proper-transition-names branch February 18, 2026 09:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment