Actions
Bug #24375
closedKatello unable to add yum repo to content view (undefined local variable or method `auto_publish')
Status:
Resolved
Priority:
High
Assignee:
-
Category:
-
Target version:
-
Description
When trying to add a new yum repository to an existing content view the following error appears in the production.log:
2018-07-24T07:22:17 323b4ad9 [background] [E] undefined local variable or method `auto_publish' for #<Katello::ContentView:0x00000000100cabd8> (NameError)
The same error shows up when trying to create a new content view.
If I click "Add Repositories" again on the same page after getting the first error, this error is triggered:
2018-07-24T07:30:40 9958e741 [background] [E] Validation failed: Repository has already been taken (ActiveRecord::RecordInvalid)
I've attached the production.log contents (katello-cv-errors.log) showing the errors. NameError
is at 2018-07-24T07:30:31
and RecordInvalid
is at 2018-07-24T07:30:40
Files
Actions