Finalized Change and Problem management for proceses

Added parent-case info and sub-case info in Case main tab
Added DB structure to caselink to be able to re-assign, impersonate task user, and to force synchronous calls
Set Version to 3.3.1
This commit is contained in:
tomolimo
2018-08-06 16:12:16 +02:00
parent 08689c1c29
commit 60beb4cca0
16 changed files with 1335 additions and 660 deletions

View File

@@ -9,8 +9,8 @@ function plugin_init_processmaker() {
$PLUGIN_HOOKS['csrf_compliant']['processmaker'] = true;
// $objects = ['Ticket', 'Change', 'Problem'];
$objects = ['Ticket'];
$objects = ['Ticket', 'Change', 'Problem'];
// $objects = ['Ticket'];
Plugin::registerClass('PluginProcessmakerProcessmaker');
@@ -124,7 +124,7 @@ function plugin_init_processmaker() {
// Get the name and the version of the plugin - Needed
function plugin_version_processmaker() {
return array ('name' => 'Process Maker',
'version' => '3.3.0',
'version' => '3.3.1',
'author' => 'Olivier Moron',
'homepage' => 'https://github.com/tomolimo/processmaker',
'minGlpiVersion' => '9.1');