Skip to content

Commit

Permalink
use WorkflowEditForm in WorkflowEditFormView
Browse files Browse the repository at this point in the history
  • Loading branch information
1letter committed Nov 7, 2024
1 parent dbea1c9 commit 1c3dc9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plone/app/contentrules/actions/workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,4 @@ class WorkflowEditForm(ActionEditForm):


class WorkflowEditFormView(ContentRuleFormWrapper):
form = WorkflowAddForm
form = WorkflowEditForm

0 comments on commit 1c3dc9f

Please sign in to comment.