Skip to content
GitLab
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
  • beatbeat
  • beat.webbeat.web
  • Issues
  • #444
Closed
Open
Issue created Feb 15, 2017 by Jaden DIEFENBAUGH@jdiefenbaughContributor

Invalid default database

To repro:

  • Generate the default new database, with development settings
  • Run the example experiment user/user/single/1/single
  • Add that experiments to a (new) report
  • Add a new plot/graph item to the report
  • Click the Save Report button (top-right of the reports page)

Expected:

  • The server saves the report with the new plot successfully

Actual:

  • The server encounters an error and returns a 500
  • Django encounters an error on line 201 of beat/web/reports/models.py, where value['selected_template'] is None, and one cannot call split() on None
Assignee
Assign to
Time tracking