fix use of Horizon's registration service
'initActions' method has been moved from 'horizon.framework.conf.resource-type-registry.service' to the return object of 'getResourceType' method. Also, args have changed. This patch fixes it. Change-Id: I2a10c4d5de7a34fabb7f1e1a726ebbf06e2c02f8 Closes-Bug: #1605131
This commit is contained in:
parent
504691a732
commit
903dd35647
@ -66,7 +66,7 @@
|
|||||||
//////////
|
//////////
|
||||||
|
|
||||||
function init() {
|
function init() {
|
||||||
registry.initActions(type, $scope);
|
ctrl.resourceType.initActions($scope);
|
||||||
zaqar.getQueues().then(showQueues);
|
zaqar.getQueues().then(showQueues);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user