Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • beat.web beat.web
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 54
    • Issues 54
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • beat
  • beat.webbeat.web
  • Merge requests
  • !372

Fix supervisor crash on sign-up

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Flavio TARSETTI requested to merge 568_crash_new_supervisor_sign_up into django3_migration Sep 16, 2020
  • Overview 0
  • Commits 1
  • Pipelines 1
  • Changes 1

This merge request fixes the crash on supervisor sign-up that has appeared after migration to Django 3.

The issue is related to a faulty request to the user database with a get that should have been replaced with a filter instead as done for the other classes present in the same file.

Fixes #568 (closed)

Edited Sep 16, 2020 by Flavio TARSETTI
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: 568_crash_new_supervisor_sign_up