Closed
Bug 672575
Opened 14 years ago
Closed 14 years ago
Few add-ons are having more than 2 categories
Categories
(addons.mozilla.org Graveyard :: Public Pages, defect)
addons.mozilla.org Graveyard
Public Pages
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: saikrishna, Assigned: jorgev)
Details
Attachments
(1 file)
121.28 KB,
image/jpeg
|
Details |
STR:
1.Load https://addons.allizom.org/z/en-US/firefox/i/addon/pearltrees/
2.Observe the Related categories section
Observed Behavior:
The add-on contains 3 categories which is not allowed
Comment 1•14 years ago
|
||
There are two with three categories. => fligtar for a decision.
mysql> select addon_id, application_id, count(*) as c from addons_categories inner join categories on category_id=categories.id group by addon_id,application_id having c > 2;
+----------+----------------+---+
| addon_id | application_id | c |
+----------+----------------+---+
| 11255 | 1 | 3 |
| 62825 | 1 | 3 |
+----------+----------------+---+
2 rows in set (6.99 sec)
Assignee: nobody → fligtar
Comment 2•14 years ago
|
||
Jorge, can you please clear out an extra category from these?
Assignee: fligtar → jorge
Assignee | ||
Comment 3•14 years ago
|
||
Done.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
verified the two given add-ons:
https://addons-dev.allizom.org/en-US/firefox/addon/pearltrees/
https://addons-dev.allizom.org/en-US/firefox/addon/google-bing-ask-qrobeit-for-fi/
Only 2 categories are present
Updated•9 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•