Skip to content

Commit

Permalink
#2076 Set audit root with case ID
Browse files Browse the repository at this point in the history
  • Loading branch information
To-om committed Jun 14, 2021
1 parent 97f3bac commit 31de338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thehive/app/org/thp/thehive/services/AuditSrv.scala
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ class AuditSrv @Inject() (
object AuditOps {

implicit class VertexDefs(traversal: Traversal[Vertex, Vertex, IdentityConverter[Vertex]]) {
def share: Traversal.V[Share] = traversal.coalesceIdent(_.in[ShareObservable], _.in[ShareTask], _.in[ShareCase]).v[Share]
def share: Traversal.V[Share] = traversal.coalesceIdent(_.in[ShareObservable], _.in[ShareTask], _.in[ShareCase], _.identity).v[Share]
}

implicit class AuditOpsDefs(traversal: Traversal.V[Audit]) {
Expand Down

0 comments on commit 31de338

Please sign in to comment.