-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Labels
Needs: Author FeedbackAwaiting response from the original poster of the issue. Marked as stale if no activity for 7 days.Awaiting response from the original poster of the issue. Marked as stale if no activity for 7 days.area:spfxCategory: SharePoint Framework (not extensions related)Category: SharePoint Framework (not extensions related)status:trackedCurrently tracked with Microsoft’s internal issue tracking system. DO NOT ADD/REMOVE (MSFT managed)Currently tracked with Microsoft’s internal issue tracking system. DO NOT ADD/REMOVE (MSFT managed)status:working-on-itKnown issue / feature being addressed. Will use other "status:*" labels & comments for more detail.Known issue / feature being addressed. Will use other "status:*" labels & comments for more detail.type:bug-suspectedSuspected bug (not working as designed/expected). See “type:bug-confirmed” for confirmed bugs.Suspected bug (not working as designed/expected). See “type:bug-confirmed” for confirmed bugs.
Description
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
- 💥 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
Microsoft Teams Desktop Client:
Microsoft Teams version: 23320.3027.2591.1505
Client version: 49/23113028722
Last updated: 16.01.2024
Operating System: Windows 11
Microsoft Teams Web Client:
Microsoft Teams version:
Client version: 415/23113028722
Describe the bug / error
SharePoint webpart settings in MS Teams tab are reset when editing tab in new MS Teams clients
Steps to reproduce
- Create a Teams app with SharePoint webpart in it, webpart must have configurable properties
- In app manifest use
"configurableTabs": [
{
"canUpdateConfiguration": true,
"configurationUrl": "https://{teamSiteDomain}{teamSitePath}/_layouts/15/TeamsLogon.aspx?SPFX=true&dest={teamSitePath}/_layouts/15/teamshostedapp.aspx%3FopenPropertyPane=true%26teams%26componentId={{SPFX_COMPONENT_ID}}%26forceLocale={locale}",
"scopes": ["team"],
"context": ["channelTab"]
}
],
- Publish the app, and create a Tab in MS Teams with this webpart and confugure its properties
- Click Tab settings
- Popup opens, after clicking Save button webpart props panel is opened, but properties are empty and webpart state goe back to unconfigured state
Expected behavior
In old teams clients after clicking Tab settins no popup appears, webpart configuration panel opens with saved properties
antonkhrit, shaipetel, raidorev, Poehavshy, Tolstovku and 7 more
Metadata
Metadata
Assignees
Labels
Needs: Author FeedbackAwaiting response from the original poster of the issue. Marked as stale if no activity for 7 days.Awaiting response from the original poster of the issue. Marked as stale if no activity for 7 days.area:spfxCategory: SharePoint Framework (not extensions related)Category: SharePoint Framework (not extensions related)status:trackedCurrently tracked with Microsoft’s internal issue tracking system. DO NOT ADD/REMOVE (MSFT managed)Currently tracked with Microsoft’s internal issue tracking system. DO NOT ADD/REMOVE (MSFT managed)status:working-on-itKnown issue / feature being addressed. Will use other "status:*" labels & comments for more detail.Known issue / feature being addressed. Will use other "status:*" labels & comments for more detail.type:bug-suspectedSuspected bug (not working as designed/expected). See “type:bug-confirmed” for confirmed bugs.Suspected bug (not working as designed/expected). See “type:bug-confirmed” for confirmed bugs.