Opened 13 years ago

Closed 13 years ago

#17023 closed Bug (fixed)

WizardView.process_step() is docummented twice

Reported by: Guilherme Gondim Owned by: nobody
Component: Documentation Version: dev
Severity: Normal Keywords: wizard
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

In the documentation for the Form Wizard the method WizardView.process_step(form) is documented twice, each one with a different content.

Change History (2)

comment:1 by Bas Peschier, 13 years ago

Triage Stage: UnreviewedAccepted

comment:2 by Ramiro Morales, 13 years ago

Resolution: fixed
Status: newclosed

In [16998]:

Fixed #17023 -- Unified WizardView process_step() documentation. Thanks semente for the report.

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