Skip to content

SharePoint webpart settings are reset when editing tab in new MS Teams clients #9464

@xxyziggy

Description

@xxyziggy

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

  1. Create a Teams app with SharePoint webpart in it, webpart must have configurable properties
  2. 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"]
        }
    ],
  1. Publish the app, and create a Tab in MS Teams with this webpart and confugure its properties
  2. Click Tab settings
  3. Popup opens, after clicking Save button webpart props panel is opened, but properties are empty and webpart state goe back to unconfigured state

new teams

Expected behavior

In old teams clients after clicking Tab settins no popup appears, webpart configuration panel opens with saved properties
old teams

Metadata

Metadata

Assignees

Labels

Needs: Author FeedbackAwaiting response from the original poster of the issue. Marked as stale if no activity for 7 days.area:spfxCategory: SharePoint Framework (not extensions related)status:trackedCurrently 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.type:bug-suspectedSuspected bug (not working as designed/expected). See “type:bug-confirmed” for confirmed bugs.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions