Closed
Bug 1055555
Opened 11 years ago
Closed 10 years ago
Apps list is not displayed when logging in from the My Apps page
Categories
(Marketplace Graveyard :: Consumer Pages, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: julian.mozbugs, Assigned: mstriemer)
References
()
Details
Steps to reproduce:
1. Load My Apps page logged out https://marketplace-altdev.allizom.org/purchases
2. Sign in with a valid user that already has purchased/installed some apps.
Expected results:
The list of apps is displayed after sign in.
Actual results:
The list is not displayed. The list is displayed if the page is reloaded.
Notes/Issues:
Verified on FF34 (Win 7).
Screencast for this issue http://screencast.com/t/2udCeh9p3
Updated•11 years ago
|
Component: Integration → Consumer Pages
Priority: -- → P3
Updated•10 years ago
|
Assignee: nobody → ashort
Updated•10 years ago
|
Assignee: ashort → kngo
Assignee | ||
Comment 1•10 years ago
|
||
After Persona login the views are reloaded (`require('views').reload()`) [1] but they aren't reloaded after FxA login [2]. This seems like it might be the cause.
[1] https://github.com/mozilla/fireplace/blob/babd43893d871f0499d2352ddb7064a2ad963844/src/media/js/commonplace/login.js#L210
[2] https://github.com/mozilla/fireplace/blob/babd43893d871f0499d2352ddb7064a2ad963844/src/media/js/commonplace/login.js#L119-L127
Comment 2•10 years ago
|
||
I ran into this when upgrading stats for FxA, and just hacked something in: https://github.com/mozilla/marketplace-stats/commit/786bf0e4709943d7e8a648a6684a30c2b06dfbd9
Assignee | ||
Updated•10 years ago
|
Assignee: kngo → mstriemer
Assignee | ||
Comment 3•10 years ago
|
||
Status: NEW → ASSIGNED
Assignee | ||
Comment 4•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 5•10 years ago
|
||
Verified as fixed in https://marketplace-dev.allizom.org/purchases on FF36 (Win 7).
Postfix screncast http://screencast.com/t/HK82OD2WXvj
Closing bug.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•