webform_alt_ui restricts access to the default email configuration fields unnecessarily

// Hide the email settings
$form['email']['#access'] = FALSE;

This code should be removed so that users can configured the default email values for webforms.

Comments

jessebeach’s picture

This patch simply removes the $form['email']['#access'] override.

tamasd’s picture

Status: Active » Fixed

Merged

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Issue summary: View changes

was missing square brackets around '#access'