Closed (fixed)
Project:
Bean (for Drupal 7)
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Jun 2011 at 13:18 UTC
Updated:
4 Jul 2011 at 13:41 UTC
When used in conjunction with another module that alters the form's submit/validation handlers, bean's own own handlers no longer get called. This other module is doing it in the correct way:
// Validation and submit function.
$form['#validate'][] = 'manualcrop_validate_crop_selection';
$form['#submit'][] = 'manualcrop_save_crop_selection';
Comments
Comment #1
mrfelton commentedResolved in http://drupalcode.org/project/bean.git/commitdiff/f83f707?hp=b2bc09a7575...
I also took the liberty of adding a delete button onto the dean edit form.