Skip to content

Commit

Permalink
Merge pull request #10 from bwaidelich/7-add-site-to-caching-context
Browse files Browse the repository at this point in the history
BUGFIX: Add site to caching context
  • Loading branch information
Bastian Waidelich authored Nov 3, 2017
2 parents 1247dd9 + b772832 commit a17968a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Resources/Private/Fusion/NodeBased/NodeBasedForm.fusion
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ prototype(Neos.Form.Builder:NodeBasedForm) < prototype(Neos.Form.Builder:Form) {
context {
1 = 'node'
2 = 'documentNode'
3 = 'site'
}
}
}
Expand Down

0 comments on commit a17968a

Please sign in to comment.