Skip to content

Commit

Permalink
Merge pull request #1768 from RogerHaase/1734-acls
Browse files Browse the repository at this point in the history
backoff change breaking navi bar user view #1734
  • Loading branch information
UlrichB22 authored Sep 28, 2024
2 parents ccec10f + d791108 commit 8b77ba9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/moin/apps/admin/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ def index():


@admin.route("/user")
@require_permission(SUPERUSER)
# wip - see #1734, this fix breaks the user view from the navigation bar.
# @require_permission(SUPERUSER)
def index_user():
return render_template(
"user/index_user.html",
Expand Down

0 comments on commit 8b77ba9

Please sign in to comment.