Opened 13 years ago
Closed 12 years ago
#12884 closed New feature (fixed)
Allow a FormWizard to go backward through the form list
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | contrib.formtools | Version: | dev |
Severity: | Normal | Keywords: | form wizard patch backwards |
Cc: | me@… | Triage Stage: | Accepted |
Has patch: | yes | Needs documentation: | yes |
Needs tests: | yes | Patch needs improvement: | yes |
Easy pickings: | no | UI/UX: | no |
Description
The FormWizard, as designed, assume that users will only ever want to go forwards through the set of forms supplied.
That works in many situations, but not all. By seperating out whether or not a form is valid from whether or not we should advance to the next one, we can allow downstreams users to also allow reverse traversal through the set of forms.
Please find attached a minimal patch to achieve this.
Attachments (1)
Change History (6)
Changed 13 years ago by
Attachment: | form_wizard.diff added |
---|
comment:1 Changed 13 years ago by
milestone: | 1.2 |
---|---|
Needs documentation: | set |
Needs tests: | set |
Patch needs improvement: | set |
Triage Stage: | Unreviewed → Accepted |
comment:2 Changed 12 years ago by
Type: | → New feature |
---|
comment:3 Changed 12 years ago by
Severity: | → Normal |
---|
comment:4 Changed 12 years ago by
Cc: | me@… added |
---|---|
Easy pickings: | unset |
Note: See
TracTickets for help on using
tickets.
patch to allow backwards traversal in FormWizard