This is the default input mask I get for creating a poll as a user: https://skitch.com/marc.seeger/gdkhj/user-create-poll-commons-qa
This is the input mask for an administrator: https://skitch.com/marc.seeger/gdkhs/admin-create-poll-commons-qa

I think the user should be able to set the body too.

internally tracked as SP-911

Comments

lightsurge’s picture

This is also a pain because an authenticated user can still upload an image to a poll, but not actually insert it anywhere - so it never gets used.

mstef’s picture

Field permissions are missing for field_poll_body.

Patch coming.

mstef’s picture

Status: Active » Needs review
StatusFileSize
new2 KB
ezra-g’s picture

Status: Needs review » Needs work

With the patch in #3, anonymous users can view poll options but not the poll body - This is inconsistent.

ezra-g’s picture

Status: Needs work » Needs review
StatusFileSize
new2.79 KB

Here's a revision that grants view permissions on the body to both anonymous and authenticated users.

On an architectural note: It's not clear to me why the Poll content type needs a body field separate from the core body field.

mstef’s picture

Looks good

ezra-g’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Issue summary: View changes

added internal bug nr