Skip to content

Commit

Permalink
fix form name
Browse files Browse the repository at this point in the history
  • Loading branch information
drfho committed Nov 13, 2024
1 parent ff4266d commit 88c2f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Products/zms/zpt/ZMSWorkflowProvider/manage_main.zpt
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@
<form id="workflow_assignment_form" name="workflow_assignment_form"
class="form-horizontal" action="manage_changeWorkflow" method="post" enctype="multipart/form-data">
<input type="hidden" name="lang" tal:attributes="value request/lang" />
<input type="hidden" name="key" value="properties" />
<input type="hidden" name="key" value="workflow_properties" />

<div class="controls form-row form-inline px-3">
<div class="form-group">
Expand Down

0 comments on commit 88c2f9e

Please sign in to comment.