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.
Actions