Add Interfaces button on VM Interfaces tab uses incorrect query parameter #6100
Labels
beta
Concerns a bug/feature in a beta release
status: accepted
This issue has been accepted for implementation
type: bug
A confirmed report of unexpected behavior in the application
NetBox version
v2.11-beta1
Python version
3.8
Steps to Reproduce
Expected Behavior
The Virtual Machine field would be pre-populated with the targeted VM.
Observed Behavior
Observe the "Virtual Machine" dropdown is empty
In this template
netbox/netbox/templates/virtualization/virtualmachine/interfaces.html
Line 38 in f1e2b99
This
%}?virtualmachine={{ object
should be
%}?virtual_machine={{ object
Although, elsewhere in the file:
netbox/netbox/templates/virtualization/virtualmachine/interfaces.html
Line 27 in f1e2b99
there is no space in between
virtual
andmachine
and the link works.The text was updated successfully, but these errors were encountered: