Skip to content

Commit fa7cc6b

Browse files
committed
[star-rating] Include links when updating status
1 parent 8f3c190 commit fa7cc6b

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
@@ -1187,7 +1187,7 @@
11871187
}
11881188

11891189
}
1190-
starRatingPlugin.editFeedbackWidget({ _id: this.widget._id, status: (state), target_pages: target_pages, targeting: finalizedTargeting }, function() {
1190+
starRatingPlugin.editFeedbackWidget({ _id: this.widget._id, status: (state), target_pages: target_pages, targeting: finalizedTargeting, links: this.widget.links }, function() {
11911191
self.widget.is_active = (state ? "true" : "false");
11921192
self.widget.status = state;
11931193

0 commit comments

Comments
 (0)