Issue Details (XML | Word | Printable)

Key: CRM-5192
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed/Completed
Priority: Minor Minor
Assignee: Kurund Jalmi
Reporter: Tom Kirkpatrick
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
CiviCRM

Full text Search block does not work outside of CiviCRM

Created: 06/Oct/09 06:43 PM   Updated: 18/Dec/09 10:05 AM
Component/s: Drupal Integration Modules
Affects Version/s: 3.0
Fix Version/s: 3.0.2

Time Tracking:
Original Estimate: 15 minutes
Original Estimate - 15 minutes
Remaining Estimate: 15 minutes
Remaining Estimate - 15 minutes
Time Spent: Not Specified
Remaining Estimate - 15 minutes


 Description  « Hide
I think the reason is because the javascript variable cj is not loaded onto the page. The usually happens when civicrm_add_jquery() is called, but this does not happen unless you are in CiviCRM or on a CiviCRM form. hook_block should also force that to be called if the javascript is required for the block in question to function, whcih seems to be the case for the Full Text Search block.

 All   Comments   Work Log   Change History   FishEye      Sort Order: Ascending order - Click to sort in descending order
Kurund Jalmi added a comment - 07/Oct/09 05:26 PM
Current work around: Replace cj with $ and it should work.

Kiran Jagtap added a comment - 26/Oct/09 06:25 AM
Confirmed at r24502

Yashodha Chaku added a comment - 09/Nov/09 06:30 AM
assigning for 3.1 verification