Is there a way to remove the search memory?
For example when I perform a search in the Contacts when I return to the contacts that it is no longer using the previous search?
Thanks
Is there a way to remove the search memory?
For example when I perform a search in the Contacts when I return to the contacts that it is no longer using the previous search?
Thanks
Click the Clear button next to the search button. That will clear it.
Cheers,
Max
I would like it to be cleared by default so that I don't have to clear it. When I logout and come back I would like it to have a clean search by default.
Thanks
This needs some code modifications
Farkhad Rakhimzhanov
E-mail: farkhad@gmail.com
Skype: rakikama
SuperTimesheet and Invoicing — timesheet tool with invoicing for SugarCRM.
Book time against Cases, Project Tasks and Projects.
Create invoice regarding booked time, print it in PDF or HTML,
customize template as you like.
Any idea on what those code modifications are?
I am working on that now. It is a harder problem than I first thought.Originally Posted by bbzbryce
Kenneth Brill - Help Forum Moderator
I do not respond to 'Private Messages'. Please email me directly instead
When asking for help, PLEASE give us your Server Information and Version Numbers as asked for on the 'Post New Message' screen as well as any JavaScript errors shown at the bottom of the browser window.
Help us Help You
Any status update on this?
Thanks
just go on modules/the_module_you_want_to_change/ListView.php and comment this lines.
PHP Code:/*$storeQuery = new StoreQuery();
if(!isset($_REQUEST['query'])){
$storeQuery->loadQuery($currentModule);
$storeQuery->populateRequest();
}else{
$storeQuery->saveFromGet($currentModule);
}*/
Thanks for the reply. That's great for individual modules. I actually was able to trace it easily from there and find this in the config.php file:
'save_query' => 'all',
If you change the value 'all' to something else, such as
'save_query' => 'no',
then this will not save any queries for any of the modules.
Thanks for everyone's help.
Ken (and SUGAR TEAM) -- this would be a nice option to have in the ADMIN panel.Originally Posted by bbzbryce
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks