-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Labels
enhancementNew feature or requestNew feature or request
Description
When editing a specific task's DashboardListItem I'm going through the items returned by this.TaskManager.GetDashboardContent(this.TaskQueueResolver) and then matching by Title. This adds some unnecessary boilerplate as now I also put the Title inside a const string.
Could we perhaps assign the TaskType string to DashboardListItem.ID?
This string is already used to "look up" the TaskProcessor so this seems like a more natural way to match the DashboardListItem.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request