Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix/alcs 1163 #1038

Merged
merged 2 commits into from
Oct 6, 2023
Merged

Bugfix/alcs 1163 #1038

merged 2 commits into from
Oct 6, 2023

Conversation

urmikgov
Copy link
Contributor

@urmikgov urmikgov commented Oct 6, 2023

No description provided.

@urmikgov urmikgov changed the base branch from main to develop October 6, 2023 22:47
const res = await this.data.ownerService.create(createDto);
this.dialogRef.close(res);
} else {
this.markFormGroupTouched(this.form)
Copy link
Collaborator

Choose a reason for hiding this comment

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

suggestion: You can use: this.form.markAllAsTouched() and you won't need the helper function.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

ohh nice, i made the changes
also added it on save
if user is trying to edit

@urmikgov urmikgov requested a review from dhaselhan October 6, 2023 22:52
Copy link
Collaborator

@dhaselhan dhaselhan left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@urmikgov urmikgov merged commit 118545c into develop Oct 6, 2023
@dhaselhan dhaselhan deleted the bugfix/alcs-1163 branch October 6, 2023 23:01
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