Skip to content

Commit

Permalink
feat(ZMS-1223): dont check seat number
Browse files Browse the repository at this point in the history
  • Loading branch information
manjencic authored Dec 4, 2023
1 parent d098455 commit f44afbf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion zmsapi/src/Zmsapi/WorkstationUpdate.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ public function readResponse(
$input = Validator::input()->isJson()->assertValid()->getValue();
$entity = new \BO\Zmsentities\Workstation($input);
$entity->testValid();
Helper\User::testWorkstationAssigend($entity, $resolveReferences);
Helper\User::testWorkstationIsOveraged($entity);
if ($entity->getUseraccount()->id != $currentWorkstation->getUseraccount()->id) {
throw new Exception\Workstation\WorkstationAccessFailed();
Expand Down

0 comments on commit f44afbf

Please sign in to comment.