From 924cf8468cb8b5c4e418d8be9f45a26e08dfe387 Mon Sep 17 00:00:00 2001 From: Vikas Agarwal Date: Thu, 6 Jun 2019 17:32:19 +0530 Subject: [PATCH] =?UTF-8?q?Github=20issue#3090,=20Direct=20Invited=20Just-?= =?UTF-8?q?Registered=20Users=20to=20All=20Projects=20Dashboard=20?= =?UTF-8?q?=E2=80=94=20Fixed,=20as=20per=20discussion=20in=20team=20call,?= =?UTF-8?q?=20now=20we=20would=20redirect=20all=20users=20to=20`All=20Proj?= =?UTF-8?q?ects`=20by=20default.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/constants.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/config/constants.js b/src/config/constants.js index 1a919b577..366d9f189 100644 --- a/src/config/constants.js +++ b/src/config/constants.js @@ -513,8 +513,7 @@ export const PHASE_STATUS = [ // this defines default criteria to filter projects for projects list export const PROJECT_LIST_DEFAULT_CRITERIA = { - sort: 'updatedAt desc', - status: PROJECT_STATUS_ACTIVE + sort: 'updatedAt desc' } export const NOTIFICATION_TYPE = {