Closed (fixed)
Project:
Boxes
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
3 Nov 2011 at 04:03 UTC
Updated:
9 Feb 2012 at 20:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
e2thex commentedThis patch adds a check to see if the box has a full_form method, and if that method exists then it call and returned, instead of the standard form processing
Comment #2
e2thex commentedThis patch is the same as in #1 but it is a -p0 version for older drush make installs
Comment #3
e2thex commentedchange to calling the form method box_form
Comment #4
febbraro commentedThanks Erik.
http://drupalcode.org/project/boxes.git/commit/ce6c5b0
Comment #6
smithmilner commentedRerolled for d6 dev.
Comment #7
smithmilner commentedattaching it would be useful...
Comment #8
tirdadc commentedChanged it to box_form so it's consistent with the D7 version and committed.