MT-115 fix pmDrive

This commit is contained in:
dheeyi
2016-04-08 17:11:11 -04:00
parent e9cc21f847
commit aa4d812675
2 changed files with 19 additions and 1 deletions

View File

@@ -283,7 +283,24 @@ class PMLicensedFeatures
"url" => "",
"version" => ""
),
15 => array(),
15 => array(
"description" => "This Feature will allow to store all input, output and attached documents generated
in your processes in Google Drive.",
"enabled" => false,
"id" => "pmGoogleDrive",
"latest_version" => "",
"log" => null,
"name" => "pmGoogleDrive",
"nick" => "pmGoogleDrive",
"progress" => 0,
"publisher" => "Colosa",
"release_type" => "localRegistry",
"status" => "ready",
"store" => "00000000000000000000000000010015",
"type" => "features",
"url" => "",
"version" => ""
),
16 => array(
"description" => "Selective Import Export.",
"enabled" => false,

View File

@@ -61453,4 +61453,5 @@ INSERT INTO ADDONS_MANAGER (ADDON_DESCRIPTION,ADDON_ID,ADDON_NAME,ADDON_NICK,ADD
('Integration with Gmail','pmGmail','pmGmail','pmGmail','Colosa','localRegistry','ready','00000000000000000000000000010012','features','','','0'),
('User-based Language Management.','userBasedLanguage','userBasedLanguage','userBasedLanguage','Colosa','localRegistry','ready','00000000000000000000000000010013','features','','','0'),
('User-based Time Zone Management.','userBasedTimeZone','userBasedTimeZone','userBasedTimeZone','Colosa','localRegistry','ready','00000000000000000000000000010014','features','','','0'),
('This Feature will allow to store all input, output and attached documents generated in your processes in Google Drive.','pmGoogleDrive','pmGoogleDrive','pmGoogleDrive','Colosa','localRegistry','ready','00000000000000000000000000010015','features','','','0'),
('Selective Import Export.','selectiveImportExport','selectiveImportExport','selectiveImportExport','Colosa','localRegistry','ready','00000000000000000000000000010016','features','','','0');