Commit 95c0fc2a authored by Project Open's avatar Project Open

- Fixed issue allowing to reuse the controller in the Budget Tree portlet

parent 074ca5a1
......@@ -170,6 +170,7 @@ Ext.define('PO.controller.ResizeController', {
// Check if the surface is smaller than the ganttPanel
// and resize and redraw the surface if necessary
if (me.ganttZoomController)
me.ganttZoomController.onSwitchToFullScreen();
if (me.debug) console.log('PO.controller.gantt_editor.GanttResizeController.onSwitchToFullScreen: Finished');
......
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