Commit b1750918 authored by Sergey.Luzyanin's avatar Sergey.Luzyanin Committed by Alexander.Trofimov

Bug 26488 - JS Error при сохраннении документа с двумя сгруппированными Chart\Shape

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@58245 954022d7-b5bf-4e40-9824-e11837661b57
parent 2d5acbda
......@@ -377,7 +377,10 @@ DrawingObjectsController.prototype.createGroup = function()
this.resetSelection();
this.drawingObjects.getWorksheetModel && group.setWorksheet(this.drawingObjects.getWorksheetModel());
group.setDrawingObjects(this.drawingObjects);
group.setParent(this.drawingObjects);
if(this.drawingObjects && this.drawingObjects.cSld)
{
group.setParent(this.drawingObjects);
}
group.addToDrawingObjects();
this.selectObject(group, 0);
group.addToRecalculate();
......
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