Patch to not require Checkbox Validate module for Legal module
gsutcliffe - November 10, 2008 - 19:44
| Project: | Legal |
| Version: | 5.x-1.9 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | won't fix |
Description
I always preferred not installing modules unless absolutely necessary. This patch will remove the dependency for the Checkbox Validate module.

#1
Bug in the patch. It was checking the form before being submitted as well. Obviously bad. So here is the new patch. Is there anyway I can change the status? I meant to save it as "code needs review".
#2
Status changed. Does this patch simply include the code for the Checkbox Validate module or does it implement this functionality a different way?
#3
As long as the bug in Drupal core exists, checkbox_validate module is required. Duplicating code is the worst you can do. This won't fix.