-
Notifications
You must be signed in to change notification settings - Fork 16.6k
Labels
area:UIRelated to UI/UX. For Frontend Developers.Related to UI/UX. For Frontend Developers.good first issuekind:featureFeature RequestsFeature Requests
Milestone
Description
Description
It is not possible to clear all mapped task instances at once for a specific TI.
In the UI here I think it would be nice to have a 'clear all mapped task' button. The backend endpoint to clear a TI already supports this.
task_ids: list[str | tuple[str, int]] | None = Field(
default=None,
description="A list of `task_id` or [`task_id`, `map_index`]. "
"If only the `task_id` is provided for a mapped task, all of its map indices will be targeted.",
)
Use case/motivation
No response
Related issues
No response
Are you willing to submit a PR?
- Yes I am willing to submit a PR!
Code of Conduct
- I agree to follow this project's Code of Conduct
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area:UIRelated to UI/UX. For Frontend Developers.Related to UI/UX. For Frontend Developers.good first issuekind:featureFeature RequestsFeature Requests