3 declare(strict_types=1);
40 if (is_null(self::$instance)) {
44 return self::$instance;
74 'permission' =>
'read',
75 'cmd' => ControlFlowCommand::DEFAULT,
98 $t_arr = explode(
'_', $a_target);
99 if ($t_arr[0] !==
'etal' || ((
int) $t_arr[1]) <= 0) {
102 if ($access->canRead(intval($t_arr[1]))) {
126 if ($currentUserId === 6) {
131 if (!$this->talkPositionSettings->isActive()) {
135 $positions = $this->ua->getPositionsOfUserId($currentUserId);
138 if ($talkParticipant === null) {
139 foreach ($positions as $position) {
142 $isAbleToExecuteOperation = array_reduce($permissionSet->getOperations(),
function (
bool $prev,
ilOrgUnitOperation $it) {
143 return $prev || $it->getOperationString() === EmployeeTalkPositionAccessLevel::CREATE;
147 if (!$isAbleToExecuteOperation) {
159 return $this->hasAuthorityAndOperationPermissionOverUser($talkParticipant, EmployeeTalkPositionAccessLevel::CREATE);
168 return $this->hasAuthorityAndOperationPermissionOverUser(
new ilObjUser($userId), EmployeeTalkPositionAccessLevel::VIEW);
184 if ($currentUserId === 6) {
189 return intval($talk->getOwner()) === $currentUserId;
209 if ($user === $talk->getOwner()) {
213 if ($this->container->rbac()->review()->isAssigned(
227 if ($currentUserId === 6) {
232 if (!$this->talkPositionSettings->isActive()) {
237 $series = $talk->getParent();
238 $hasAuthority = $this->hasAuthorityAndOperationPermissionOverUser(
new ilObjUser($talk->getData()->getEmployee()), $operation);
239 $data = $talk->getData();
240 $seriesSettings = $this->seriesSettingsRepository->readEmployeeTalkSerieSettings($series->getId());
241 $canExecuteOperation = $this->orgUnitAccess->checkPositionAccess($operation, $refId);
242 $isOwner = $talk->getOwner() === $currentUserId;
248 if ($currentUserId ===
$data->getEmployee()) {
250 if ($operation !== EmployeeTalkPositionAccessLevel::VIEW) {
259 if ($seriesSettings->isLockedEditing() && $operation === EmployeeTalkPositionAccessLevel::EDIT) {
264 if (!$hasAuthority) {
269 if ($canExecuteOperation) {
284 return !$this->
canEdit($ref_id);
292 return $this->container->user()->getId();
295 private function hasAuthorityAndOperationPermissionOverUser(
ilObjUser $user,
string $operation):
bool 297 $myStaffAccess = ilMyStaffAccess::getInstance();
299 $userId = $user->
getId();
304 $managedOrgUnitUsersOfUserByPosition = $myStaffAccess->getUsersForUserPerPosition($currentUserId);
306 foreach ($managedOrgUnitUsersOfUserByPosition as $position => $managedOrgUnitUserByPosition) {
309 $isAbleToExecuteOperation = array_reduce($permissionSet->getOperations(),
function (
bool $prev,
ilOrgUnitOperation $it) use ($operation) {
310 return $prev || $it->getOperationString() === $operation;
313 if (!$isAbleToExecuteOperation) {
317 foreach ($managedOrgUnitUserByPosition as $managedOrgUnitUser) {
318 if (intval($managedOrgUnitUser) === $userId) {
ilOrgUnitObjectTypePositionSetting $talkPositionSettings
ilOrgUnitUserAssignmentQueries $ua
IlOrgUnitPositionAccess $orgUnitAccess
ilOrgUnitGlobalSettings $set
isPermittedToExecuteOperation(int $refId, string $operation)
static getTemplateSetForContextName(string $context_name, string $position_id, bool $editable=false)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
IliasDBEmployeeTalkSeriesRepository $seriesSettingsRepository
static _checkGoto($a_target)
Customizing of pimple-DIC for ILIAS.
isTalkReadonlyByCurrentUser(int $ref_id)
static _getCommands()
get commands
canCreate(?ilObjUser $talkParticipant=null)
Checks if the user is allowed to create a new talks series.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
if(!defined('PATH_SEPARATOR')) $GLOBALS['_PEAR_default_error_mode']
canEditTalkLockStatus(int $refId)
hasPermissionToReadUnownedTalksOfUser(int $userId)
static _isOffline($a_obj_id)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...