Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
vtigercrm
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
Welcome to Vtiger Community. To gain access for account, please contact [ community @ vtiger.com ]
Show more breadcrumbs
Maurice Courtois
vtigercrm
Commits
3c98d2c0
Commit
3c98d2c0
authored
7 years ago
by
Satish
Browse files
Options
Downloads
Patches
Plain Diff
Fixes #865 - vt71 Report Migration issue
parent
48405d6d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/Migration/schema/701_to_710.php
+2
-2
2 additions, 2 deletions
modules/Migration/schema/701_to_710.php
with
2 additions
and
2 deletions
modules/Migration/schema/701_to_710.php
+
2
−
2
View file @
3c98d2c0
...
...
@@ -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'
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment