From: Mathieu Lu Date: Sat, 9 Sep 2023 18:44:38 +0000 (-0400) Subject: GettingStarted: add token for System Status X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=98d72530fc3dce4308e428d6e0dac23c95ee6759;p=civicrm-core.git GettingStarted: add token for System Status --- diff --git a/CRM/Dashlet/Page/GettingStarted.php b/CRM/Dashlet/Page/GettingStarted.php index 69503748cc..5d1462c8d5 100644 --- a/CRM/Dashlet/Page/GettingStarted.php +++ b/CRM/Dashlet/Page/GettingStarted.php @@ -31,6 +31,7 @@ class CRM_Dashlet_Page_GettingStarted extends CRM_Core_Page { public static $_tokens = [ 'crmurl' => [ 'configbackend' => 'civicrm/admin/configtask', + 'systemstatus' => 'civicrm/a/#/status', ], ];