Skip to content
Snippets Groups Projects
Unverified Commit 79c0e088 authored by colemanw's avatar colemanw Committed by GitHub
Browse files

Revert "Add deprecation notice to hook_civicrm_links used by search forms"

parent a97aa37e
Branches 5.65
Tags 5.65.2
No related merge requests found
......@@ -309,11 +309,7 @@ class CRM_Core_Action {
}
if ($op && $objectName && $objectId) {
$oldLinks = $seqLinks;
CRM_Utils_Hook::links($op, $objectName, $objectId, $seqLinks, $mask, $values);
if ($oldLinks !== $seqLinks) {
Civi::log()->warning('Tabular screens that call hook_civicrm_links are being replaced by SearchKit. See https://docs.civicrm.org/dev/en/latest/hooks/hook_civicrm_links/#notes', ['civi.tag' => 'deprecated']);
}
}
$url = [];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment