Skip to content

GET components for a topic returns wrong number of components #57

@guillaumevincent

Description

@guillaumevincent

Imagine 2 components for topic id with one component export control True.

GET /api/v1/topics/<id>/components returns 

{
  "_meta": {
    "count": 2
  }, 
  "components": [
    {...}
  ]
}

Count should correspond to the total of the components in the topic accessible to the user
ie "count": 1

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions