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 Oct 18, 2024
1 parent 2b54958 commit f06e11c
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 @@ -94,6 +94,7 @@ def model_form_initial(instance, fields=None, exclude=None):
],
"accepted": ["accepted"],
"dismissed": ["dismissed"],
"withdrawn": ["withdrawn"],
}


Expand Down

0 comments on commit f06e11c

Please sign in to comment.