Bug #14071
Missing host_edit_interfaces.js in taxonomy edit page
Description
Steps to reproduce:
1) Go to 'Manage Locations'
2) Go to Edit page of any location
3) See 'Uncaught ReferenceError: update_interface_table is not defined' in browser console
JS fails to find the called function since it is defined in host_edit_interfaces.js and the file is not among the fetched sources.
Related issues
Associated revisions
Fixes #14071 - Using Sprockets directive to require host_edit_interfaces.js
(cherry picked from commit d05be6d1b8b17e679fbea54b07b06425dc2622ed)
History
#1
Updated by Ondřej Pražák almost 5 years ago
- Related to Bug #10153: Missing JS File during host group edit added
#2
Updated by Ondřej Pražák almost 5 years ago
- Blocks Bug #7726: Organization Editor: Clicking the multi-select plus icon adds items that were filtered out added
#3
Updated by The Foreman Bot almost 5 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/3284 added
#4
Updated by Dominic Cleal almost 5 years ago
- Related to Bug #12931: not seeing parameters in nested locations added
#5
Updated by Dominic Cleal almost 5 years ago
- Category set to Web Interface
- Legacy Backlogs Release (now unused) set to 71
#6
Updated by Ondřej Pražák almost 5 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset d05be6d1b8b17e679fbea54b07b06425dc2622ed.
#7
Updated by Eric Helms almost 5 years ago
- Bugzilla link set to 1317082
Fixes #14071 - Using Sprockets directive to require host_edit_interfaces.js