symphonycms / symphony-3

Symphony 3.0 ftw
http://symphony-cms.com
MIT License
33 stars 18 forks source link

Overrides and Defaults don't appear to be working. #61

Open allen opened 14 years ago

allen commented 14 years ago

e.g.

'overrides' => array ( 'account' => '{$event-save-user-account-id}', ), 'defaults' => array ( 'account' => '{$event-save-user-account-id}', ),

When debugging the form submission for the above example the {$event-save-user-account-id} param has be set but the account field is still not set by the chained event.