In the setting of the term choose role and click save. Go into the editing term and all the checkboxes blank.
Drupal 7.12
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | save_value_of_submit-1559522-2.patch | 1.25 KB | misc |
In the setting of the term choose role and click save. Go into the editing term and all the checkboxes blank.
Drupal 7.12
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | save_value_of_submit-1559522-2.patch | 1.25 KB | misc |
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