-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(CustomerCase): fetch employees by email instead of alias
since we don't know if aliases are unique across countries
- Loading branch information
Showing
4 changed files
with
67 additions
and
76 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
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
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 |
---|---|---|
|
@@ -37,7 +37,7 @@ export const customerCaseProjectInfo = defineField({ | |
// TODO: We should be able to select the consultants from a list | ||
name: "consultants", | ||
description: | ||
"The consultants for the project. Use the identifier before '@' in the employee email (e.g. 'oms' for '[email protected]').", | ||
"The consultants for the project. Use employee emails (e.g. '[email protected]').", | ||
type: "array", | ||
of: [{ type: "string" }], | ||
}), | ||
|