Reputation: 2737
I'm using suitecrm (a sugarcrm fork) version 5.3.3, when I click on "contacts" or any other module, at the upper menu, I see nothing. however, when clicking on "serach" with empty parameters I do get the full list of contacts.
any idea what could cause such a bug? possibly a caching issue??
thanks
Upvotes: 0
Views: 734
Reputation: 1292
The question that I think you're trying to ask is you are not getting list view of any module when click on any module from the navigation bar but when you do search with empty parameter you are getting the list .
you can check your config_override.php
file for Disable Automatic Searches status
$sugar_config['save_query'] = 'populate_only';
For more info on this please refer the below links
Upvotes: 2