Actions
Bug #8598
closedRepository delete results in failed task
Difficulty:
easy
Triaged:
Yes
Bugzilla link:
Pull request:
Description
Deleting a Repository results in a failed task:
NoMethodError undefined method `can?' for nil:NilClass --- - /home/vagrant/katello/app/models/katello/authorization.rb:22:in `authorized?' - /home/vagrant/katello/app/models/katello/authorization/product.rb:30:in `editable?' - /home/vagrant/katello/app/models/katello/authorization/repository.rb:25:in `deletable?' - /home/vagrant/katello/app/models/katello/repository.rb:474:in `assert_deletable' - /home/vagrant/.rvm/gems/ruby-1.9.3-p448/gems/activesupport-3.2.21/lib/active_support/callbacks.rb:407:in `_run__3721688161599193244__destroy__1563448023527611882__callbacks' - /home/vagrant/.rvm/gems/ruby-1.9.3-p448/gems/activesupport-3.2.21/lib/active_support/callbacks.rb:405:in `__run_callback' - /home/vagrant/.rvm/gems/ruby-1.9.3-p448/gems/activesupport-3.2.21/lib/active_support/callbacks.rb:385:in `_run_destroy_callbacks' - /home/vagrant/.rvm/gems/ruby-1.9.3-p448/gems/activesupport-3.2.21/lib/active_support/callbacks.rb:81:in `run_callbacks' - /home/vagrant/.rvm/gems/ruby-1.9.3-p448/gems/activerecord-3.2.21/lib/active_record/callbacks.rb:254:in `destroy' - /home/vagrant/.rvm/gems/ruby-1.9.3-p448/gems/activerecord-3.2.21/lib/active_record/transactio
Updated by Justin Sherrill almost 10 years ago
Not able to reproduce this, but will re-test on a nightly.
Updated by The Foreman Bot almost 10 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/4888 added
- Pull request deleted (
)
Updated by Justin Sherrill almost 10 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|0b489b5175df140f45eb9812d92d5a53b6e811ca.
Actions