symphony-3 icon indicating copy to clipboard operation
symphony-3 copied to clipboard

Overrides and Defaults don't appear to be working.

Open allen opened this issue 14 years ago • 0 comments

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.

allen avatar Jul 26 '10 02:07 allen