-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New UI Document library web part command bar is empty when custom listvew command set is used #10077
Comments
I would like to join this suspected bug in that I have a customer with two tenants who also faces this problem. The document library webpart command bar is empty and all the buttons are gone on the page when a custom command is present in the document library |
List Web Part is the same situation. All command bar buttons missing. |
I have same situation using a custom SPFx ListViewCommandSet Extension. On list, all native and custom buttons are working as I spected but on page when I use a "Listview webpart", buttons are not appearing in command bar in Microsoft Lists UI and commad bar is empty . When I disabled my custom ListViewCommandSet on TenantWideExtensions, the command bar works well on list and on page but the problem is when I have a custom ListViewCommandSet applied. Yesterday this custom SPfx was working well My custom SPfx are on SPfx 1.15.x Thanks to help with this bug |
We have a fix for this and are looking at the best path to roll it out. |
Looks like it's fixed. |
We also don't have this issue on our tenants anymore. Thank you! |
Target SharePoint environment
SharePoint Online
What SharePoint development model, framework, SDK or API is this about?
💥 SharePoint Framework
Developer environment
None
What browser(s) / client(s) have you tested
Additional environment details
Latest SPFx version.
Build version received from "X-MS-Meta-Sourcebuild" header:
odsp-web-prod_2025-01-03.009
for document list web partJS error in dev console:
Describe the bug / error
When you have a SPFx list view command set extension, the command bar for document library web part isn't loaded at all:
Steps to reproduce
ListTemplateId="101"
)Expected behavior
The command bar along with custom commands is loaded normally:
The text was updated successfully, but these errors were encountered: