Download & Extend

Patch to not require Checkbox Validate module for Legal module

Project:Legal
Version:5.x-1.9
Component:Code
Category:feature request
Priority:normal
Assigned:Unassigned
Status:closed (won't fix)

Issue Summary

I always preferred not installing modules unless absolutely necessary. This patch will remove the dependency for the Checkbox Validate module.

Comments

#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".

AttachmentSize
legal.module.patch 876 bytes
legal.info_.patch 538 bytes

#2

Status:patch (to be ported)» needs review

Status changed. Does this patch simply include the code for the Checkbox Validate module or does it implement this functionality a different way?

#3

Status:needs review» closed (won't fix)

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.