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: 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@…> 13 years ago.
patch to allow backwards traversal in FormWizard

Download all attachments as: .zip

Change History (6)

Changed 13 years ago by Anand Kumria <wildfire@…>

Attachment: form_wizard.diff added

patch to allow backwards traversal in FormWizard

comment:1 Changed 13 years ago by Russell Keith-Magee

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

comment:2 Changed 12 years ago by Luke Plant

Type: New feature

comment:3 Changed 12 years ago by Luke Plant

Severity: Normal

comment:4 Changed 12 years ago by Valentin Golev

Cc: me@… added
Easy pickings: unset

comment:5 Changed 12 years ago by Jannis Leidel

Resolution: fixed
Status: newclosed

Superseded by #9200.

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