Skip to content

Lint issue fix for SPV portal - #462

Open
Afzal84 wants to merge 5 commits into
KB-iGOT:cbrelease-4.8.39from
Afzal84:lint-issue-fix
Open

Lint issue fix for SPV portal#462
Afzal84 wants to merge 5 commits into
KB-iGOT:cbrelease-4.8.39from
Afzal84:lint-issue-fix

Conversation

@Afzal84

@Afzal84 Afzal84 commented Jul 16, 2026

Copy link
Copy Markdown

Lint issue fix for SPV portal


createUserForm: UntypedFormGroup
namePatern = `^[a-zA-Z\\s\\']{1,32}$`
namePatern = "^[a-zA-Z\\s\\']{1,32}$"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why its in double quotes, should be in single quotes ?


approveRequest(rowData: any) {
// tslint:disable-next-line:no-console
console.log('rowData', rowData)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove this console


rejectRequest(rowData: any) {
// tslint:disable-next-line:no-console
console.log('rowData', rowData)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same as above

openRejecttionCommentPopup(element: any) {
this.showRejectPopupFlag = true
// tslint:disable-next-line:no-console
console.log('element', element)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same as above


approveRequest(req: any): Observable<any> {
// tslint:disable-next-line:no-console
console.log('req', req)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove the console


rejectRequest(req: any): Observable<any> {
// tslint:disable-next-line:no-console
console.log('req', req)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same as above


getOrgRead(req: any): Observable<any> {
// tslint:disable-next-line:no-console
console.log('req', req)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same as above

// tslint:disable-next-line:align
console.log("res", res)
// tslint:disable-next-line:align no-console
console.log('res', res)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove this console

}

// tslint:disable-next-line:no-console
console.log('payload', payload)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same as above

// tslint:disable-next-line:no-console
console.log('payload', payload)
// tslint:disable-next-line:no-console
console.log('value', this.createEventForm.controls['state'].value)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same as above

next: (res) => {
next:res => {
// tslint:disable:no-console
console.log('Reject Response =>', res)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove this console

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants