Skip to content

Commit

Permalink
[Security Solution][Case] Fix bug when changing connectors (#80002)
Browse files Browse the repository at this point in the history
  • Loading branch information
cnasikas committed Oct 9, 2020
1 parent f5fc765 commit 85ad8a4
Show file tree
Hide file tree
Showing 4 changed files with 414 additions and 30 deletions.
2 changes: 1 addition & 1 deletion x-pack/plugins/case/server/routes/api/cases/post_case.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export function initPostCaseApi({
actionAt: createdDate,
actionBy: { username, full_name, email },
caseId: newCase.id,
fields: ['description', 'status', 'tags', 'title'],
fields: ['description', 'status', 'tags', 'title', 'connector'],
newValue: JSON.stringify(query),
}),
],
Expand Down
Loading

0 comments on commit 85ad8a4

Please sign in to comment.