Skip to content
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

ACE Teams Deep Link Not Navigating to Specific Tab #7536

Closed
2 of 9 tasks
Ismael-Cruz opened this issue Nov 25, 2021 · 4 comments
Closed
2 of 9 tasks

ACE Teams Deep Link Not Navigating to Specific Tab #7536

Ismael-Cruz opened this issue Nov 25, 2021 · 4 comments
Labels
area:ACE Issues around Adaptive Card Extensions area:spfx Category: SharePoint Framework (not extensions related) status:fixed-next-drop Issue planned to be fixed in an upcoming release. type:bug-suspected Suspected bug (not working as designed/expected). See “type:bug-confirmed” for confirmed bugs.
Milestone

Comments

@Ismael-Cruz
Copy link

Ismael-Cruz commented Nov 25, 2021

Target SharePoint environment

SharePoint Online

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

💥 SharePoint Framework

Developer environment

Windows

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

  • Google Chrome Version 95.0.4638.69 (Official Build) (64-bit)
  • Microsoft Edge Version 96.0.1054.34 (Official build) (64-bit)
  • SPFx v1.13.1
  • Node v14.18.0

Describe the bug / error

While using the Deep Link to go to a specific tab in Teams (https://teams.microsoft.com/l/entity/AppId/EntityId) in an Adaptive Card Extension, it works fine from the Dashboard in the Mobile Teams App, but it does not work from the SharePoint Dashboard (it goes to Teams and the App specified in the link, but not to the Tab).

Steps to reproduce

  1. Use the External Link in the CardView (onCardSelection) specifying isTeamsDeepLink to True.
  2. Clicking on the Card will redirect to Teams but not to the specified Tab in the URL of the Deep Link.

Example of link in method onCardSelection:
{ type: 'ExternalLink', parameters: { target: 'https://teams.microsoft.com/l/entity/<APP_ID>/<ENTITY_ID>', isTeamsDeepLink: true } }

Expected behavior

On clicking it should redirect to the Teams App on the specified App (it already does) and to the specified Tab (currently it does not).

@Ismael-Cruz Ismael-Cruz added the type:bug-suspected Suspected bug (not working as designed/expected). See “type:bug-confirmed” for confirmed bugs. label Nov 25, 2021
@ghost
Copy link

ghost commented Nov 25, 2021

Thank you for reporting this issue. We will be triaging your incoming issue as soon as possible.

@ghost ghost added the Needs: Triage 🔍 Awaiting categorization and initial review. label Nov 25, 2021
@VesaJuvonen VesaJuvonen added area:spfx Category: SharePoint Framework (not extensions related) and removed Needs: Triage 🔍 Awaiting categorization and initial review. labels Nov 26, 2021
@patmill patmill added area:ACE Issues around Adaptive Card Extensions status:fixed-next-drop Issue planned to be fixed in an upcoming release. labels Jan 4, 2022
@patmill patmill added this to the 12-09 milestone Jan 4, 2022
@patmill
Copy link
Contributor

patmill commented Jan 4, 2022

Thanks @Ismael-Cruz - this was fixed over the holidays and should roll out to production in a week or two.

@patmill
Copy link
Contributor

patmill commented Jan 12, 2022

This should be rolled WW now.

@patmill patmill closed this as completed Jan 12, 2022
@ghost
Copy link

ghost commented Jan 20, 2022

Issues that have been closed & had no follow-up activity for at least 7 days are automatically locked. Please refer to our wiki for more details, including how to remediate this action if you feel this was done prematurely or in error: Issue List: Our approach to locked issues

@ghost ghost locked as resolved and limited conversation to collaborators Jan 20, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area:ACE Issues around Adaptive Card Extensions area:spfx Category: SharePoint Framework (not extensions related) status:fixed-next-drop Issue planned to be fixed in an upcoming release. type:bug-suspected Suspected bug (not working as designed/expected). See “type:bug-confirmed” for confirmed bugs.
Projects
None yet
Development

No branches or pull requests

3 participants