Skip to content

Commit

Permalink
[MNOE-1280] Removing unnecessary reloading of app instances
Browse files Browse the repository at this point in the history
  • Loading branch information
RidaAhmad committed Aug 28, 2018
1 parent 6de8b5b commit 303bfbc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/app/views/provisioning/confirm.controller.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,6 @@ angular.module 'mnoEnterpriseAngular'
$state.go("home.subscriptions", {subType: 'cart'})
else
clearInstancesCache()
# Reload dock apps
MnoeAppInstances.getAppInstances().then(
(response) ->
$scope.apps = response
)
$state.go('home.provisioning.order_summary', {subscriptionId: $stateParams.subscriptionId, editAction: $stateParams.editAction, cart: $stateParams.cart})
).finally(-> vm.isLoading = false)

Expand Down

0 comments on commit 303bfbc

Please sign in to comment.