diff --git a/platform/commonUI/edit/bundle.json b/platform/commonUI/edit/bundle.json index 953497a388..fca0e2cf72 100644 --- a/platform/commonUI/edit/bundle.json +++ b/platform/commonUI/edit/bundle.json @@ -9,12 +9,17 @@ "controllers": [ { "key": "EditController", - "implementation": "EditController.js", + "implementation": "controllers/EditController.js", "depends": [ "$scope", "navigationService" ] }, { "key": "EditActionController", - "implementation": "EditActionController.js", + "implementation": "controllers/EditActionController.js", + "depends": [ "$scope" ] + }, + { + "key": "EditPanesController", + "implementation": "controllers/EditPanesController.js", "depends": [ "$scope" ] } ], @@ -72,7 +77,7 @@ { "key": "edit-object", "templateUrl": "templates/edit-object.html", - "uses": [ "view", "context" ] + "uses": [ "view" ] }, { "key": "edit-action-buttons", @@ -92,7 +97,7 @@ ], "representers": [ { - "implementation": "EditRepresenter.js", + "implementation": "representers/EditRepresenter.js", "depends": [ "$q", "$log" ] }, { 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 @@