Skip to content

Support components with name != id in GUI component list #655

@rbs-afflitto

Description

@rbs-afflitto

What is the use case for the feature?

Currently, all components with name != ID are filtered out of the response for the get_components endpoint.

See server.py:1546.

Does the feature contain any proprietary information about another company's intellectual property?

No

How would you implement this feature?

Remove lines 1545-1547 of server.py. However, we need to determine the impact of this change. I'm not sure why these components are filtered out, perhaps some endpoints call components based on ID and others by name?

Are there any (reasonable) alternative approaches?

Are you interested in implementing it yourself?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions