Feature #7416
Fallback mechanism
| Status: | Resolved | Start date: | 2010-04-22 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Reinhard Führicht | % Done: | 0% |
|
| Category: | PreProcessor | |||
| Target version: | Beta 4 (v0.9.7) | |||
| Votes: | 0 |
Description
Seems there are some problems with PreProcessors and Markers in multistep forms.
e.G.
I have validation errors after submitting Step-1. The internal CurrentStep is set to Step-2 after submitting Step-1.
Its not set back to Step-1 internaly, so the Markers for Step-1 are not set and its empty.
History
Updated by Reinhard Führicht almost 3 years ago
- Status changed from New to Resolved
- Assignee set to Reinhard Führicht
Markers in step 1 will work by now.
PreProcessors are designed to be only called the first time the form shows, so they will definitely be only called once!