Skip to content
Commit 2be747a7 authored by Jesse Beach's avatar Jesse Beach
Browse files

The form piece returned by AJAX is not being run through form_builder, so...

The form piece returned by AJAX is not being run through form_builder, so #array_parents is not being set.

When #array_parents is not set to at least an empty array(), theme_container does not copy the value from ['#id'] to ['#attributes']['id'].

In this case, the styles hung off of a few ids were no longer applying because the ids were not being printed in the structure.

I fixed this by moving the ids to ['#attributes']['id'] from ['#id'] in three cases.
parent efd01cea
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment