File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
frontend/src/components/requestChanges Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -468,14 +468,14 @@ export default {
468
468
}
469
469
},
470
470
notificationFormActionRequiredRoute (changeActionId , changeRequestId ) {
471
- let currentCR = this .changeRequestStore ? .find (el => el .changeRequestId === changeRequestId);
472
- if (currentCR? .unlockChangeRequest || currentCR? .unlockOtherChangesDocuments ) {
473
- this .goToChangeForm (changeActionId, changeRequestId);
474
- } else if (currentCR? .unlockDeclaration ) {
475
- this .$router .push (changeUrl (PATHS .SUMMARY_DECLARATION , changeRequestId, CHANGE_TYPES .CHANGE_NOTIFICATION ));
476
- } else {
477
- this .goToChangeForm (changeActionId, changeRequestId);
478
- }
471
+ // let currentCR = this.changeRequestStore?.find(el=>el.changeRequestId===changeRequestId);
472
+ // if (currentCR?.unlockChangeRequest || currentCR?.unlockOtherChangesDocuments) {
473
+ // this.goToChangeForm(changeActionId, changeRequestId);
474
+ // } else if (currentCR?.unlockDeclaration) {
475
+ // this.$router.push(changeUrl(PATHS.SUMMARY_DECLARATION, changeRequestId, CHANGE_TYPES.CHANGE_NOTIFICATION));
476
+ // } else {
477
+ this .goToChangeForm (changeActionId, changeRequestId);
478
+ // }
479
479
},
480
480
newFacilityActionRequiredRoute (changeRequestId ) {
481
481
const currentCR = this .changeRequestStore ? .find (el => el .changeRequestId === changeRequestId);
You can’t perform that action at this time.
0 commit comments