Closed (fixed)
Project:
Party
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
7 Jan 2013 at 16:17 UTC
Updated:
24 Jan 2013 at 13:10 UTC
Jump to comment: Most recent file
To build the form including the AJAXy bits, we process a default value from the form submit values and from variable_get(). These currently run the wrong way round (variable get overrides form state) meaning changes to the data set don't update the form until you hit save, at which point you have to go back in to update the field with the new data set.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1882246-fix_party_name_label_entity_field_form.patch | 1.2 KB | andrewbelcher |
Comments
Comment #1
andrewbelcher commentedComment #2
rlmumfordThanks!