SalesforceLabs / ActivityTimelineLWC

A LWC implementation of the Activity Timeline https://lightningdesignsystem.com/components/activity-timeline/#site-main-content
BSD 3-Clause "New" or "Revised" License
25 stars 21 forks source link

ContentNote link does not work #6

Closed silverlakezombie closed 7 months ago

silverlakezombie commented 8 months ago

When you click on a content note in the timeline, the link redirects to "/lightning/r/AttachedContentNote/[ContentNoteId]/view" where it should be going to "/lightning/o/ContentNote/home?recordId=[ContentNoteId]" so the note is viewable with rich text editor.

Also, when you expand a ContentNote in Timeline, none of the selected fields resolve and preview.

rbklaassen commented 7 months ago

Thanks for submitting this issue! The link to the correct page is fixed in release 3.19 @silverlakezombie

rbklaassen commented 7 months ago

Unfortunately, AttachedContentNote cannot be queried: https://developer.salesforce.com/docs/atlas.en-us.object_reference.meta/object_reference/sforce_api_objects_attachedcontentnote.htm So we would need to create a workaround solution only for this object to be able to resolve fields. I'm afraid we will not pick this up on short notice...