diff --git a/platform/commonUI/edit/bundle.json b/platform/commonUI/edit/bundle.json index 953497a388..35fae3de9b 100644 --- a/platform/commonUI/edit/bundle.json +++ b/platform/commonUI/edit/bundle.json @@ -16,6 +16,11 @@ "key": "EditActionController", "implementation": "EditActionController.js", "depends": [ "$scope" ] + }, + { + "key": "EditPanesController", + "implementation": "controllers/EditPanesController.js", + "depends": [ "$scope" ] } ], "actions": [ @@ -72,7 +77,7 @@ { "key": "edit-object", "templateUrl": "templates/edit-object.html", - "uses": [ "view", "context" ] + "uses": [ "view" ] }, { "key": "edit-action-buttons", diff --git a/platform/commonUI/edit/res/templates/edit-object.html b/platform/commonUI/edit/res/templates/edit-object.html index 2ff322e37c..662a77008a 100644 --- a/platform/commonUI/edit/res/templates/edit-object.html +++ b/platform/commonUI/edit/res/templates/edit-object.html @@ -18,10 +18,13 @@