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

mrfelton’s picture

Status: Active » Fixed

Resolved 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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.