You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
💥 Internet Explorer
💥 Microsoft Edge
💥 Google Chrome
💥 FireFox
💥 Safari
mobile (iOS/iPadOS)
mobile (Android)
not applicable
other (enter in the "Additional environment details" area below)
Additional environment details
No response
Issue description
I have a list view command set extension and when I have multiple embedded list views from different lists in the same SitePage I need to be able to know which list the command set actions are interacting with.
It would help if the GUID of the list could be added to the div wrapping the list view web part - something like this (added data-list-id):
<div
data-sp-feature-tag="ListWebPart web part (List)"
data-sp-feature-instance-id="be2d3636-cf79-4e35-a30d-e81f29855c2e"
data-sp-web-part-id="f92bf067-bc19-489e-a556-7fe95f508720"
data-automation-id="ListWebPart" data-list-id="37f47a84-caa4-40c8-8dfe-5d3ed7f5b62b"
>
Alexander
The text was updated successfully, but these errors were encountered:
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
No response
Issue description
I have a list view command set extension and when I have multiple embedded list views from different lists in the same SitePage I need to be able to know which list the command set actions are interacting with.
It would help if the GUID of the list could be added to the div wrapping the list view web part - something like this (added data-list-id):
<div
data-sp-feature-tag="ListWebPart web part (List)"
data-sp-feature-instance-id="be2d3636-cf79-4e35-a30d-e81f29855c2e"
data-sp-web-part-id="f92bf067-bc19-489e-a556-7fe95f508720"
data-automation-id="ListWebPart"
data-list-id="37f47a84-caa4-40c8-8dfe-5d3ed7f5b62b"
>
Alexander
The text was updated successfully, but these errors were encountered: