Skip to content
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

Wrong link target in VRF template #2330

Closed
eriktm opened this issue Aug 8, 2018 · 0 comments
Closed

Wrong link target in VRF template #2330

eriktm opened this issue Aug 8, 2018 · 0 comments
Labels
status: accepted This issue has been accepted for implementation type: bug A confirmed report of unexpected behavior in the application

Comments

@eriktm
Copy link
Contributor

eriktm commented Aug 8, 2018

Environment

  • Python version: 3.6.3
  • NetBox version: 2.4.1

Steps to Reproduce

When viewing the changelog for a specific VRF at /ipam/vrfs/<pk>/changelog/, notice that the VRF tab links to the current page (changelog) instead of the VRF detail view.

This seems to be due to an error in the file /netbox/templates/ipam/vrf.html on line 43;
<a href="{{ aggregate.get_absolute_url }}">VRF</a>

Changing this function to target the vrf object would probably fix the issue.

@jeremystretch jeremystretch added type: bug A confirmed report of unexpected behavior in the application status: accepted This issue has been accepted for implementation labels Aug 8, 2018
@lock lock bot locked as resolved and limited conversation to collaborators Jan 17, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
status: accepted This issue has been accepted for implementation type: bug A confirmed report of unexpected behavior in the application
Projects
None yet
Development

No branches or pull requests

2 participants