I had a need to allow users of a certain role to edit boxes in a certain context. I didn't see a way to change the access check for boxes except perhaps by changing extending Spaces class. This may be what is required, but for the time being I created a patch.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

glennpratt’s picture

Status: Active » Needs review
FileSize
874 bytes

Patch attached.

pdrake’s picture

Here is this patch, re-rolled against the latest 6.x-1.x-dev.

glennpratt’s picture

@pdrake, the patch should be relative to the project directory. We've seen some awesome bugs from root relative patches... :)

git diff --relative from the project.

pdrake’s picture

Yes, it should. Re-rolled and attached.