Closed (fixed)
Project:
CiviNode And Civinode CCK
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
2 Feb 2007 at 21:48 UTC
Updated:
16 Feb 2007 at 22:32 UTC
The AJAX callbacks require the permission "View CiviNodes", but it isn't defined in civinode_perm(). This looks to be a simple oversight in the backporting of recent improvements. Solution: add this perm in.
| Comment | File | Size | Author |
|---|---|---|---|
| civinode-perm.patch | 545 bytes | nedjo |
Comments
Comment #1
Torenware commentedHm... right you are. I'd better check HEAD as well, since this was probably fixed in my private SVN repository and not propogated.
I've applied your patch and checked it in. Thanks.
R
Comment #2
Torenware commentedOne minor change: I looked at 5.0, and see that I did indeed catch this issue and fix it. But since I took the nodifying code out, I changed the name of the permission to "View CiviCRM Data", which better describes what the permission does.
I've now backported this to 4.7 for consistency.
Comment #3
(not verified) commented