send most action links thru hook_civicrm_links
[civicrm-core.git] / CRM / Event / Selector / Search.php
index 4055b261a314dc1a020fd0aef12c9656b95aa23b..4961d18e1b4a3acd9f59644cefa5ec8ac3e62207 100644 (file)
@@ -367,7 +367,12 @@ class CRM_Event_Selector_Search extends CRM_Core_Selector_Base implements CRM_Co
           'id' => $result->participant_id,
           'cid' => $result->contact_id,
           'cxt' => $this->_context,
-        )
+        ),
+        ts('more'),
+        FALSE,
+        'participant.selector.row',
+        'Participant',
+        $result->participant_id
       );