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

Fix deleting searched managers/moderators/admins #4038

Merged
merged 2 commits into from
Jun 16, 2020
Merged

Commits on Jun 16, 2020

  1. Fix deleting searched managers/moderators/admins

    We were deleting managers, moderators and administrators based on their
    user ID, instead of their manager/moderator/administrator ID.
    javierm committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    5d10afd View commit details
    Browse the repository at this point in the history
  2. Simplify manager/moderator/admin/official tables

    Originally, the code was shared between the index action and the search
    action, but since commit fb6dbdf that's no longer the case. So in the
    index action we don't need to check whether a user is a
    moderator/manager/admin/official or not; they all are.
    javierm committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    99256ad View commit details
    Browse the repository at this point in the history