Closed Bug 729189 Opened 12 years ago Closed 12 years ago

[Marketplace] Redirect to correct submission step

Categories

(addons.mozilla.org Graveyard :: Developer Pages, defect, P1)

defect

Tracking

(Not tracked)

VERIFIED FIXED

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: nobody → amckay
This also covers adding a view to redirect to a step.
(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.
https://github.com/mozilla/zamboni/commit/a615ba
https://github.com/mozilla/zamboni/commit/4a44d2
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
verified fixed.
Status: RESOLVED → VERIFIED
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.