Closed (fixed)
Project:
Pathauto
Version:
5.x-2.3
Component:
User interface
Priority:
Minor
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
25 Jun 2009 at 17:51 UTC
Updated:
12 Jul 2009 at 12:00 UTC
What does the "notify of path changes" perm do for you in access control/permissions for the pathauto module? I don't see it doing anything in the module code. I am missing something. Just want to know.
Thanks much!
Shrop
Comments
Comment #1
Freso commentedThe "notify of path changes" specifies whether the user is allowed to see messages concerning... changed path aliases. E.g. when a node is created or updated, Pathauto will tell you that a path alias has been created. The checks for this permission are all in the pathauto.inc file, so you can see how it's used in the code there. Happy code diggin'! :)
Comment #2
shrop commentedAhh.. makes sense. I will check out the code too. Thanks!