By fenstrat on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
8.x-4.x
Introduced in version:
Issue links:
Description:
When using hook_form_alter() to alter client webforms the $form['#is_draft'] property was available. It has been removed.
The same information can be obtained either from the $form['#submission'], $form['details']['finished']['#value'] or from $form_state['values']['details']['finished'].
Impacts:
Module developers