Skip to content

utils-recipes/ContactDatatableController.js fix#121

Open
manhntbkit wants to merge 2 commits into
tsalb:masterfrom
manhntbkit:master
Open

utils-recipes/ContactDatatableController.js fix#121
manhntbkit wants to merge 2 commits into
tsalb:masterfrom
manhntbkit:master

Conversation

@manhntbkit

Copy link
Copy Markdown

On handleAccountSelected: In Aura(AccountSelector) it passes "value" as a string like "0011j000000FLwoEAG"
But in lwcAccountSelector it passed "value" as an json object {accountId: 'xx'}.
So when you drag them together on the same page. It won't work. This PR will fix it.
Allow me to drag "Contacts" Aura into Sample App (LWC).

on handleAccountSelected: In Aura(AccountSelector) it passes "value" as a string like "0011j000000FLwoEAG"
But in lwcAccountSelector it passed "value" as an json object {accountId: 'xx'}. 
So when you drag them together on the same page. it won't work.
Update ContactDatatableController.js
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.

1 participant