Skip to content

Commit

Permalink
Fixed broken client creation in Console
Browse files Browse the repository at this point in the history
Fixes #2676
  • Loading branch information
otsakir committed Nov 29, 2017
1 parent 7a7efaa commit c70afd4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ rcMod.controller('ClientsCtrl', function($scope, $resource, $uibModal, $dialog,
controller: 'ClientDetailsCtrl',
scope: $scope,
templateUrl: 'modules/modals/modal-register-sip-client.html',
resolve: { localApps: function (rappService) { return rappService.refreshLocalApps();} }
resolve: { localApps: {} }
});

registerSIPClientModal.result.then(
Expand Down

0 comments on commit c70afd4

Please sign in to comment.