Skip to content

Commit 4ac11d0

Browse files
committed
#3494 defaults to original status and not active
1 parent 0f71588 commit 4ac11d0

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
@@ -1150,7 +1150,7 @@ export default class ChangeRequestsService {
11501150
}
11511151
},
11521152
name,
1153-
status: WBS_Element_Status.ACTIVE,
1153+
status: wbsElement.status,
11541154
links: {
11551155
create: validationResult.links.map((linkInfo) => ({
11561156
url: linkInfo.url,

0 commit comments

Comments
 (0)