Skip to content

Commit

Permalink
#1731 Fix share filter
Browse files Browse the repository at this point in the history
  • Loading branch information
To-om committed Feb 17, 2021
1 parent c78dcbb commit 02e6ef7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ScalliGraph
2 changes: 1 addition & 1 deletion thehive/app/org/thp/thehive/controllers/v0/ShareCtrl.scala
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ class ShareCtrl @Inject() (
.get(EntityIdOrName(caseId))
.shares
.visible
.filterNot(_.get(request.organisation))
.filterNot(_.organisation.current)
.richShare
.toSeq

Expand Down

0 comments on commit 02e6ef7

Please sign in to comment.