adding search data values to the front list model for search
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 16 Jan 2018 20:59:50 +0000 (15:59 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 16 Jan 2018 20:59:50 +0000 (15:59 -0500)
sending the search values from the model to the view file for contacts list to preserve the
search in the search text field

models/front/contacts/list.php

index 7390f3c..25f0d9f 100644 (file)
@@ -369,6 +369,8 @@ class GlmMembersFront_contacts_list extends GlmDataContacts
             'membersList' => $membersList,
             'haveContacts' => $haveContacts,
             'contacts' => $list,
+            'filterName'=> $filterName,
+            'filterOrganization' => $filterOrganization,
             'numbContacts' => $numbContacts,
             'contactID' => $contactID,
             'contactInfo' => $contactInfo,