Skip to content

Commit

Permalink
Added filtering of prosjekter with Lifecycle "Avsluttet" on Homepage (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Petterandre authored Sep 18, 2020
1 parent c67a021 commit 956b5db
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 @@ -255,6 +255,7 @@ export class DataAdapter {
.getByTitle(strings.ProjectsListName)
.items
.select('GtGroupId', 'GtSiteId', 'GtSiteUrl', 'GtProjectOwnerId', 'GtProjectManagerId', 'GtProjectPhaseText')
.filter('GtProjectLifecycleStatus ne \'Avsluttet\'')
.orderBy('Title')
.usingCaching()
.get<ISPProjectItem[]>(),
Expand Down

0 comments on commit 956b5db

Please sign in to comment.