Opened 14 years ago

Closed 13 years ago

#12884 closed New feature (fixed)

Allow a FormWizard to go backward through the form list

Reported by: Anand Kumria <wildfire@…> 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)

form_wizard.diff (1.4 KB ) - added by Anand Kumria <wildfire@…> 14 years ago.
patch to allow backwards traversal in FormWizard

Download all attachments as: .zip

Change History (6)

by Anand Kumria <wildfire@…>, 14 years ago

Attachment: form_wizard.diff added

patch to allow backwards traversal in FormWizard

comment:1 by Russell Keith-Magee, 14 years ago

milestone: 1.2
Needs documentation: set
Needs tests: set
Patch needs improvement: set
Triage Stage: UnreviewedAccepted

comment:2 by Luke Plant, 13 years ago

Type: New feature

comment:3 by Luke Plant, 13 years ago

Severity: Normal

comment:4 by Valentin Golev, 13 years ago

Cc: me@… added
Easy pickings: unset

comment:5 by Jannis Leidel, 13 years ago

Resolution: fixed
Status: newclosed

Superseded by #9200.

Note: See TracTickets for help on using tickets.
Back to Top