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

utils-recipes/ContactDatatableController.js fix #121

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jul 5, 2022

  1. Update ContactDatatableController.js

    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.
    manhntbkit authored Jul 5, 2022
    Configuration menu
    Copy the full SHA
    ddebbbf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from manhntbkit/sample-app-fix

    Update ContactDatatableController.js
    manhntbkit authored Jul 5, 2022
    Configuration menu
    Copy the full SHA
    9d89c30 View commit details
    Browse the repository at this point in the history