diff --git a/SharePointFramework/PortfolioWebParts/src/data/index.ts b/SharePointFramework/PortfolioWebParts/src/data/index.ts index 0b8114d36..fc4c0f84f 100644 --- a/SharePointFramework/PortfolioWebParts/src/data/index.ts +++ b/SharePointFramework/PortfolioWebParts/src/data/index.ts @@ -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(),