In the line 37-38 of wizard.inc, it says the following:

/**
 * Do NOT use #required => TRUE with these forms as that validation
 * cannot be skipped for the CANCEL button.
 */ 

This does not appear to be the case as the Cancel button has #limit_validation_errors' set, which causes the validation to be successfully bypassed. This patch removes the comment before it confuses anyone else.

CommentFileSizeAuthor
fix-comment-about-required.patch506 bytesbrianV
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

merlinofchaos’s picture

Status: Needs review » Fixed

Yeah, that's legacy. In the olden days you couldn't use #required but we've since figured that little thing out.

Status: Fixed » Closed (fixed)

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