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.02k forks source link

The ListView Command Set extensions are not loading in the library #9968

Open ReethuVarghese opened 1 month ago

ReethuVarghese commented 1 month ago

What type of issue is this?

Question

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

💥 SharePoint Framework

Target SharePoint environment

SharePoint Online

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

Additional environment details

Issue description

I added a document library to a site page, but the custom extensions are not loading in the library.

This is working on some of our customer sites. It was also working on the sites where the issue was previously reported, but now it's not working. ![Uploading extension.jpg…]()

I checked the document library, and the extensions are loading correctly.

![Uploading Capture1.PNG…]()

We noticed this issue in mid-August, and after a few days, it started working fine again. However, the issue has returned now.

natalieethell commented 1 month ago

Are you seeing any errors in the console from ListViewAdapter?

image

Also, I'm not able to see the screenshots you shared in your post, could you try sharing them again?

ReethuVarghese commented 1 month ago

@natalieethell i have no errors in console.

This image is the document library in site page, the custom extensions are not load. image

This image is the document library, and the extensions are loading correctly. image

natalieethell commented 1 month ago

@ReethuVarghese thank you! Ah yes, this is a bug we identified last week. The fix is in and should complete rollout on or around October 22.

ReethuVarghese commented 1 month ago

@natalieethell Now everything is working fine on my site. All my extensions are loading on the site pages. Thank you for your support.

natalieethell commented 1 month ago

@ReethuVarghese Excellent! Thank you for confirming