Opened 15 years ago
Closed 13 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)
by , 15 years ago
Attachment: | form_wizard.diff added |
---|
comment:1 by , 15 years ago
milestone: | 1.2 |
---|---|
Needs documentation: | set |
Needs tests: | set |
Patch needs improvement: | set |
Triage Stage: | Unreviewed → Accepted |
comment:2 by , 14 years ago
Type: | → New feature |
---|
comment:3 by , 14 years ago
Severity: | → Normal |
---|
comment:4 by , 14 years ago
Cc: | added |
---|---|
Easy pickings: | unset |
Note:
See TracTickets
for help on using tickets.
patch to allow backwards traversal in FormWizard