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)
addons.mozilla.org Graveyard
Collections
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.
Updated•15 years ago
|
Target Milestone: --- → 5.11.9
Comment 1•15 years ago
|
||
We should figure out why the original creator did not retain ownership.
Priority: -- → P2
Assignee | ||
Updated•15 years ago
|
Assignee: nobody → jbalogh
Assignee | ||
Comment 2•15 years ago
|
||
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
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
•