Update Task creation and handling to prefer the kind field over the addon field #1970
Labels
kind/bug
Categorizes issue or PR as related to a bug.
priority/normal
Higher priority than priority/minor. Nice to have.
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
Milestone
Based on comments in #1950 and #1951, any of the UI code touching Tasks should prefer the use of
kind
overaddon
.The application
Analysis
fields used to correlated to task by addon. This needs to be updated to correlate by kind == "analyzer" (when not blank) else fallback on addon == "analyzer". The fallback is needed to correlate tasks created in previous releases.Originally posted by @jortel in #1950 (comment)
The text was updated successfully, but these errors were encountered: