Reviewed & tested by the community
Project:
Tracker 2
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
5 Jul 2009 at 18:14 UTC
Updated:
20 Jun 2012 at 20:07 UTC
Jump to comment: Most recent file
Comments
Comment #1
gaellafond commentedHi Bluetegu,
Thanks for your patch. I'm currently using Drupal 6 so I create an other one very similar to yours.
http://drupal.org/node/762962
Gael
Comment #2
quotesbro commentedComment #3
quotesbro commentedPatch for 6.x-1.1
Comment #4
quotesbro commentedComment #5
jeffschulerThe patch in #3 didn't work for me, in allowing non-admin users with appropriate permissions to access their own tracker.
access arguments should get an array of permissions. Since we want logic in there, I made it a callback. Actually, there was already a
_tracker2_user_access(), not being used, so I've modified and used that.Comment #6
quotesbro commented#5 works fine and looks very reasonable.