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
136 stars 97 forks source link

Issue for EnhancedLightningGrid after Winter21 #44

Open jcombarros opened 4 years ago

jcombarros commented 4 years ago

If a user with permissions as User (not Admin) for the EnhancedLightningGrid opens a Grid detail in Salesforce cannot open it. Setting the Debug Logs, system throws following error:

Debug Log 5 10:1:49:648 Error invoking c.GetNamespace: You do not have access to the Apex class named 'sdgController'. 4 10:1:49:639 Error invoking c.GetSDGInitialLoad: You do not have access to the Apex class named 'sdgController'.

wallnern commented 4 years ago

Did you see/check that issue #42 - I think the discussion their could help.