SharePoint / sp-dev-docs

SharePoint & Viva Connections Developer Documentation
https://docs.microsoft.com/en-us/sharepoint/dev/
Creative Commons Attribution 4.0 International
1.25k stars 1.01k forks source link

[Microsoft List] - Bug in Image loading requesting permissions for Owner #9976

Open XeroDays opened 1 month ago

XeroDays commented 1 month ago

Target SharePoint environment

SharePoint Online

What SharePoint development model, framework, SDK or API is this about?

💥 SharePoint Framework

Developer environment

Windows

What browser(s) / client(s) have you tested

Additional environment details

Describe the bug / error

SO i have a list where i am the owner of the list and we have multiple other users to the same list, the list is created by my team leader, and appointed me as owner of the list, in that list we are adding tasks along with images, now these images are not available for all the users, only team leader can see the image and other people cant.

Note: When list item is updated, i receive email, when i click "View item" button in the email, and i go to particular email, then i can see image, but from there when i get back to whole list, then again all images comes as crashed items.

image image

and when i click the item its asking me for access permission while i am the owner of the file.

image

Steps to reproduce

  1. Create a microsoft list
  2. add images into the list item
  3. share file with other users
  4. ask other users if they can see the images

Expected behavior

Expected behavior is that images should not break on the list, and all the users who have shared this file should be able to see the images list.