The Field Permissions module exposes certain permissions based on the CCK field editing form. To make Admin Role work with Field Permissions, you need to add the form_id 'content_field_edit_form' to the list of forms which triggers the admin role permissions rebuild. Attached is a patch which accomplished that goal.

CommentFileSizeAuthor
adminrole.module.patch502 bytesjoelstein
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Ivo.Radulovski’s picture

very nice

joelstein’s picture

Any possibility of getting this patch committed?

Dave Reid’s picture

Status: Needs review » Needs work

Would it better to support a hook of some kind that is invoked from Field Permissions?

joelstein’s picture

Perhaps... but it could take awhile to get something like that done, whereas this patch gets it done today. :)

Since Admin Role has a limited shelf life (as it's part of D7), I think something like this is just fine.

NancyDru’s picture

Issue summary: View changes
Status: Needs work » Closed (outdated)