Closed
Bug 729189
Opened 13 years ago
Closed 13 years ago
[Marketplace] Redirect to correct submission step
Categories
(addons.mozilla.org Graveyard :: Developer Pages, defect, P1)
addons.mozilla.org Graveyard
Developer Pages
Tracking
(Not tracked)
VERIFIED
FIXED
6.4.3
People
(Reporter: cvan, Assigned: andy+bugzilla)
References
Details
* This should prevent users from being able to skip to edit/management pages if their apps are incomplete.
* Also if I try to skip to `/developers/submit/app/details/<app_slug>` and I haven't completed `/developers/submit/app/payments/<app_slug>` then it should also redirect you back to the details step (if that's where you left off).
Things worth noting:
- AppSubmissionChecklist model: https://github.com/mozilla/zamboni/blob/master/mkt/submit/models.py#L7
- Modify @dev_required to support AppSubmissionChecklist: https://github.com/mozilla/zamboni/blob/master/mkt/developers/decorators.py#L38
- Modify @submit_step to redirect to correct step: https://github.com/mozilla/zamboni/blob/master/mkt/developers/decorators.py#L38
| Assignee | ||
Updated•13 years ago
|
Assignee: nobody → amckay
| Reporter | ||
Comment 1•13 years ago
|
||
This also covers adding a view to redirect to a step.
| Reporter | ||
Comment 2•13 years ago
|
||
(In reply to Chris Van Wiemeersch [:cvan] from comment #1)
> This also covers adding a view to redirect to a step.
To *resume* the submission process - that is, the "Resume" link accessible from "My Submissions" page.
| Assignee | ||
Comment 3•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
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
•