Closed (duplicate)
Project:
Taxonomy Term Permissions
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 May 2012 at 15:43 UTC
Updated:
16 Mar 2016 at 17:08 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
salihcenap commentedSubscribing...
Comment #2
francescogiannico commentedSame problem here...
Any Ideas?
Francesco
Comment #3
75300 commentedSame for me: changing settings seems to have no effect. Drupal 7.14.
Comment #4
sad8c commentedI think i've found the problem. I use this module on the site with russian language as main. And my button submit translation is another then 'Save'. I wrapped the 'Save' value in hook_submit in t() function an it started work.
Comment #5
Exlord commentedsame for me ... line 214 and 231 changing
$form_state['values']['op']=='Save'to$form_state['values']['op']==t('Save')solves my problem ...Comment #6
misc commentedAdded patch against latest dev.
Comment #7
roborn commentedDuplicate of #1904276: Does not save permissions in non-English language