Fix another place weight is not passed
authorEileen McNaughton <emcnaughton@wikimedia.org>
Wed, 5 Jul 2023 01:29:41 +0000 (13:29 +1200)
committerEileen McNaughton <emcnaughton@wikimedia.org>
Wed, 5 Jul 2023 01:29:41 +0000 (13:29 +1200)
CRM/Contact/Selector.php

index 3f4035144a39fdbe1d631dc796a0d2732d848601..863a4c5dd8ed27d6844ce49825a3ffd63a2047ed 100644 (file)
@@ -312,6 +312,7 @@ class CRM_Contact_Selector extends CRM_Core_Selector_Base implements CRM_Core_Se
             'title' => $value['title'],
             'ref' => $value['ref'],
             'class' => $value['class'] ?? NULL,
+            'weight' => $value['weight'],
           ];
         }
       }