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
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!