Skip to content

Commit

Permalink
FIX: Use absolute uri for redirectionUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin-K committed Dec 2, 2020
1 parent 870d58b commit aa9b578
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ prototype(Neos.Form.Builder:NodeBasedFinisherCollection) {
includeListIds = ${q(finisherNode).property('includeListIds')}
templateId = ${q(finisherNode).property('templateId')}
redirectionUrl = ${q(finisherNode).property('redirectionUrl')}
[email protected] = Neos.Neos:ConvertUris
[email protected] = Neos.Neos:ConvertUris {
absolute = true
}
emailIdentifier = ${q(finisherNode).property('emailIdentifier')}
@process.addNodeProperties >
}
Expand Down

0 comments on commit aa9b578

Please sign in to comment.