Commit 88719ec6 authored by Jérome Perrin's avatar Jérome Perrin

core: support `ignore_layout` request argument in View ZODB History Link

Otherwise we cannot use this feature on a website/websection using
a different skin selection.
parent 3eafdf3f
......@@ -313,7 +313,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>string:${here/absolute_url}/Base_viewZODBHistory</string> </value>
<value> <string>python:\'{}/Base_viewZODBHistory?{}\'.format(context.absolute_url(), modules[\'ZTUtils\'].make_query(ignore_layout=request.get(\'ignore_layout\', 0)))</string> </value>
</item>
</dictionary>
</pickle>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment