Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Blocker
-
Resolution: Fixed/Completed
-
Affects Version/s: 1.1
-
Fix Version/s: 1.1
-
Component/s: None
-
Labels:None
Description
The %%cid%% strings in menu links (tabs: Contact Summary, Activities, Relationships?) are not being replaced by actual contact ids.
I tried to fix it on the spot, but got totally confused ? self::$_params in CRM/Utils/Menu.php?s 445th line is an empty array, while addParam() definitely gets called with 'cid' and seems to set the self::$_params properly.
Sorry for breaking Drupal-PHP5 sandbox, I wanted to see whether it?s not my local issue (please update sandbox after fixing this bug).