HOR-3214
Removed User validation to do not truncate importation process when the user does not exists in the target workspace.
This commit is contained in:
@@ -321,9 +321,6 @@ class WebEntry
|
|||||||
//Verify if User is assigned to Task
|
//Verify if User is assigned to Task
|
||||||
$projectUser = new \ProcessMaker\BusinessModel\ProjectUser();
|
$projectUser = new \ProcessMaker\BusinessModel\ProjectUser();
|
||||||
|
|
||||||
if (!$projectUser->userIsAssignedToTask($arrayData["USR_UID"], $arrayDataMain["TAS_UID"])) {
|
|
||||||
//throw new \Exception(\G::LoadTranslation("ID_USER_DOES_NOT_HAVE_ACTIVITY_ASSIGNED", array($arrayUserData["USR_USERNAME"], $arrayTaskData["TAS_TITLE"])));
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
} catch (\Exception $e) {
|
} catch (\Exception $e) {
|
||||||
throw $e;
|
throw $e;
|
||||||
|
|||||||
Reference in New Issue
Block a user