JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
clicking "I'm starting now" leaves you looking at that task (instead of bringing...
[contractor-progress.git] / tasks.php
index e4a8b50..ed35222 100644 (file)
--- a/tasks.php
+++ b/tasks.php
@@ -355,8 +355,8 @@ function tasks_edit_main() {
                        return './';
                }
                db_update('tasks', 'state', TASK_WORKING, 'where id=%i', $id);
-               message('OK, client locked out of modifying that one.');
-               return './';
+               message('Task marked as "in progress".');
+               return './tasks?tasks_id=' . $id;
        }
 
        if(isset($_REQUEST['tasks_needs_testing_id'])) {