Submit a form at any step with validation errors, and the progress display block disappears. I can reproduce it every time, haven't figured out why yet.

Comments

stBorchert’s picture

Status: Active » Needs review

Hm, funny. I knew about this behavior and thought several days about how to fix this but couldn't find a solution.
But right now while looking at the code again, I tried something new and that fixed it :) Thanks for the reminder!

Committed to 7.x-1.x-dev: http://drupalcode.org/project/msnf.git/commit/9a531d5.

WorldFallz’s picture

just took this for a quick test drive and I'm still seeing the block disappear. I'm on my way out, but i pulled the current dev code, verified the changes were there, and cleared the cache. Not sure what else might need to be done but I'll have more time to check it out again later.

Thanks for the quick response!

stBorchert’s picture

Status: Needs review » Fixed

Fixed in release 7.x-1.6.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

blairski’s picture

Status: Closed (fixed) » Needs work

this is still an issue. I've also used the latest dev version and the steps are still disappearing when there is a validation error. I've checked the module code against the above commit and it all appears to be there.

tregismoreira’s picture

Priority: Normal » Major

Hello @stBorchert, how are you?

There is no 7.x-1.6 release of this module yet and (as @blairski said before) the dev version still have this problem. I inspected the code of dev version and saw that your code wasn't commited to there.

So, when do you plan to commit this code? Assuming that it's a boring problem (since the block is disappears), I guess that this is an important issue. So I'm changing the priority of this to "major".

If do you any need help, please let us know ;)

tregismoreira’s picture

Actually, sorry... I checked the module again and realized that the code is implemented. but the problem with the 'progress block' still there :/

tregismoreira’s picture

Hey, look at this another issue #2022925: $form_state and $form are empty when validation return errors. That is the problem!

tregismoreira’s picture

Can anybody help us?

tregismoreira’s picture

Hey, guys. The patch #3 here #2022925: $form_state and $form are empty when validation return errors solves this issue too (as I said before, it's the same problem).

bradjones1’s picture

Issue summary: View changes
Status: Needs work » Closed (fixed)

Looks like there was a patch made early on with this and the follow-up comments may owe to a different issue, which is linked; changing back to fixed. If there's a new bug or a regression, open a new ticket so as not to clog this one.