fix that free shifts become green

main
msquare 8 years ago
parent 94cc01d4ce
commit 9e804ba91a

@ -63,7 +63,7 @@ class ShiftSignupState {
switch ($this->state) { switch ($this->state) {
case ShiftSignupState::ANGELTYPE: case ShiftSignupState::ANGELTYPE:
case ShiftSignupState::OCCUPIED: case ShiftSignupState::FREE:
$this->state = $shiftSignupState->getState(); $this->state = $shiftSignupState->getState();
} }
} }

Loading…
Cancel
Save