Actions
Bug #24488
closedHelp rendering fails
Difficulty:
Triaged:
No
Bugzilla link:
Pull request:
Team Backlog:
Updated by The Foreman Bot over 6 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/hammer-cli/pull/280 added
Updated by Martin Bacovsky over 6 years ago
The description of the problem is not entirely correct. The resource as an instance method is present. What is actually going on there is that when the resource is missing in API it is set to nil and warning is printed. Later when we are asking for the resource assigned to the command we see the nil and try to ask the parent command which is the MainCommand for the top level commands. The MainCommand is not child of ApipieCommand and has no resource assigned and this is the place where the original error comes from "Error: undefined method `resource' for HammerCLI::MainCommand:Class".
Updated by Anonymous over 6 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset abcaff4aee5a72785ea58adef70b8a179500adb8.
Updated by Martin Bacovsky over 6 years ago
- Fixed in Releases hammer-cli 0.14.0 added
Updated by Martin Bacovsky over 6 years ago
- Fixed in Releases hammer-cli 0.13.1 added
Actions