Skip to content

Adaptivecard bug #42

@medicareamaze

Description

@medicareamaze

in bot-graph-dialog/lib/GraphDialog. line 309 data.text shoud be changed to node.data.text
Current Code
308 if (node.data.text) {
309 var text = strformat(data.text, session.dialogData.data);

Change
308 if (node.data.text) {
309 var text = strformat(node.data.text, session.dialogData.data);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions