Open the-last-byte opened 6 years ago
@Sand-Piper I've found that this works correctly after installing the unmanaged package from github, but not the managed one in the appexchange. As the appexchange version hasn't been updated since January, it looks like this is fixed, but the managed version isn't updated yet.
@dylangold Can you point to the unmanaged package here? I don't see it and need this fix.
Links in Lightning Communities are still broken as of the Sept 2018 release on the AppExchange. Is it possible to install the unmanaged package from github, can you please point to it?
Did below workaround on 9th October 2019 to resolve the issue for now, as still the repository is not updated to have this issue fixed:
In sdgDatagridCell.cmp
In sdgDatagridCellHelper.js
In sdg.cmp
Thanks
There is an issue with the links in Lightning Communities. The link in question is often the "Name" field. For example, when displaying a list of Contacts, the Contact Name column will contain a link to each Contact.
The issue appears to be that the links don't use the "e.force:navigateToSObject" event. They seem to just be url links which don't go to the correct location or even the correct community.
An example link endpoint is "https://mycommunities.force.com/003000000XXXXxxXXX". This not only lacks the community prefix (https://mycommunities.force.com/**partners**/003000000XXXXxxXXX ), but it can not work in Lightning Communities.