Open
Bug 1286369
Opened 9 years ago
Updated 1 years ago
The job details panel doesn't update with a classification's bug number until reselected
Categories
(Tree Management :: Treeherder, defect, P3)
Tree Management
Treeherder
Tracking
(Not tracked)
NEW
People
(Reporter: KWierso, Unassigned)
Details
Attachments
(1 obsolete file)
If I select a failed job in treeherder, pin a bug to the pinboard for that job, then save the classification, the job details pane adds the star icon and the classification type (usually "intermittent"). But the bug number does not show up. I have to re-click the failed job to get the bug number to show up in that section of the job details pane.
If I instead classify a failed job as "fixed by commit" and add a comment before saving, that comment is immediately shown in the job details pane.
I guess the difference is bugs use `ng-repeat="bug in bugs"`, while comments use `ng-bind-html="classifications[0].text|linkifyClassifications:repoName|linkifyURLs`?
Is there some way we could get the bug(s) to show up immediately, even if it's just a hacky thing until the job is reselected to show up the right way?
Updated•9 years ago
|
Priority: -- → P3
Summary: When classifying a failure, the job details pane adds a star and the word "intermittent", but doesn't add the bug number until you reselect the failed job → The job details panel doesn't update with a classification's bug number until reselected
Reporter | ||
Comment 1•9 years ago
|
||
Maybe just force a reselection?
Comment 2•9 years ago
|
||
I'd prefer not to add hacks, we should be able to find the root cause? :-)
Updated•8 years ago
|
Component: Treeherder → Treeherder: Log Parsing & Classification
Assignee | ||
Updated•4 years ago
|
Component: Treeherder: Log Parsing & Classification → TreeHerder
Updated•1 years ago
|
Attachment #9383811 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•