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:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user