Skip to content

Commit

Permalink
Merge pull request #928 from h-kataria/fix_remove_resources_default_v…
Browse files Browse the repository at this point in the history
…alue

Reset value of remove_resources after Repository value is changed.
(cherry picked from commit 82ba99d)
  • Loading branch information
Dan Clarizio authored and simaishi committed Apr 5, 2017
1 parent 98a75d6 commit 53d03f5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,7 @@ ManageIQ.angular.app.controller('catalogItemFormController', ['$scope', 'catalog
if (id !== vm.catalogItemModel[prefix + '_repository_id']) {
vm.catalogItemModel[prefix + '_playbook_id'] = '';
vm.catalogItemModel[prefix + '_repository_id'] = id;
getRemoveResourcesTypes();
} else {
findObjectForDropDown(prefix, '_playbook', '_playbooks');
}
Expand Down

0 comments on commit 53d03f5

Please sign in to comment.