Skip to content

Commit

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


class NotifyEditFormView(ContentRuleFormWrapper):
form = NotifyAddForm
form = NotifyEditForm

0 comments on commit b6f2dcb

Please sign in to comment.