I've found that this module doesn't work very well with the internationalization module. Every time you translate a string contented in any of the labels used by an operation it looses all the settings for all bulk operation views. This is because the key used for the array containing the data for each operation is its label. I enclose a patch that fixes this problem by using the callback function instead. I added some t() functions in other places so you don't need to add a specific i18n variable the labels translated to any language other than English.

Comments

infojunkie’s picture

Version: 5.x-1.0-beta5 » 5.x-1.x-dev
Status: Needs review » Fixed

Thanks robert I committed the patch in the latest dev release.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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

v1nce’s picture

Assigned: robertgarrigos » Unassigned
Priority: Normal » Critical
Status: Closed (fixed) » Needs review
StatusFileSize
new725 bytes

When using the new Drupal 6 compatible versions of Workflow and Actions (versions 5.x-2.x), the Operations tab of a bulk operations view does not pull all the available triggers.

The attached patch fixes this issue.

infojunkie’s picture

Status: Needs review » Fixed

The original issue is committed and the latest comment has been moved to a new issue http://drupal.org/node/252848.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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