Commit 91d6f5b6 authored by Nicolas Wavrant's avatar Nicolas Wavrant

erp5_core: render the gadget_button_maximize.html gadget

parent ae82df7e
...@@ -148,6 +148,8 @@ ...@@ -148,6 +148,8 @@
scope: 'maximize', scope: 'maximize',
element: div_max, element: div_max,
sandbox: 'public' sandbox: 'public'
}).push(function (button_maximize_gadget) {
return button_maximize_gadget.render();
}); });
}, function (error) { }, function (error) {
// Check Acquisition, old erp5 ui don't have triggerMaximize // Check Acquisition, old erp5 ui don't have triggerMaximize
......
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