Actions
Bug #10622
closedRepository delete and bulk deletes results in javascript traceback
Description
Attempting to delete a repo in master results in:
TypeError: undefined is not a function at Scope.$scope.removeRepository (http://troy.usersys.redhat.com:3000/assets/bastion_katello/repositories/details/repository-details-info.controller.js?body=1:147:38) at Parser.functionCall (http://troy.usersys.redhat.com:3000/assets/bastion/angular/angular.js?body=1:10205:21)
doing a bulk delete results in:
TypeError: Cannot read property 'success' of undefined at success (product-repositories.controller.js?body=1:34) at angular-resource.js?body=1:555
don't think these are related, but who knows, both seem bastion_katello related. Need to investigate if this is an issue in 2.2
Updated by The Foreman Bot over 9 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/5261 added
- Pull request deleted (
)
Updated by Adam Ruzicka over 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|b5d92ffa94d6797d979273bf6a8cacf7b13a1935.
Actions