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 96 forks source link

Grid title-link not working #41

Open pgnehm opened 4 years ago

pgnehm commented 4 years ago

Hi all!

When clicking on the tile of the enhanced Lightning Grid it would open a new page with a listing of all records of the object. However that broke recently. It now would only open an empty page and not render anything.

image

We noticed the following:

Our workaround is the following: We edit the metadata of the flexipage and for each gridcomponents on the page we change the following:

After that it starts working and the links work again as before. However, this is only a workaround... Please address as soon as possible.