Actions
Bug #3677
closedEngine: System.class_name is undefined
Description
In a recent PR, we were getting errors (undefined method class_name) on the System class:
Here's the error:
Thus we're skipping the test. We shouldn't have had to make this change. I think another System class or module is getting defined somewhere else somehow and is overriding Katello's System class. I tried both Katello::System and just System. Both threw the undefined method error.
Here's another backtrace: https://f.cloud.github.com/assets/86290/1545710/8fdafb74-4d7a-11e3-95ef-919fa06df4dd.png
Updated by Eric Helms over 10 years ago
- Status changed from New to Closed
- Triaged set to No
The tasks method in the systems controller was recently removed and since the error here hasn't shown up and references that I am closing.
Updated by Eric Helms over 10 years ago
- Translation missing: en.field_release set to 13
Actions