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
0bf9a72c
Commit
0bf9a72c
authored
7 years ago
by
Satish
Browse files
Options
Downloads
Patches
Plain Diff
Added hook to stop migration if non ported extension found
parent
80fd64f3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
layouts/v7/modules/Migration/MigrationPostProcess.tpl
+28
-0
28 additions, 0 deletions
layouts/v7/modules/Migration/MigrationPostProcess.tpl
modules/Migration/views/Index.php
+1
-1
1 addition, 1 deletion
modules/Migration/views/Index.php
with
29 additions
and
1 deletion
layouts/v7/modules/Migration/MigrationPostProcess.tpl
0 → 100644
+
28
−
0
View file @
0bf9a72c
{*+**********************************************************************************
* The contents of this file are subject to the vtiger CRM Public License Version 1.1
* ("License"); You may not use this file except in compliance with the License
* The Original Code is: vtiger CRM Open Source
* The Initial Developer of the Original Code is vtiger.
* Portions created by vtiger are Copyright (C) vtiger.
* All Rights Reserved.
************************************************************************************}
{
strip
}
<center>
<footer
class=
"noprint"
>
<div
class=
"vtFooter"
>
<p>
{
vtranslate
(
'POWEREDBY'
)
}
{
$VTIGER_VERSION
}
©
2004 -
{
date
(
'Y'
)
}
<a
href=
"//www.vtiger.com"
target=
"_blank"
>
vtiger.com
</a>
|
<a
href=
"#"
onclick=
"window.open('copyright.html', 'copyright', 'height=115,width=575').moveTo(210, 620)"
>
{
vtranslate
(
'LBL_READ_LICENSE'
)
}
</a>
|
<a
href=
"https://www.vtiger.com/privacy-policy"
target=
"_blank"
>
{
vtranslate
(
'LBL_PRIVACY_POLICY'
)
}
</a>
</p>
</div>
</footer>
</center>
{
include
file
=
'JSResources.tpl'
|@
vtemplate_path
}
</div>
{/
strip
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
modules/Migration/views/Index.php
+
1
−
1
View file @
0bf9a72c
...
...
@@ -55,7 +55,7 @@ class Migration_Index_View extends Vtiger_Basic_View {
public
function
postProcess
(
Vtiger_Request
$request
)
{
$viewer
=
$this
->
getViewer
(
$request
);
$moduleName
=
$request
->
getModule
();
$viewer
->
view
(
'
Install
PostProcess.tpl'
,
'Install'
);
$viewer
->
view
(
'
Migration
PostProcess.tpl'
,
$moduleName
);
}
public
function
getHeaderCss
(
Vtiger_Request
$request
)
{
...
...
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