Skip to content

Commit

Permalink
Re-initialize 'Remove Resources' drop down after copy button is pressed.
Browse files Browse the repository at this point in the history
  • Loading branch information
h-kataria committed May 3, 2017
1 parent 9e18583 commit cc89cca
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,7 @@ ManageIQ.angular.app.controller('catalogItemFormController', ['$scope', 'catalog
vm.catalogItemModel.retirement_key = '';
vm.catalogItemModel.retirement_value = '';
vm.catalogItemModel.retirement_variables = angular.copy(vm.catalogItemModel.provisioning_variables);
getRemoveResourcesTypes();
$scope.checkFormPristine();
}

Expand Down

0 comments on commit cc89cca

Please sign in to comment.