removing PMGmail
This commit is contained in:
@@ -284,16 +284,6 @@ class AppDelegation extends BaseAppDelegation
|
||||
$actionsByEmail->sendActionsByEmail($data, $dataAbe);
|
||||
}
|
||||
}
|
||||
|
||||
try {
|
||||
$pmGoogle = new PmGoogleApi();
|
||||
if ($pmGoogle->getServiceGmailStatus()) {
|
||||
$Pmgmail = new \ProcessMaker\BusinessModel\Pmgmail();
|
||||
$Pmgmail->gmailsForRouting($usrUid, $tasUid, $appUid, $delIndex, $isSubprocess);
|
||||
}
|
||||
} catch (Exception $oError) {
|
||||
error_log($oError->getMessage());
|
||||
}
|
||||
}
|
||||
|
||||
if ($flagActionsByEmail) {
|
||||
|
||||
@@ -2,18 +2,13 @@
|
||||
|
||||
use Illuminate\Filesystem\Filesystem;
|
||||
use Illuminate\Support\Facades\Log;
|
||||
use ProcessMaker\Core\System;
|
||||
use ProcessMaker\PDF\TCPDFHeaderFooter;
|
||||
|
||||
class OutputDocument extends BaseOutputDocument
|
||||
{
|
||||
public function __construct()
|
||||
{
|
||||
$javaInput = PATH_C . 'javaBridgePM' . PATH_SEP . 'input' . PATH_SEP;
|
||||
$javaOutput = PATH_C . 'javaBridgePM' . PATH_SEP . 'output' . PATH_SEP;
|
||||
|
||||
G::mk_dir($javaInput);
|
||||
G::mk_dir($javaOutput);
|
||||
}
|
||||
|
||||
public function getByUid($sOutDocUid)
|
||||
@@ -1159,7 +1154,7 @@ class OutputDocument extends BaseOutputDocument
|
||||
// Save the CSS file
|
||||
file_put_contents(K_PATH_FONTS . 'fonts.css', $css);
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Set and build if header options exist.
|
||||
* @param TCPDFHeaderFooter $pdf
|
||||
|
||||
Reference in New Issue
Block a user