random improvements (#5382)
* remove permission check, as own timesheets should always be visible * new methods to create datetime * allow access to user roles in javascript * support class for dropdown actions * allow to edit internal rate * support human readable duration in export via user configuration * allow to order timesheet listing by user, exported and billable field * bump codecov action
This commit is contained in:
@@ -459,6 +459,7 @@ class LocaleFormatExtensionsTest extends TestCase
|
||||
'name' => null,
|
||||
'admin' => false,
|
||||
'superAdmin' => false,
|
||||
'roles' => [],
|
||||
],
|
||||
];
|
||||
$user = $this->createMock(User::class);
|
||||
@@ -488,6 +489,7 @@ class LocaleFormatExtensionsTest extends TestCase
|
||||
'name' => 'anonymous',
|
||||
'admin' => false,
|
||||
'superAdmin' => false,
|
||||
'roles' => [],
|
||||
],
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user