Skip to content

delete flow#175

Open
rahulramakrishnan3 wants to merge 2 commits into
ELEVATE-Project:release-2.4.1from
rahulramakrishnan3:release-2.3.0
Open

delete flow#175
rahulramakrishnan3 wants to merge 2 commits into
ELEVATE-Project:release-2.4.1from
rahulramakrishnan3:release-2.3.0

Conversation

@rahulramakrishnan3

Copy link
Copy Markdown
Contributor

No description provided.

Comment thread src/app/pages/help/help.page.html Outdated
</ion-select-option>
</ion-select>
</ion-list>
<div *ngFor="let option of helpForms">

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

why do we need an ngFor here??

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

we have to get dropDown data no.

this.submitHelpReport()
this.router.navigate([`/${CommonRoutes.TABS}/${CommonRoutes.HOME}`])
this.form1.myForm.value.description = this.form1.myForm.value.description ? this.form1.myForm.value.description: option.value;
(option.buttonText == "DELETE_ACCOUNT") ? this.deteteAccount(): this.submitHelpReport();

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

why do we need anew function here??

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