use entity link rather than hard-coded
authorbenjamin <benjamin>
Tue, 5 Dec 2023 12:55:01 +0000 (12:55 +0000)
committerbenjamin <benjamin>
Tue, 5 Dec 2023 12:55:46 +0000 (12:55 +0000)
ext/standaloneusers/managed/SavedSearch_Administer_Users.mgd.php

index 2deece4d88388803b2bdbae80d3c554e9bc59f2d..0a8dc334a76189502307e4bd0e7d30691ed12ee3 100644 (file)
@@ -73,9 +73,8 @@ return [
               'label' => E::ts('Username'),
               'sortable' => TRUE,
               'link' => [
-                'path' => '/civicrm/admin/user#?User1=[id]',
-                'entity' => '',
-                'action' => '',
+                'entity' => 'User',
+                'action' => 'update',
                 'join' => '',
                 'target' => 'crm-popup',
               ],