Only one running timesheet: automatically stop others (#386)
This commit is contained in:
@@ -66,7 +66,7 @@ class TimesheetControllerTest extends APIControllerBaseTest
|
||||
|
||||
public function testPostAction()
|
||||
{
|
||||
$client = $this->getClientForAuthenticatedUser(User::ROLE_USER);
|
||||
$client = $this->getClientForAuthenticatedUser(User::ROLE_ADMIN);
|
||||
$data = [
|
||||
'activity' => 1,
|
||||
'project' => 1,
|
||||
|
||||
Reference in New Issue
Block a user