Actions
Bug #15469
closedEditing an ordinary host gives undefined method `[]' for nil:NilClass
Difficulty:
Triaged:
Description
Introduced with #4426.
undefined method `[]' for nil:NilClass
/home/lzap/work/foreman_discovery/app/helpers/discovered_hosts_helper.rb:83:in `host_taxonomy_select'
It's this line:
selected_taxonomy = params[:host][tax_id]
Updated by Lukas Zapletal over 8 years ago
- Related to Feature #4426: Allow changing/setting of organisation and location in the "Provision Host" screen added
Updated by The Foreman Bot over 8 years ago
- Status changed from New to Ready For Testing
- Assignee set to Shimon Shtein
- Pull request https://github.com/theforeman/foreman_discovery/pull/278 added
Updated by Shimon Shtein over 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset foreman_discovery|2a4ad073d59072507b051059ca50b430b27446bc.
Actions