Skip to content

Commit

Permalink
#1324 Deduplicate dashboards
Browse files Browse the repository at this point in the history
  • Loading branch information
To-om committed May 23, 2020
1 parent 9d313b3 commit cab0d3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ScalliGraph
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class DashboardCtrl @Inject() (
union(dashboardSrv)(
t => organisationSrv.steps(db.labelFilter(organisationSrv.model)(t))(graph).get(authContext.organisation).dashboards,
t => userSrv.steps(db.labelFilter(userSrv.model)(t))(graph).current(authContext).dashboards
)(graph)
)(graph).dedup
)

override val getQuery: ParamQuery[IdOrName] = Query.initWithParam[IdOrName, DashboardSteps](
Expand Down

0 comments on commit cab0d3d

Please sign in to comment.