Skip to content

Commit

Permalink
Dashboard: Add a link to the attribute option group list (#4257)
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienPalard committed Mar 29, 2024
1 parent a361765 commit ed1c9a2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/oscar/defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,10 @@
"label": _("Options"),
"url_name": "dashboard:catalogue-option-list",
},
{
"label": _("Attribute Option Groups"),
"url_name": "dashboard:catalogue-attribute-option-group-list",
},
],
},
{
Expand Down

0 comments on commit ed1c9a2

Please sign in to comment.