Skip to content

Commit 0f71588

Browse files
committed
#3494 bug wp status in cr
1 parent a60d2ac commit 0f71588

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/backend/src/services/change-requests.services.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1237,7 +1237,7 @@ export default class ChangeRequestsService {
12371237
data: {
12381238
scopeChangeRequest: { connect: { scopeCrId: createdCR.scopeChangeRequest!.scopeCrId } },
12391239
name,
1240-
status: WBS_Element_Status.INACTIVE,
1240+
status: WBS_Element_Status.ACTIVE,
12411241
proposedDescriptionBulletChanges: {
12421242
create: validationResult.descriptionBullets.map((bullet) => ({
12431243
detail: bullet.detail,

0 commit comments

Comments
 (0)