Skip to content

Commit ef85273

Browse files
committed
Fix bug
1 parent 44b48a2 commit ef85273

File tree

4 files changed

+414
-30
lines changed

4 files changed

+414
-30
lines changed

x-pack/plugins/case/server/routes/api/cases/post_case.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export function initPostCaseApi({
6666
actionAt: createdDate,
6767
actionBy: { username, full_name, email },
6868
caseId: newCase.id,
69-
fields: ['description', 'status', 'tags', 'title'],
69+
fields: ['description', 'status', 'tags', 'title', 'connector'],
7070
newValue: JSON.stringify(query),
7171
}),
7272
],

0 commit comments

Comments
 (0)