Closed
Bug 1101061
Opened 11 years ago
Closed 11 years ago
Super Search "Signature facets" page doesn't use bugzilla cache
Categories
(Socorro :: Webapp, task)
Socorro
Webapp
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: peterbe, Unassigned)
Details
When you load http://socorro/search/results/?product=Firefox&page=1&_facets=signature&_columns=date&_columns=signature&_columns=product&_columns=version&_columns=build_id&_columns=platform it doesn't insert the data attributes on the bugzilla <a> tags that might exist in our local "django cache".
With a clean cache you'd expect to `.bug-link-without-data` to be set on all `a.bug-link` tags. But after it has used the http://socorro/buginfo/bug?bug_ids=id1,id2,idN&include_fields=summary%2Cstatus%2Cid%2Cresolution it should set the cache for each ID.
Reporter | ||
Comment 1•11 years ago
|
||
Blah! Upon closer inspection and lots of debugging I take it back. It's working fine. I was just looking at the wrong place.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•