Closed (fixed)
Project:
Taxonomy Batch Operations
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
5 Jun 2007 at 09:06 UTC
Updated:
21 Feb 2008 at 23:14 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| taxonomy_batch_operations-form_ops.patch | 839 bytes | zoo33 |
Comments
Comment #1
dicreat commentedThanks! It's realy work!
Comment #2
(not verified) commentedComment #3
Christefano-oldaccount commentedThis needs to be an open issue for it to be considered.
Comment #4
TBarregren commentedI have added this patch to the patch bundle.
Comment #5
TBarregren commentedI have committed the patch bundle, and released a stable version 1.0.
Comment #6
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.