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
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | 1320980-commons_poll-add-body-field-permissions-b.patch | 2.79 KB | ezra-g |
| #3 | commons_poll-add-body-field-permissions-1320980.patch | 2 KB | mstef |
Comments
Comment #1
lightsurge commentedThis 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.
Comment #2
mstef commentedField permissions are missing for field_poll_body.
Patch coming.
Comment #3
mstef commentedComment #4
ezra-g commentedWith the patch in #3, anonymous users can view poll options but not the poll body - This is inconsistent.
Comment #5
ezra-g commentedHere'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.
Comment #6
mstef commentedLooks good
Comment #7
ezra-g commentedCommitted based on #6: http://drupalcode.org/project/commons.git/commit/8bfbf6e
Comment #8.0
(not verified) commentedadded internal bug nr