Users can submit location form even if the require fields (which has been set as 'require' by admin) are empty.
The bug takes place in the 'location_nodeapi' function, case 'validate', where $field_names array is not parsed correctly.

see the patch attached (works on CVS location.module 1.43 and 1.42 (for drupal 4.6 users))

Damien

CommentFileSizeAuthor
location.module.patch805 bytespitpit
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

pitpit’s picture

Status: Active » Needs review
moshe weitzman’s picture

Status: Needs review » Closed (fixed)

required fields and form validation are different now with form api