Closed
Bug 963525
Opened 12 years ago
Closed 11 years ago
[stage] Author name missing from app details page
Categories
(Marketplace Graveyard :: Consumer Pages, defect, P4)
Tracking
(Not tracked)
VERIFIED
FIXED
2014-03-11
People
(Reporter: RobertC, Assigned: mat)
Details
(Keywords: regression, Whiteboard: [fromAutomation])
Attachments
(2 files)
Steps:
1. Go to https://marketplace.allizom.org/
2. Search for solitaire
3. Open first application
Expected result:
All page elements are present
Actual result:
Author name is missing
Note: This issue is also present in other applications
| Reporter | ||
Comment 1•12 years ago
|
||
| Reporter | ||
Updated•12 years ago
|
Keywords: regression
Whiteboard: [fromAutomation]
| Assignee | ||
Comment 2•12 years ago
|
||
I removed the fallback we had on the developer name because it was doing additional queries and hurt performance, it now exclusively takes it from the manifest. I'll look into those apps, but developer name in manifest has been a requirement for submitting apps to the Marketplace for quite some time now.
| Assignee | ||
Updated•12 years ago
|
Assignee: nobody → mpillard
| Assignee | ||
Comment 3•12 years ago
|
||
We need to run ./manage.py process_addons --settings=settings_local_mkt --task=update_developer_name in dev/stage/prod ; this should fix the issue, but I need to wait for someone with the right credentials to do this.
Status: NEW → ASSIGNED
| Assignee | ||
Comment 4•12 years ago
|
||
Since this didn't fix all the apps, I've patched the command to force a refresh of the manifest. We'll see if that helps stage on next push.
Target Milestone: --- → 2014-02-11
| Assignee | ||
Updated•12 years ago
|
Priority: -- → P4
| Assignee | ||
Comment 5•11 years ago
|
||
Stage db refresh fixed that.
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•11 years ago
|
Target Milestone: 2014-02-11 → 2014-03-11
Comment 6•11 years ago
|
||
Verified as fixed : http://screencast.com/t/DvT4bFAGLqLv
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•