From 2c04e35bed483dfe31eda465345602a117054f44 Mon Sep 17 00:00:00 2001 From: msquare Date: Wed, 20 Dec 2017 23:05:46 +0100 Subject: introduce new shift signup state for not arrived angels --- includes/controller/shift_entries_controller.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'includes/controller') diff --git a/includes/controller/shift_entries_controller.php b/includes/controller/shift_entries_controller.php index 96967b1e..9ea25a79 100644 --- a/includes/controller/shift_entries_controller.php +++ b/includes/controller/shift_entries_controller.php @@ -191,6 +191,8 @@ function shift_entry_error_message(ShiftSignupState $shift_signup_state) { error(_('This shift is already occupied.')); } elseif ($shift_signup_state->getState() == ShiftSignupState::SHIFT_ENDED) { error(_('This shift ended already.')); + } elseif ($shift_signup_state->getState() == ShiftSignupState::NOT_ARRIVED) { + error(_('You are not marked as arrived.')); } elseif ($shift_signup_state->getState() == ShiftSignupState::SIGNED_UP) { error(_('You are signed up for this shift.')); } -- cgit v1.2.3-70-g09d2