Closed Bug 592764 Opened 15 years ago Closed 15 years ago

My collection with a second manager is no longer owned by me on next.addons.mozilla.org

Categories

(addons.mozilla.org Graveyard :: Collections, defect, P2)

defect

Tracking

(Not tracked)

RESOLVED WONTFIX
5.11.9

People

(Reporter: kbrosnan, Assigned: jbalogh)

Details

(Whiteboard: [testday09012010])

I have a collection https://addons.mozilla.org/en-US/firefox/collection/kbrosnan and have made Brian King a manager. On next.addons.mozilla.org the collection url is https://next.addons.mozilla.org/en-US/firefox/collections/kinger/kbrosnan/ . On next.amo the only permission I have is to add or remove extensions from the list. Using next.amo I am no longer the manager of the collection, Brian is. Additionally the collection does not show up in the list of my collections on next.amo.
Target Milestone: --- → 5.11.9
We should figure out why the original creator did not retain ownership.
Priority: -- → P2
Assignee: nobody → jbalogh
mysql> select cu.*,username from collections_users cu inner join users on cu.user_id=users.id where collection_id=11 order by id; +----+---------------+---------+------+---------------+ | id | collection_id | user_id | role | username | +----+---------------+---------+------+---------------+ | 10 | 11 | 158 | 1 | kinger | | 11 | 11 | 19650 | 1 | kevin-brosnan | +----+---------------+---------+------+---------------+ 2 rows in set (0.00 sec) We don't know which one came first. Kevin: If you want to avoid this problem in production, you can demote kinger before we change this tomorrow.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → WONTFIX
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.