SalesforceLabs / EnhancedLightningGrid

Component that allows you to sort and filter data within the Lightning Experience. Use as a replacement for a Related List, or create a new grid that shows results from a custom query.
BSD 3-Clause "New" or "Revised" License
137 stars 97 forks source link

Winter22 - Issue with EnhancedLightningGrid #59

Open maruchymurphy79 opened 3 years ago

maruchymurphy79 commented 3 years ago

While calling the EnhancedLightningGrid data grid from the aura component as below,

We are getting the following issue in Sandboxes, ![error](https://user-images.githubusercontent.com/28985946/131868974-25602c82-50b9-4f48-a086-7988328f1ce0.jpg) This is happening due the below Update (Enable Aura Component Access Fix) enforced in Winter 22. ![Aura Component Access](https://user-images.githubusercontent.com/28985946/131868465-fe67c749-c7a8-4e1e-a1eb-90dcff49e5b4.png) This link (https://help.salesforce.com/s/articleView?id=release-notes.rn_aura_security_ru.htm&type=5&release=234) explains the change needed in the managed package.
hanifbabar commented 2 years ago

Is there any possibility to get this issue resolved? I'd like to use this in a Quick Action button, therefore I made a Lightning Component like the one seen above.