Closed (fixed)
Project:
CRM Core Pathauto
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
29 Dec 2014 at 17:08 UTC
Updated:
14 Jan 2015 at 10:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
t0xicCode commentedComment #2
lendudeCouple of issues that needed fixing.
Needed to check module_exists. Doing that for both crm_core modules now so removed the dependency from .info
To get the right patterns back from pathauto the call to pathauto needed the real module name not this modules name, otherwise it would return the contact pattern for activities.
Updated the comments a bit to be more verbose.
Fixed some typos.
Committed to the sandbox
Comment #3
lendudeMarking as fixed, let me know if your testing turns up anything.
Comment #4
t0xicCode commentedIt seems that crm_core 0.980 changed the name of the tokens. Applying this patch on top of the one in #2 completely fixes the issue.
Comment #5
lendudeYeah I was working on an older version. Updated to latest CRM Core version and got the errors too.
#4 also pushed to sandbox.