-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Add child interface" button should inherit VDC from parent #11922
Comments
@jeremystretch - What's the best way to do this? Are we doing it anywhere else for other many to many fields? If we want to built it into the template, we need to generate the following in the url:
I guess we could do a loop in the template to built it or a templatetag. |
I don't have a great answer for the "how." Seems like it would be messy to implement in the template alone. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. NetBox is governed by a small group of core maintainers which means not all opened issues may receive direct feedback. Do not attempt to circumvent this process by "bumping" the issue; doing so will result in its immediate closure and you may be barred from participating in any future discussions. Please see our contributing guide. |
NetBox version
v3.4.5
Feature type
Change to existing functionality
Proposed functionality
When using the "add child interface" button, either from an interface or a table of interfaces from a device or VDC, the form should be prefilled with the VDC(s) of the parent interface, if any.
Use case
It seems rather unlikely that if a parent interface is already in a VDC the child interface would not also be in the same VDC, so this should save clicks in the vast majority of cases.
Database changes
None
External dependencies
No response
The text was updated successfully, but these errors were encountered: