Project

General

Profile

Actions

Refactor #20643

open

Katello::ContentView.update_cp_content outdated and non-functional

Added by Matthias Dellweg over 6 years ago. Updated almost 6 years ago.

Status:
Need more information
Priority:
Normal
Assignee:
-
Category:
-
Target version:
Branch:
Difficulty:
Triaged:
Fixed in Releases:
Found in Releases:

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?

Actions #1

Updated by Eric Helms over 6 years ago

  • 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?

Actions #2

Updated by Matthias Dellweg over 6 years ago

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.

Actions #3

Updated by John Mitsch over 6 years ago

  • Tracker changed from Bug to Refactor
  • Target version set to 160
  • translation missing: en.field_release set to 114
Actions

Also available in: Atom PDF