Skip to content

Commit e0497fb

Browse files
author
Marvin Kuhn
authored
fixed #2 typo in form finisher prototype name
1 parent 72466bf commit e0497fb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Resources/Private/Fusion/Form/Finisher/AddComment.fusion

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
prototype(Breadlesscode.Commentable:From.Finisher.AddComment.Definition) < prototype(Neos.Form.Builder:Finisher.Definition) {
2+
prototype(Breadlesscode.Commentable:Form.Finisher.AddComment.Definition) < prototype(Neos.Form.Builder:Finisher.Definition) {
33
options {
44
// form values
55
email = ''
@@ -11,3 +11,5 @@ prototype(Breadlesscode.Commentable:From.Finisher.AddComment.Definition) < proto
1111

1212
formElementType = 'Breadlesscode.Commentable:From.Finisher.AddComment'
1313
}
14+
# added alias for backward compability
15+
prototype(Breadlesscode.Commentable:From.Finisher.AddComment.Definition) < prototype(Breadlesscode.Commentable:Form.Finisher.AddComment.Definition)

0 commit comments

Comments
 (0)