Skip to content

Commit 263fac1

Browse files
Merge pull request #286 from christyfernandes/cbrelease-4.8.16
Cbrelease 4.8.16
2 parents b7fb7a6 + 2d67d8a commit 263fac1

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

project/ws/app/src/lib/routes/home/routes/kcm-mapping/kcm-mapping.component.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,13 @@ export class KCMMappingComponent implements OnInit {
2424
this.kcmConfig = data.pageData.data
2525
this.kcmConfig.defaultKCMConfig[0].frameworkId = environment.KCMframeworkName
2626
this.taxonomyConfig = [...this.kcmConfig.defaultKCMConfig, ...this.kcmConfig.frameworkConfig]
27-
console.log('kcmConfig', this.taxonomyConfig)
2827
})
2928
}
3029

3130
callResizeEvent(_event: any) {
3231
setTimeout(() => {
3332
window.dispatchEvent(new Event('resize'))
34-
}, 100)
33+
}, 100)
3534
}
3635

3736
}

project/ws/app/src/lib/routes/home/routes/request/request-copy-details/request-copy-details.component.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@ export class RequestCopyDetailsComponent implements OnInit {
7070
competencySubtheme!: FormControl
7171

7272
constructor(private formBuilder: FormBuilder,
73-
private requestService: RequestServiceService,
74-
private activatedRouter: ActivatedRoute,
75-
private snackBar: MatSnackBar,
76-
private router: Router,
77-
public dialog: MatDialog
73+
private requestService: RequestServiceService,
74+
private activatedRouter: ActivatedRoute,
75+
private snackBar: MatSnackBar,
76+
private router: Router,
77+
public dialog: MatDialog
7878
) {
7979

8080
this.currentUser = sessionStorage.getItem('idDetails') ? sessionStorage.getItem('idDetails') : ''
@@ -651,9 +651,9 @@ export class RequestCopyDetailsComponent implements OnInit {
651651
this.router.navigateByUrl('/app/home/all-request')
652652
this.snackBar.open('Request submitted successfully ')
653653
}
654-
}, 1000)
654+
}, 1000)
655655
},
656-
(error: any) => {
656+
(error: any) => {
657657
this.dialogRefs.close({ error })
658658
this.snackBar.open('Request Failed')
659659

0 commit comments

Comments
 (0)