Skip to content

Commit

Permalink
Set the default submission user to the creator of the form
Browse files Browse the repository at this point in the history
  • Loading branch information
auslin-aot committed Dec 2, 2024
1 parent 82f94ba commit 3871343
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,7 @@ def create_form(data, is_designer, **kwargs): # pylint:disable=too-many-locals
"resourceId": parent_form_id,
"resourceDetails": {},
"roles": [],
"userName": user.user_name,
},
"designer": {
"resourceId": parent_form_id,
Expand Down

0 comments on commit 3871343

Please sign in to comment.