diff --git a/thehive/app/org/thp/thehive/services/CaseTemplateSrv.scala b/thehive/app/org/thp/thehive/services/CaseTemplateSrv.scala index 6d660b8b01..3160db8278 100644 --- a/thehive/app/org/thp/thehive/services/CaseTemplateSrv.scala +++ b/thehive/app/org/thp/thehive/services/CaseTemplateSrv.scala @@ -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