Details
-
Bug
-
Resolution: Unresolved
-
None
-
None
-
Medium
-
Empty show more show less
Description
description
as described in TS-3711 acces to the follwoing two route is not possible with an API user:
/editor/taskid/[ID]/file/package
editor/task/[ID]/excelreimport
Together with Axel we had a short check in code.
There we found 2 times the same line
$isUserPm = $this->task->getPmGuid() == $this->user->getUserGuid();
which should be the reason that call is not possible over the API.