Closed (fixed)
Project:
Commerce Wishlist v3
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
14 Jun 2015 at 11:41 UTC
Updated:
11 Dec 2015 at 10:14 UTC
Jump to comment: Most recent, Most recent file
Once all features are into place we should implement some of the access checks left at the TODO's in the code.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 2505843-implemented_access_checks-4.patch | 2.86 KB | neograph734 |
Comments
Comment #1
chadsten commentedWorth noting - currently, users can view other users' orders at the /user/uid/orders/orderid (only of wishlist status) if they have 'view others' wishlists' permission. I added a filter of status != wishlist in the standard line item view, but it still shows an order total from somewhere.
This may be fixed with user access/expected behavior, but I wanted to leave a record of it for us.
Comment #2
neograph734We could start implementing this, keeping the suggestion of #1 in mind.
Comment #3
neograph734Access checks for the block submodule were committed yesterday.
Comment #4
neograph734I believe this should cover it all...
Comment #5
neograph734Still need to have a look at #1 btw.
Comment #7
neograph734Got this committed. Still needs some checking.
Comment #8
neograph734#1 can no longer be reproduced, so I am closing this. Latest access issues will be handled in #2570953: Extending User Access.