From d9d776d2f0afa807fdbfd630a979c17838bec07d Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Tue, 16 Jan 2018 15:59:50 -0500 Subject: [PATCH] adding search data values to the front list model for search 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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/models/front/contacts/list.php b/models/front/contacts/list.php index 7390f3c..25f0d9f 100644 --- a/models/front/contacts/list.php +++ b/models/front/contacts/list.php @@ -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, -- 2.17.1