I've successfully applied the patches from http://drupal.org/node/103171 and this module is working great for me. Thanks for the great module. I've got a few requests that I might be able to make some time to submit patches for.

The first is adding a " - Choose an action - " option in the VIEWS_BULK_OPS_STEP_VIEW action select box. The exact language and format could be different, but an initial "0" state that helps direct the user might be a good addition to the interface. This would probably also require a quick addition to the validate function.

Comments

seanbfuller’s picture

Status: Active » Needs review
StatusFileSize
new2.2 KB

Here's a small patch to add this functionality. I created a form element on the settings page where admins can define the text for this element. If this is left blank, the "0" state option is not added, leaving the functionality as-is. Needs review.

seanbfuller’s picture

Just realized that the previous patch had an error in how the text was being populated, resulting in it being hard-coded. Fixed and updated. Sorry about that.

seanbfuller’s picture

StatusFileSize
new2.21 KB

And here is the patch for the previous post.

seanbfuller’s picture

StatusFileSize
new2.13 KB

After more testing I found that the $options = array(); line was causing problems and broke the confirmation page (although I'm not sure why). I'm pretty sure this patch fixes the problem, but I'll report back if my bug shows up again.

This patch just removes that line. Up for review for whenever someone might need it.

infojunkie’s picture

Assigned: Unassigned » infojunkie
Status: Needs review » Fixed

Simplified the patch into a hardcoded string that can be changed using the .po file mechanism. Should be good enough for now. Thanks for the effort.

Anonymous’s picture

Status: Fixed » Closed (fixed)