Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • beat.core beat.core
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 14
    • Issues 14
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 3
    • Merge requests 3
  • 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.corebeat.core
  • Issues
  • #83
Closed
Open
Created Jun 18, 2019 by Flavio TARSETTI@flavio.tarsettiDeveloper

Test prefix: plotters empty uses not present

This issue tracks inconsistency with the json libraries management in the plotter and other editors such as the library editor.

Description of the issue:

In the test prefix, the plotters contain a "uses" key targeting the libraries that are used.

When used we have:

    "uses": {
        "baselib": "plot/baselib/1"
    }

When no libraries are defined I was expecting to have something like this:

    "uses": {}

However we get no "uses" key in the dictionary at all. This is counter-intuitive and works at the opposite of what is done for the libraries editor where no libraries used mean having:

    "uses": {}

in the json file.

Assignee
Assign to
Time tracking