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

[Rendering] [Adaptive Card- Action.ShowCard] Action.ShowCard didn't work in "mode": "secondary" setting #9287

Closed
Wajeed-msft opened this issue Aug 21, 2023 · 2 comments

Comments

@Wajeed-msft
Copy link
Contributor

Copied bug from: microsoft/AdaptiveCards#8652

Details from original post:

Target Platforms

NodeJS

SDK Version

1.5

Application Name

MS Teams

Problem Description

Action.ShowCad button doesn't work in "secondary" mode.

showcard.button.mov

Screenshots

No response

Card JSON

{
    "type": "AdaptiveCard",
    "$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
    "version": "1.5",
    "body": [
        {
            "type": "ActionSet",
            "actions": [
                {
                    "type": "Action.ShowCard",
                    "title": "Action.ShowCard",
                    "card": {
                        "type": "AdaptiveCard"
                    }
                },
                {
                    "type": "Action.ShowCard",
                    "title": "Action.ShowCard",
                    "card": {
                        "type": "AdaptiveCard"
                    },
                    "mode": "secondary"
                },
                {
                    "type": "Action.ShowCard",
                    "title": "Action.ShowCard",
                    "card": {
                        "type": "AdaptiveCard"
                    },
                    "mode": "secondary"
                }
            ]
        }
    ]
}

Sample Code Language

No response

Sample Code

No response---

Document Details

Do not edit this section.It is required for docs.microsoft.com ➟ GitHub issue linking.

@ChetanSharma-msft
Copy link
Collaborator

Hello @sherryzhao11 - Thanks for raising your query.
We will look into it and let you know the updates.

@Prasad-MSFT
Copy link
Collaborator

Hi @sherryzhao11 - This issue is being tracked here. Please follow that thread for further updates.

Closing this thread.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants