Skip to content

Commit

Permalink
add ids on submit buttons for feedback cards (#189)
Browse files Browse the repository at this point in the history
Co-authored-by: AzureAD\RemyRuzafa <remy.ruzafa@viseo.com>
  • Loading branch information
RemyRuzafa and AzureAD\RemyRuzafa committed Jun 22, 2022
1 parent a968e15 commit 8c5b799
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions node-red-contrib-bot-message/bot-send-card.js
Expand Up @@ -592,6 +592,7 @@ const buildReplyformAdaptiveCard = (RED, node, locale, data, config, reply) => {
reply.actions = [{
"type": "Action.Submit",
"title": submitLabelform,
"id": "SubmitFeedback",
"data": {
"id": "feedbackButton",
}
Expand Down Expand Up @@ -650,6 +651,7 @@ const buildReplyformGlobalAdaptiveCard = (RED, node, locale, data, config, reply
reply.actions = [{
"type": "Action.Submit",
"title": submitLabelformGlob,
"id": "SubmitFeedback",
"data": {
"id": "feedbackGlobalButton",
}
Expand Down
2 changes: 1 addition & 1 deletion node-red-contrib-bot-message/package.json
@@ -1,6 +1,6 @@
{
"name": "node-red-contrib-viseo-bot-message",
"version": "0.10.10",
"version": "0.10.11",
"description": "VISEO Bot Maker - Sends messages to the user",
"dependencies": {
"mustache": "^4.2.0",
Expand Down

0 comments on commit 8c5b799

Please sign in to comment.