Actions
Bug #7428
closedError when creating a repository with no name: undefined method `gsub' for nil:NilClass
Difficulty:
Triaged:
Yes
Bugzilla link:
Pull request:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1120314
Description of problem:
Can't create repositories from the CLI.
Steps to Reproduce:
hammer product create --name TEST --organization-id 1
hammer repository create --name TEST --product TEST --organization-id 1
Actual results:
undefined method `gsub' for nil:NilClass
Expected results:
Repository created.
Updated by The Foreman Bot over 10 years ago
- Status changed from New to Ready For Testing
- Target version set to 56
- Pull request https://github.com/Katello/katello/pull/4657 added
- Pull request deleted (
)
Updated by Eric Helms over 10 years ago
- Translation missing: en.field_release set to 14
- Triaged changed from No to Yes
Updated by David Davis over 10 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|7dd233e2a751567876b598295a6424292a67686d.
Actions