Actions
Bug #5605
closedactivation-key commands resulting in "has_key?" error
Description
If an activation-key doesn't have an environment or content view assigned, attempting to execute certain commands (e.g. activation-key list, activation-key info) will result in an error to the user.
The error is:
NoMethodError (undefined method `has_key?' for nil:NilClass):
This may be related to the feature that was recently introduced to allow the keys to 'optionally' included env/view. Previously, they were required.
Updated by Brad Buckingham over 10 years ago
- Assignee set to Brad Buckingham
- Target version set to 44
- Triaged changed from No to Yes
Updated by Brad Buckingham over 10 years ago
- % Done changed from 0 to 100
This was addressed as part of the following PR:
https://github.com/theforeman/hammer-cli/pull/107
Updated by Eric Helms about 10 years ago
- Translation missing: en.field_release set to 13
Actions