Skip to content

Commit

Permalink
Fix error in all submissions table
Browse files Browse the repository at this point in the history
Withdrawn status needs to be added to a mapping, apparently :)

Issue #3296
  • Loading branch information
frankduncan authored and frjo committed Aug 8, 2024
1 parent ab91e39 commit 3d7e1c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hypha/apply/funds/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ def model_form_initial(instance, fields=None, exclude=None):
],
"accepted": ["accepted"],
"dismissed": ["dismissed"],
"withdrawn": ["withdrawn"],
}


Expand Down

0 comments on commit 3d7e1c9

Please sign in to comment.