From: Anthony Talarico Date: Tue, 16 Jan 2018 20:59:50 +0000 (-0500) Subject: adding search data values to the front list model for search X-Git-Tag: v1.1.7^2~12 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=d9d776d2f0afa807fdbfd630a979c17838bec07d;p=WP-Plugins%2Fglm-member-db-contacts.git 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 --- 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,