Skip to content
Snippets Groups Projects
Commit 3c98d2c0 authored by Satish's avatar Satish
Browse files

Fixes #865 - vt71 Report Migration issue

parent 48405d6d
No related branches found
No related tags found
No related merge requests found
......@@ -342,7 +342,7 @@ if (defined('VTIGER_UPGRADE')) {
}
//END::Supporting to store dashboard size
//START::Profile save failures because of Reports module
//START::Profile save failures because of Reports module entry is not available in the vtiger_profile2standardpermissions
$query = 'SELECT DISTINCT profileid FROM vtiger_profile';
$result = $adb->pquery($query, array());
......@@ -369,7 +369,7 @@ if (defined('VTIGER_UPGRADE')) {
}
}
}
//END::Profile save failures because of Reports module
//END::Profile save failures because of Reports module entry is not available in the vtiger_profile2standardpermissions
//START::Updating custom view and report columns, filters for createdtime and modifiedtime fields
$cvTables = array('vtiger_cvcolumnlist', 'vtiger_cvadvfilter');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment