Skip to content

Commit

Permalink
del: unused relationships menu item
Browse files Browse the repository at this point in the history
  • Loading branch information
saemideluxe committed Aug 26, 2024
1 parent a616dd6 commit fa40d44
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions basxconnect/core/views/menu_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,3 @@
menu.settingsgroup,
)
)

menu.registeritem(
menu.Item(
utils.Link(
utils.reverse(
"basxconnect.core.views.settings_views.relationshipssettings"
),
_("Relationships"),
permissions=[utils.permissionname(models.RelationshipType, "view")],
),
menu.settingsgroup,
)
)

0 comments on commit fa40d44

Please sign in to comment.