Actions
Bug #12770
closedJob invocations launched by hammer not displayed in the UI
Status:
Closed
Priority:
Normal
Assignee:
Category:
-
Target version:
Difficulty:
Triaged:
Description
Something with how the API's creating the invocation maybe?
NoMethodError in Job_invocations#show Showing /home/vagrant/foreman_remote_execution/app/views/job_invocations/show.html.erb where line #6 raised: undefined method `job_invocation' for nil:NilClass Extracted source (around line #6): 3: <% javascript 'template_invocation' %> 4: 5: <% if @job_invocation.task %> 6: <% title_actions(button_group(job_invocation_task_buttons(@job_invocation.task))) %> 7: <% end %> 8: 9: <ul class="nav nav-tabs" data-tabs="tabs">
Updated by Ivan Necas almost 9 years ago
- Status changed from New to Ready For Testing
- Assignee set to Ivan Necas
- Pull request https://github.com/theforeman/foreman_remote_execution/pull/80 added
I've rebased https://github.com/theforeman/foreman_remote_execution/pull/80 against the master, and the composer unification just solves the issue.
Updated by Stephen Benjamin almost 9 years ago
- Status changed from Ready For Testing to Closed
Resolved as part of #12489, thanks!
Updated by Stephen Benjamin almost 9 years ago
- Translation missing: en.field_release set to 108
Actions