Closed
Bug 707991
Opened 14 years ago
Closed 13 years ago
Removing/Adding "Featured" flag in admin UI doesn't work
Categories
(Socorro :: Webapp, task)
Socorro
Webapp
Tracking
(Not tracked)
VERIFIED
FIXED
2.4
People
(Reporter: kairo, Assigned: lonnen)
References
()
Details
When I tried to update the featured versions on prod from Firefox 9.0b3 to 9.0b4, yesterday, I discovered that neither removing nor adding has any effect even though the UI says it's done successfully. I re-tried today and it still doesn't work. I also tried changing featured versions for SeaMonkey, also without luck.
Comment 1•14 years ago
|
||
I can reproduce this locally, but when I dug in a bit I see that the underlying edit_product_info DB function works fine.
Restarting memcached makes the change "take effect", so my guess is that we're using memcache on the admin screen.
I don't think we should be using memcache at all for admin screens.
Comment 2•14 years ago
|
||
(In reply to Robert Helmer [:rhelmer] from comment #1)
> Restarting memcached makes the change "take effect", so my guess is that
> we're using memcache on the admin screen.
>
> I don't think we should be using memcache at all for admin screens.
This goes for both the /admin/branch_data_sources page as well as the dashboard. Arguably we should leave caching on for the dashboard, but there's no point in caching the admin UI.
Comment 3•14 years ago
|
||
Making changes to this screen should flush the versions cache too, since people want their change to "take effect" immediately.
Updated•14 years ago
|
Component: Socorro → General
Product: Webtools → Socorro
Comment 5•14 years ago
|
||
Laura asked me to post which versions should be on the front page as of today - they are as follows:
Firefox 9.0.1 (Current stable shipping version)
Firefox 12.0a1 (Current trunk)
Firefox 11.0a2 (Current Aurora)
Firefox 10.0b2 (Current beta)
Comment 6•14 years ago
|
||
If the dependency doesn't fix this, let's fix this in 2.4 as well.
Assignee: nobody → chris.lonnen
Target Milestone: --- → 2.4
Updated•14 years ago
|
Component: General → Webapp
| Assignee | ||
Comment 7•13 years ago
|
||
solved by the fix to the dependency.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Comment 8•13 years ago
|
||
QA verified on stage. Adding and removing products in the admin panel -> products tab works as expected again.
Products can be set to featured, removed from featured, throttle changed, start/end date.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•