Closed (fixed)
Project:
Ubercart
Version:
7.x-3.x-dev
Component:
Products
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
11 Sep 2013 at 18:33 UTC
Updated:
1 Oct 2013 at 07:11 UTC
Jump to comment: Most recent file
uc_product_node_access() in 7.x was renamed from uc_product_access() in 6.x, but the permissions it checks such as "create products", "edit all products", "edit own products", "delete all products", "delete own products", and variants for product classes, simply do not exist. Instead node.module handles all permission checks for product content in 7.x. This is documented at https://drupal.org/node/224333#hook_node_access but must have been overlooked in the 6>7 upgrade process.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 2086951-remove-uc_product_node_access.patch | 1.19 KB | longwave |
Comments
Comment #1
longwaveComment #2
longwaveCommitted.