Skip to content

Commit 0b9afe7

Browse files
author
Vikas Agarwal
committed
Disabled the scope change work flow for the immediate release of query param support for smart scope forms.
1 parent e54c7ba commit 0b9afe7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/routes/projects/update.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,8 @@ const validateUpdates = (existingProject, updatedProps, req) => {
124124
case PROJECT_STATUS.ACTIVE:
125125
case PROJECT_STATUS.PAUSED: {
126126
if (isScopeUpdated(existingProject, updatedProps)) {
127-
errors.push(`Scope changes are not allowed for '${existingProject.status}' project`);
127+
// TODO commented to disable the scope change flow for immediate release
128+
// errors.push(`Scope changes are not allowed for '${existingProject.status}' project`);
128129
}
129130
break;
130131
}

0 commit comments

Comments
 (0)