mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-15 11:42:15 +01:00
fix user name not displayed correctly for employee users in reporting
This commit is contained in:
@@ -10,6 +10,10 @@ function getCurrentUserId() {
|
||||
return page.props.auth.user.id;
|
||||
}
|
||||
|
||||
function getCurrentUser() {
|
||||
return page.props.auth.user;
|
||||
}
|
||||
|
||||
function getCurrentOrganizationId() {
|
||||
return page.props.auth.user.current_team_id;
|
||||
}
|
||||
@@ -31,4 +35,5 @@ export {
|
||||
getCurrentUserId,
|
||||
getCurrentMembershipId,
|
||||
getCurrentRole,
|
||||
getCurrentUser,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user