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

Timeline User Permission Sets are missing field permissions #3

Closed jmdohn closed 9 months ago

jmdohn commented 3 years ago

The timeline permission set is missing two permissions, resulting in a "no data" error for users.

  1. Display Relative Dates is missing on Timeline Configurations Screen Shot 2021-06-14 at 3 32 43 PM

  2. Overdue Field is missing on Timeline Child Objects Screen Shot 2021-06-14 at 3 32 27 PM

Reproduction:

  1. Create a new hands on org.
  2. Navigate to "Playground Starter" app.
  3. Click on "Install a package" and enter "04t4T000000xA2rQAE".
  4. Install for Admins Only.
  5. Create a timeline configuration for the Opportunity object.
  6. Add a child object of tasks with the Title Field as "Subject", the date field as "Activity Date" and select "Status" & "Priority" as additional fields.
  7. Add the configuration to the opportunity page.
  8. Create a new user with the "Custom: Sales User" profile.
  9. Add the Timeline User permission set to the user.
  10. Login as the user.
  11. See the no data returned error.

Expected Result: Screen Shot 2021-06-14 at 3 42 50 PM

Actual Result: Screen Shot 2021-06-14 at 3 48 13 PM

rbklaassen commented 9 months ago

This has been fixed in the mean time!