Closed Bug 1223528 Opened 10 years ago Closed 1 year ago

Add-ons should never be unlisted and inactive at the same time

Categories

(addons.mozilla.org Graveyard :: Developer Pages, defect)

defect
Not set
major

Tracking

(Not tracked)

RESOLVED INCOMPLETE

People

(Reporter: jorgev, Unassigned)

Details

From bug 641864 comment #15, the Capture for JIRA add-on (https://addons.mozilla.org/developers/addon/capture-for-jira/versions) is stuck in an inconsistent state. It's both unlisted and inactive, which means it doesn't show up in the review queue and there's no way to correct its status. It's possible that this happens when an inactive (hidden) add-on is switched to Unlisted, and the inactive flag isn't flipped, though that's just my best guess. We should fix the cause of this inconsistency, but also correct the status of the affected add-ons. So far, it looks like there are only three: 576454 656164 663876
Hi Jorge, Can someone please have a look on this. The issue blocking us from starting the next round of the review. Thanks a lot! -- Cheers, Ignat.
Jason, can you please set inactive = 0 for add-ons with ID 576454, 656164, 663876?
Flags: needinfo?(jthomas)
:magopian r? UPDATE addons set inactive = 0 WHERE id IN (576454,656164,663876) ?
Flags: needinfo?(magopian)
MySQL [addons_mozilla_org]> UPDATE addons set inactive = 0 WHERE id IN (576454,656164,663876); Query OK, 3 rows affected (0.02 sec) Rows matched: 3 Changed: 3 Warnings: 0
Flags: needinfo?(jthomas)
@Ignat: I see your add-on in the queue now. It should be reviewed soon.
Jorge, Jason, thanks a lot! I can see the add-on in the queue.
Sorry for the late answer, yes Jason this looks good to me ;)
Flags: needinfo?(magopian)
Product: addons.mozilla.org → addons.mozilla.org Graveyard
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → INCOMPLETE
You need to log in before you can comment on or make changes to this bug.