Actions
Bug #7068
closedRepo sync fails after Fix #6870/BZ1075523
Difficulty:
Triaged:
Yes
Bugzilla link:
Pull request:
Description
Create a repo
Sync it
Error
undefined method `hidden' for #<Class:0x0000000d6beab0> (NoMethodError)
gems/ruby-2.0.0-p481/gems/activerecord-3.2.18/lib/active_record/dynamic_matchers.rb:55:in `method_missing'
/katello/app/lib/actions/katello/repository/correct_checksum.rb:23:in `finalize'
Basically after the commit for #6870/BZ1075523, all instance of the User.hidden was replaced with User.anonymous_admin in katello code. Sounds like there was a missed spot in this file /katello/app/lib/actions/katello/repository/correct_checksum.rb.
Actions