diff --git a/platform/commonUI/browse/src/MenuArrowController.js b/platform/commonUI/browse/src/MenuArrowController.js index 7eae522810..daa6527b77 100644 --- a/platform/commonUI/browse/src/MenuArrowController.js +++ b/platform/commonUI/browse/src/MenuArrowController.js @@ -52,14 +52,14 @@ define( console.log('event ', event); */ - context = {key: 'contextMenu', event: event, domainObject: domainObject}; + context = {key: 'menu', event: event, domainObject: domainObject}; domainObject.getCapability('action').perform(context); } // attempt to set the domain object $scope.$watch('domainObject', function (c) { domainObject = c; - console.log('watcher called'); + //console.log('watcher called'); }); return { diff --git a/platform/representation/bundle.json b/platform/representation/bundle.json index 231a73c461..5e94d5ab95 100644 --- a/platform/representation/bundle.json +++ b/platform/representation/bundle.json @@ -52,7 +52,7 @@ ], "actions": [ { - "key": "contextMenu", + "key": "menu", "implementation": "actions/ContextMenuAction.js", "depends": [ "$compile", "$document", "$window", "$rootScope" ] }