Added GLPI_TICKET_ID to case after ticket creation via simplified interface

Added GLPI_ITEM_TYPE to case at ticket creation via simplified interface
Fixed problem of ticket text in simplified interface
Fixed problem of viewing pm task when task is too high in simplified interface
Created scripts folder and moved importUsersGLPI2PM.php into it
Set version to 3.1.6
This commit is contained in:
tomolimo
2017-09-01 10:47:29 +02:00
parent 1a29ccc1c6
commit 8168c7a8ed
6 changed files with 36 additions and 26 deletions

View File

@@ -100,7 +100,7 @@ function plugin_version_processmaker() {
global $LANG;
return array ('name' => 'Process Maker',
'version' => '3.1.5',
'version' => '3.1.6',
'author' => 'Olivier Moron',
'homepage' => '',
'minGlpiVersion' => '9.1');