-
-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
get_form_list is bypassed #168
Comments
In my case i must use condition_dict, but the problem about get_form_list still is a question. |
Please could somebody give some love to this issue? You just need to change the the line It would be really useful to be able to fully configure the list of forms of my wizard. Using the |
This looks like a duplicate of #62, which hasn't been merged because it doesn't include automated tests. |
This change has caused a lot of people a problem, see #220, can this be reverted? |
This reverts commit 533a830.
Hi,
I'm trying to implement conditionnal steps in my WizardView, using get_form_list to return the needed list of steps.
When I do this, formtools raises an exception trying to access a step in the form_list class attribute.
Line 409 of file
formtools/wizard/views.py
:Don't the get_form_list method should be called everytime formtools needs the form_list instead of accessing the property?
The text was updated successfully, but these errors were encountered: