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

Bug in nautobot/ipam/homepage.py #1649

Closed
merriry opened this issue Apr 15, 2022 · 0 comments · Fixed by #1862
Closed

Bug in nautobot/ipam/homepage.py #1649

merriry opened this issue Apr 15, 2022 · 0 comments · Fixed by #1862
Assignees
Labels
good first issue Great issues for newcomers! type: bug Something isn't working as expected

Comments

@merriry
Copy link

merriry commented Apr 15, 2022

Environment

  • Python version: 3.8
  • Nautobot version: 1.2.11

Steps to Reproduce

  1. assign at least view permissions to a user for ipam/vrf
  2. log in as user
  3. the dashboard ipam vrf will still be disabled, but you can use the menus at the top to go to VRF and once you are there it works as expected.

Expected Behavior

the link on the dashboard to enable itself

Observed Behavior

it did not.

nautobot/ipam/homepage.py :
HomePageItem(
name="VRFs",
link="ipam:vrf_list",
model=VRF,
description="Virtual routing and forwarding tables",
permissions=["circuits.view_vrf"], <--------<< whoops! should be ipam.view_vrf
weight=100,
),

@glennmatthews glennmatthews added type: bug Something isn't working as expected good first issue Great issues for newcomers! status: accepted labels Apr 18, 2022
@HanlinMiao HanlinMiao self-assigned this Jun 8, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 9, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
good first issue Great issues for newcomers! type: bug Something isn't working as expected
Projects
No open projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants