Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Fixed/Completed
-
Affects Version/s: 2.1.2, 2.1
-
Fix Version/s: 2.1.4
-
Component/s: None
-
Labels:None
Description
took a long time to find ithis one
check: http://forum.civicrm.org/index.php/topic,5666.msg25121.html#msg25121
basically FilteringSelect.js is making a call to the url: civicrm/contact/view/rel?id=XXX&start=0
this sets the id to be XXX which affects the session and causes a blow up (due to a fair amount of staggered effects)
FilteringSelect.js should call the dataURL by default and not the browser url