Change record status: 
Project: 
Introduced in branch: 
8.x-4.x
Introduced in version: 
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