Closed
Bug 824734
Opened 13 years ago
Closed 13 years ago
Don't allow the developer to edit their app name for packaged apps
Categories
(Marketplace Graveyard :: Developer Pages, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
2013-01-10
People
(Reporter: robhudson, Assigned: robhudson)
References
Details
Firefox OS does a validation check to make sure the name in the package manifest matches the name in the mini-manifest. If they don't match FxOS throws an error and refuses to install the app. For this reason, we need to make the package manifest's name be the sole source of truth.
This does raise some other questions and other work to be done:
* If the developer uploads a new version with a different name in the package manifest, we would need to update the app name in our database so it matches when we display the app on search pages, etc. (But only at reviewer approval time)
* If the developer deletes a version and the prior version has a different app name in the package manifest, update the db name.
* Blocklisting will also need to assume the app name so these match.
Updated•13 years ago
|
Assignee: nobody → robhudson.mozbugs
Priority: -- → P3
Updated•13 years ago
|
Target Milestone: --- → 2013-01-03
| Assignee | ||
Comment 1•13 years ago
|
||
I made some progress on this but got distracted by other bugs and didn't finish the last bit.
Work in progress branch:
https://github.com/robhudson/zamboni/tree/824734-cannot-edit-name
Target Milestone: 2013-01-03 → 2013-01-10
| Assignee | ||
Comment 2•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 3•13 years ago
|
||
FYI: bug 828738 will open up name edits via updates in the manifest.
You need to log in
before you can comment on or make changes to this bug.
Description
•