Actions
Bug #14141
closedCan't delete puppet module repo
Difficulty:
Triaged:
Bugzilla link:
Description
error is:
undefined method `repoids' for #<Katello::PuppetModule:0x00000005685858>
screenshot w/ traceback http://www.clipular.com/c/5955964155461632.png?k=VF3tc3oAEQhp8TFxXc1F12rc8aM
To reproduce:
1. Create a puppet module repo
2. Delete puppet module repo
I had the repo published in a content view, so that may be a factor as well.
Updated by Brad Buckingham over 8 years ago
It looks like this issue may have been introduced by the following commit which introduced additional modeling for the module:
It looks like the model does have a 'repositories' relationship, so we can probably update 'puppet_module.repoids' to be something like 'puppet_module.repository_ids'. We need to make sure, however, that there are no other scenarios where repoids is still being used.
Updated by The Foreman Bot over 8 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/5873 added
Updated by Eric Helms over 8 years ago
- Translation missing: en.field_release set to 86
Updated by The Foreman Bot over 8 years ago
- Pull request https://github.com/Katello/katello/pull/5889 added
Updated by Andrew Kofink over 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|910a37157f295bb5b11a393c19c417172b365156.
Actions