Skip to content

Commit

Permalink
Merge 7fb07b1 into 54e5384
Browse files Browse the repository at this point in the history
  • Loading branch information
ruohola committed Mar 23, 2021
2 parents 54e5384 + 7fb07b1 commit 4f54807
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

List all changes after the last release here (newer on top). Each change on a separate bullet point line

### Fixed

- Fix 'Customize Your Admin Menu' redirecting to the supplier specific edit page on saving.

## [2.5.0] - 2021-03-22

### Changed
Expand Down
2 changes: 1 addition & 1 deletion shuup/admin/modules/menu/views/arrange.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class AdminMenuArrangeView(TemplateView):
Retrieve menus from configuration or display default
"""
template_name = "shuup/admin/menu/arrange.jinja"
success_url = reverse_lazy('shuup_admin:menu.arrange_supplier')
success_url = reverse_lazy('shuup_admin:menu.arrange')
reset_url = reverse_lazy('shuup_admin:menu.reset')

def get_context_data(self, **kwargs):
Expand Down

0 comments on commit 4f54807

Please sign in to comment.