There SugarCRM and it is necessary to export data to Exel / Calc. I found that she can export herself to .csv, which will do. But when you select the data for export and click the "Export" button, a page appears with the contents of "Export off.". At the same time in the config all parameters say that export is enabled. Tell me how to turn it on, if it is still off? And how to export data if it’s not about the settings?
- Found! In addition to config.php, there is also a config_override.php in which there is a line ... admin_export_only '] = true, replaced with false and everything worked. - Sebastian Pereiro
- I wonder if config_override.php is generated on the fly from some additional configs = \ - Sebastian Pereiro
|