Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Support
    • Submit feedback
    • Contribute to GitLab
  • Sign in
beat.web
beat.web
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 54
    • Issues 54
    • List
    • Boards
    • Labels
    • Milestones
  • Merge Requests 2
    • Merge Requests 2
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • beat
  • beat.webbeat.web
  • Issues
  • #470

Closed
Open
Opened May 29, 2017 by Jaden DIEFENBAUGH@jdiefenbaugh
  • Report abuse
  • New issue
Report abuse New issue

API requests to `/api/v1/plotters/plotterparameters/` return nothing conditionally

What

Requesting the plotter parameters of the platform return an empty [] when requested by an anonymous user when the report is locked (EDIT: or if it's published).

Reproduce
  • Create a new report and add experiments
  • Add a plot
  • Save report
  • Lock report
  • View the report/publication URL
  • Look in the network activity panel of your browser's devtools, find the request for the plotterparameters
  • Since you are logged in, it correctly has fetched the plotter parameters
  • Copy report publication URL
  • Log out
  • View report publication URL
  • Look at the network panel again and find the request
  • Expected: The plotterparameters are returned
  • Actual: An empty [] is returned
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
1
Labels
bug
Assign labels
  • View project labels
Reference: beat/beat.web#470