Support:Empty records retrieved
From dispage wiki
INFO Bug | |
---|---|
dispage extension | ModuleSurfer |
extension release | 1.0.03 |
priority | {{{priority}}} |
SugarCRM version | |
SugarCRM editions | |
Server OS | |
PHP version | |
DB Engine | |
MySQL version | |
Fix version | 1.1.00 |
Issue:
If the ListView Layout of a Module has been changed, there might be a visualization problem
Reasons:
ListView columns to display are not correctly retrieved due to a 1.0.03 Bug.
Solution:
The fix, scheduled for the next 1.0.04 release, is the following.
File: "<sugar_dir>>/custom/include/ModuleSurfer/data/TSWrapper.php" - line 146.
Replace
if (!$columnFields) {
to
if (!$columnFields || !array_filter($columnFields)) {