Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
cnasikas committed Oct 8, 2020
1 parent 44b48a2 commit ef85273
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 ef85273

Please sign in to comment.