Added a filter on TASK_USER.TU_TYPE to be sure that it searches for normal assignment (not adhoc)

Added default groups_id_tech (set to 0) when clearing a task
Set new version to 3.6.5
This commit is contained in:
tomolimo
2019-09-03 08:40:12 +02:00
parent fbd0239e4e
commit eb50535338
4 changed files with 7 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
<?php
define('PROCESSMAKER_VERSION', '3.6.4');
define('PROCESSMAKER_VERSION', '3.6.5');
// used for case cancellation
define("CANCEL", 256);