The button names "Save" and "Delete Selected" are wrapped in t() calls which makes them translatable – which is all good. However, the function taxonomy_batch_operations_form_submit() looks for the untranslated values ('Save' instead of t('Save')) which will make the form break if those strings are translated.

Also, the same function uses $_POST['op'] which is depracated in favor of form_values['op'].

Attached is a patch that fixes this.

CommentFileSizeAuthor
taxonomy_batch_operations-form_ops.patch839 byteszoo33

Comments

dicreat’s picture

Status: Active » Fixed

Thanks! It's realy work!

Anonymous’s picture

Status: Fixed » Closed (fixed)
Christefano-oldaccount’s picture

Status: Closed (fixed) » Needs review

This needs to be an open issue for it to be considered.

TBarregren’s picture

I have added this patch to the patch bundle.

TBarregren’s picture

Assigned: Unassigned » TBarregren
Status: Needs review » Fixed

I have committed the patch bundle, and released a stable version 1.0.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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