Skip to content

Commit

Permalink
Fix for Missing projects on the front page #364
Browse files Browse the repository at this point in the history
  • Loading branch information
tarjeieo committed Jan 22, 2021
1 parent 5d259bf commit a7269b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SharePointFramework/PortfolioWebParts/src/data/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,7 @@ export class DataAdapter {
// eslint-disable-next-line quotes
.filter("GtProjectLifecycleStatus ne 'Avsluttet'")
.orderBy('Title')
.top(500)
.usingCaching()
.get<ISPProjectItem[]>(),
MSGraph.Get<IGraphGroup[]>(
Expand Down

0 comments on commit a7269b8

Please sign in to comment.