Closed (fixed)
Project:
Entity API
Version:
7.x-1.0-rc1
Component:
Code - misc
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Nov 2011 at 18:58 UTC
Updated:
10 Jan 2012 at 16:50 UTC
The documentation of entity_access() stats that the $op parameter of the access callback should be one of 'view', 'update', 'create' or 'delete', but in entity_metadata_taxonomy_access() $op == 'edit' is tested instead of $op == 'update'.
| Comment | File | Size | Author |
|---|---|---|---|
| 0001-entity-access-hook-is-update-not-edit.patch | 1 KB | paranojik |
Comments
Comment #1
fagothanks for catching this. committed.