Skip to content

Commit c46aa48

Browse files
author
Vikas Agarwal
committed
Github issue#2275, Automatically change project status based on project plan activity
— Changed back to `reviewed` status instead of `in_review`
1 parent a5689e3 commit c46aa48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/projects/actions/project.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ export function updatePhase(projectId, phaseId, updatedProps, phaseIndex) {
452452
) {
453453
dispatch(
454454
updateProject(projectId, {
455-
status: PROJECT_STATUS_IN_REVIEW
455+
status: PHASE_STATUS_REVIEWED
456456
}, true)
457457
)
458458
}

0 commit comments

Comments
 (0)