Skip to content

[BUG] Exclude existing candidates from the Add Candidates modal #914

Description

@clemiller

On a release track page, the Add Candidates modal currently still shows objects that have already been added as candidates to the release track. Users can select and submit those objects again. The API de-duplicates and ignore the duplicates, but the UI should hide already-added candidates from the available options.

Implementation Note

The StixListConfig already supports an excludeIDs option, which could be leveraged here by populating it with the current release track candidate IDs.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions