Skip to content

Commit f6db160

Browse files
committed
[star-rating] Include links when updating status
1 parent 6e7ac3f commit f6db160

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/star-rating/frontend/public/javascripts/countly.views.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1156,7 +1156,7 @@
11561156
}
11571157

11581158
}
1159-
starRatingPlugin.editFeedbackWidget({ _id: this.widget._id, status: (state), target_pages: target_pages, targeting: finalizedTargeting }, function() {
1159+
starRatingPlugin.editFeedbackWidget({ _id: this.widget._id, status: (state), target_pages: target_pages, targeting: finalizedTargeting, links: this.widget.links }, function() {
11601160
self.widget.is_active = (state ? "true" : "false");
11611161
self.widget.status = state;
11621162

0 commit comments

Comments
 (0)