-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Investigate: clicking on hero card throw 'displayText' of undefined error #2876
Copy link
Copy link
Closed
Labels
Bot ServicesRequired for internal Azure reporting. Do not delete. Do not change color.Required for internal Azure reporting. Do not delete. Do not change color.bugIndicates an unexpected problem or an unintended behavior.Indicates an unexpected problem or an unintended behavior.community-help-wantedThis is a good issue for a contributor to take on and submit a solutionThis is a good issue for a contributor to take on and submit a solutioncustomer-replied-toRequired for internal reporting. Do not delete.Required for internal reporting. Do not delete.customer-reportedRequired for internal Azure reporting. Do not delete.Required for internal Azure reporting. Do not delete.needs-reproWaiting for repro or investigationWaiting for repro or investigation
Metadata
Metadata
Assignees
Labels
Bot ServicesRequired for internal Azure reporting. Do not delete. Do not change color.Required for internal Azure reporting. Do not delete. Do not change color.bugIndicates an unexpected problem or an unintended behavior.Indicates an unexpected problem or an unintended behavior.community-help-wantedThis is a good issue for a contributor to take on and submit a solutionThis is a good issue for a contributor to take on and submit a solutioncustomer-replied-toRequired for internal reporting. Do not delete.Required for internal reporting. Do not delete.customer-reportedRequired for internal Azure reporting. Do not delete.Required for internal Azure reporting. Do not delete.needs-reproWaiting for repro or investigationWaiting for repro or investigation
Version
4.6.0-es5Describe the bug
When clicked on the following hero card, it does not invoke the expected submit.
Then send another hero card,
{ "attachments": [ { "contentType": "application/vnd.microsoft.card.hero", "content": { "buttons": [ { "type": "openUrl", "title": "LOG IN", "value": "https://login.microsoftonline.com/microsoft.onmicrosoft.com/oauth2/authorize?client_id=" } ] } } ] }Click on it will say,
'displayText' of undefinederror.Steps to reproduce
Expected behavior
The first one should send a
postBackto the bot.The second one should not error out.
Additional context
[Bug]