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

Fixed: payload is fetched when user toggles from true to false #255

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

Ridwan6947
Copy link
Contributor

Related Issues

#253

Short Description and Why It's Useful

selected user was not fetching data at first because of which payload was going empty resulting in bug , now we are fetching selectedUser information and than calling updatePartyRelationship service call with updated payload

Screenshots of Visual Changes before/after (If There Are Any)

Contribution and Currently Important Rules Acceptance

@Ridwan6947 Ridwan6947 marked this pull request as ready for review August 8, 2024 13:54
@@ -998,8 +998,22 @@ export default defineComponent({
"roleTypeIdTo": "WAREHOUSE_PICKER"
})
} else {
const response = await UserService.fetchPartyRelationship({
inputFields: {
partyIdTo: this.selectedUser.partyId,
Copy link
Contributor

Choose a reason for hiding this comment

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

Improve Indentation

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