Commit 68409d9f authored by Romain Courteaud's avatar Romain Courteaud Committed by Jérome Perrin

Provide configuration dict to sub gadgets.

parent 9724f2da
......@@ -160,6 +160,7 @@
page_gadget,
element = gadget.props.element
.getElementsByClassName("gadget_container")[0];
options.configuration_dict = gadget.props.configuration_dict;
if (options.page === undefined) {
// Redirect to the about page
return gadget.aq_pleasePublishMyState({page: "document_list"})
......
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