Skip to content

Commit

Permalink
Merge pull request #45 from it-at-m/feature-1223-allow-same-seat-numbers
Browse files Browse the repository at this point in the history
feat(ZMS-1223): allow same seat numbers
  • Loading branch information
manjencic authored Dec 4, 2023
2 parents 41e476c + f99b786 commit e97e0f7
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 e97e0f7

Please sign in to comment.