From f0c74ce60a3b8ac67a17065e7db174f405c12a48 Mon Sep 17 00:00:00 2001 From: Mathias Oterhals Myklebust Date: Mon, 28 Oct 2024 11:57:54 +0100 Subject: [PATCH] feat(CustomerCase): add usage note to consultants field in project info --- studioShared/schemas/fields/customerCaseProjectInfo.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/studioShared/schemas/fields/customerCaseProjectInfo.ts b/studioShared/schemas/fields/customerCaseProjectInfo.ts index 358fb5e42..b3208fe5e 100644 --- a/studioShared/schemas/fields/customerCaseProjectInfo.ts +++ b/studioShared/schemas/fields/customerCaseProjectInfo.ts @@ -36,7 +36,8 @@ export const customerCaseProjectInfo = defineField({ defineField({ // TODO: We should be able to select the consultants from a list name: "consultants", - description: "The consultants for the project", + description: + "The consultants for the project. Use the identifier before '@' in the employee email (e.g. 'oms' for 'oms@variant.no').", type: "array", of: [{ type: "string" }], }),