Skip to content

Commit

Permalink
#1427 Fix case template visibility check
Browse files Browse the repository at this point in the history
  • Loading branch information
To-om committed Jul 9, 2020
1 parent 94d70b7 commit 4f0a85b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion thehive/app/org/thp/thehive/services/CaseTemplateSrv.scala
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ class CaseTemplateSteps(raw: GremlinScala[Vertex])(implicit @Named("with-thehive
if (authContext.permissions.contains(permission))
this.filter(
_.outTo[CaseTemplateOrganisation]
.inTo[RoleOrganisation]
.has("name", authContext.organisation)
)
else
Expand Down

0 comments on commit 4f0a85b

Please sign in to comment.