Hi,
all of the permissions "send to users in the xyz category" are not stored and, of course, not given to the users. Whenever I check the appropriate checkboxes in admin/user/permissions and submit the page, the checkboxes are empty again after the page has been loaded.
No problem with any other permission.
I'm using the dev version of 2008-08-01 in Drupal 6.4.
Comments
Comment #1
Garnerin commentedSorry, my oversight: The 2008-08-01 version is the 5.x-2.x-dev branch. With Drupal 6.4, I'm using 6.x-1.x-dev of 2008-Jul-31, of course.
Comment #2
oadaeh commentedWhat are the actual names of the categories and the permissions they represent?
Comment #3
Garnerin commentedThat's the point, of course, the names, thank you! All of my category names contained double quotes! Now, I've removed them, and the permissions are stored and effective, as expected.
Perhaps you could add this knowledge to admin/build/mass_contact/add and append a warning to the description of the category name field, something like "Do not use double quotes."
Now I can say: Kudos to you, great module!
Comment #4
oadaeh commentedOkay, I'll add something about that. I'll probably need to verify what is allowed first. I suspect single quotes are also not allowed.
Comment #5
oadaeh commentedPermissions are working correctly for me both with single quotes and double quotes, so I'm closing this as fixed.