Commit 066d4c8f 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 38438992
......@@ -313,7 +313,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>string:${here/absolute_url}/Base_viewZODBHistory</string> </value>
<value> <string>python: context.constructUrlFor(form_id=\'Base_viewZODBHistory\', parameter_dict={\'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