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

Garnerin’s picture

Sorry, 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.

oadaeh’s picture

Status: Active » Postponed (maintainer needs more info)

What are the actual names of the categories and the permissions they represent?

Garnerin’s picture

That'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!

oadaeh’s picture

Component: Miscellaneous » Documentation
Assigned: Unassigned » oadaeh
Category: bug » support
Status: Postponed (maintainer needs more info) » Active

Okay, I'll add something about that. I'll probably need to verify what is allowed first. I suspect single quotes are also not allowed.

oadaeh’s picture

Status: Active » Closed (fixed)

Permissions are working correctly for me both with single quotes and double quotes, so I'm closing this as fixed.