-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Améliore l'interface de demandes de congés (#437)
- Loading branch information
1 parent
1b1d3ee
commit 93cb6fd
Showing
43 changed files
with
530 additions
and
344 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
src/Application/HumanResource/Leave/Query/GetLeaveRequestByIdQuery.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
import { IQuery } from 'src/Application/IQuery'; | ||
import { User } from 'src/Domain/HumanResource/User/User.entity'; | ||
|
||
export class GetLeaveRequestByIdQuery implements IQuery { | ||
constructor(public readonly id: string) {} | ||
constructor(public readonly id: string, public readonly currentUser: User) {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.