Skip to content

Commit

Permalink
Fix EZP-29144: Website Toolbar cache doesn't work properly when Owner…
Browse files Browse the repository at this point in the history
…( Self ) Policy Limitation is used

(cherry picked from commit 636c8f0)
  • Loading branch information
Jacek Foremski authored and andrerom committed Jul 6, 2018
1 parent c48ab96 commit 74e1ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/views/pagelayout.html.twig
Expand Up @@ -22,7 +22,7 @@

<!-- Complete page area: START -->
{% if ezpublish.legacy is defined %}
{{ render( controller( "ezpublish_legacy.website_toolbar.controller:websiteToolbarAction", { 'locationId': currentLocation.id|default( null )} ) ) }}
{{ render_esi( controller( "ezpublish_legacy.website_toolbar.controller:websiteToolbarAction", { 'locationId': currentLocation.id|default( null )} ) ) }}
{% endif %}
<div id="page" class="">
<!-- Header area: START -->
Expand Down

0 comments on commit 74e1ddf

Please sign in to comment.