The function entity_collection_access targets non existing permissions
return user_access("$op {$entity_collection->bundle} collections", $account);

Should be return user_access("$op {$entity_collection->bundle} entity collections", $account);

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

pontus_nilsson’s picture

This patch corrects the permission names.

pontus_nilsson’s picture

pontus_nilsson’s picture

Keeping my make file happy with a combined patch. Sorry for intruding on the issue queue :)

pontus_nilsson’s picture

#3 missed file rename. New patch.

pontus_nilsson’s picture

Status: Needs review » Closed (fixed)

Permissions fixed in f43927e