Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Fixed/Completed
-
Affects Version/s: 2.2.0
-
Fix Version/s: 2.2.1
-
Component/s: Drupal Integration Modules
-
Labels:None
Description
civicirm/drupal/modules/views/civicrm/civicrm_handler_field_link_event.inc
extra question mark after event/info causing link to render as "civicrm/event/info??id=.."
// LINKING TO EVENT INFO
- case 'page':
if (user_access('view event info') && $link_text !== NULL && $link_text !== '') {
return civicrm_views_href( $link_text, - 'civicrm/event/info?',
"id={$values->id}&reset=1" );
}
case 'page':
if (user_access('view event info') && $link_text !== NULL && $link_text !== '') {
return civicrm_views_href( $link_text,
+ 'civicrm/event/info',
"id={$values->id}&reset=1" );
}
Could not post a patch as I'm away from my dev workstation. sorry