Refactor #20643
open
Katello::ContentView.update_cp_content outdated and non-functional
Added by Matthias Dellweg over 7 years ago.
Updated 8 months ago.
Status:
Need more information
|
Description
commit 1545b9ecaa9b5c99c5aa4802bc52e182f49f3980 deletes a lot of code thereby rendering Katello::ContentView.update_cp_content unfunctional.
The error message looks like:
NoMethodError: undefined method `update_cp_content' for #<Katello::ContentViewEnvironment:0x000000xxxxxxxx>
The undefined method was in `app/models/katello/glue/candlepin/environment.rb`.
Is Katello::ContentView.update_cp_content unused and should therefore be removed, or should the code in glue be resurrected?
- Status changed from New to Need more information
Howdy,
Could you share what operation or action you performed that led you to run into this? That will help with replicating the failure you are seeing. Also, what version of Katello were you running?
Sure,
assuming you have a running foreman/katello instance, and created a content view with an associated view environment, you can call
Katello::ContentView.first.update_cp_content Katello::ContentView.first.environments.first
in the rails console.
I have no idea, whether you can trigger it from the web ui. I found the problem while digging through the code and was unsure about the implications.
- Tracker changed from Bug to Refactor
- Target version set to 160
- Translation missing: en.field_release set to 114
- Target version deleted (
Katello Backlog)
Also available in: Atom
PDF