summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaternotificationstabbed.cpp
diff options
context:
space:
mode:
authorMnikolenko ProductEngine <mnikolenko@productengine.com>2015-07-13 17:52:42 +0300
committerMnikolenko ProductEngine <mnikolenko@productengine.com>2015-07-13 17:52:42 +0300
commit33c5a3974c210af259d3572193bcdcd65137d888 (patch)
tree1dff1c7a1a87c9774098e7300408cc2e30f1bc03 /indra/newview/llfloaternotificationstabbed.cpp
parentcff5f2a92412dd094e335a17b7957b0270600371 (diff)
MAINT-5369 FIXED Unable to accept group invite using Notification floater
Diffstat (limited to 'indra/newview/llfloaternotificationstabbed.cpp')
-rw-r--r--indra/newview/llfloaternotificationstabbed.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloaternotificationstabbed.cpp b/indra/newview/llfloaternotificationstabbed.cpp
index 70213680f3..57109c6763 100644
--- a/indra/newview/llfloaternotificationstabbed.cpp
+++ b/indra/newview/llfloaternotificationstabbed.cpp
@@ -385,6 +385,7 @@ void LLFloaterNotificationsTabbed::onStoreToast(LLPanel* info_panel, LLUUID id)
LLNotificationPtr notify = mChannel->getToastByNotificationID(id)->getNotification();
LLSD payload = notify->getPayload();
p.notification_name = notify->getName();
+ p.transaction_id = payload["transaction_id"];
p.group_id = payload["group_id"];
p.fee = payload["fee"];
p.subject = payload["subject"].asString();