mirror of
https://github.com/nasa/openmct.git
synced 2024-12-20 05:37:53 +00:00
Corrected merge issues from Master
This commit is contained in:
parent
18607e9404
commit
4fbf547bfc
@ -157,7 +157,7 @@
|
||||
"type": "provider",
|
||||
"implementation": "creation/CreateActionProvider.js",
|
||||
"depends": ["$q", "typeService",
|
||||
"navigationService"]
|
||||
"navigationService", "policyService"]
|
||||
},
|
||||
{
|
||||
"key": "CreationService",
|
||||
|
@ -46,10 +46,11 @@ define(
|
||||
* introduced in this bundle), responsible for handling actual
|
||||
* object creation.
|
||||
*/
|
||||
function CreateActionProvider($q, typeService, navigationService) {
|
||||
function CreateActionProvider($q, typeService, navigationService, policyService) {
|
||||
this.typeService = typeService;
|
||||
this.navigationService = navigationService;
|
||||
this.$q = $q;
|
||||
this.policyService = policyService;
|
||||
}
|
||||
|
||||
CreateActionProvider.prototype.getActions = function (actionContext) {
|
||||
|
Loading…
Reference in New Issue
Block a user