Fix Bug 57110 (#1734)
This commit is contained in:
parent
c0ebd82c05
commit
9bd6fc37cc
|
@ -277,6 +277,9 @@ define([
|
||||||
this.popover = Common.Views.ReviewPopover.prototype.getPopover({
|
this.popover = Common.Views.ReviewPopover.prototype.getPopover({
|
||||||
reviewStore : this.popoverChanges,
|
reviewStore : this.popoverChanges,
|
||||||
renderTo : this.sdkViewName,
|
renderTo : this.sdkViewName,
|
||||||
|
canRequestUsers: (this.appConfig) ? this.appConfig.canRequestUsers : undefined,
|
||||||
|
canRequestSendNotify: (this.appConfig) ? this.appConfig.canRequestSendNotify : undefined,
|
||||||
|
mentionShare: (this.appConfig) ? this.appConfig.mentionShare : true,
|
||||||
api: this.api
|
api: this.api
|
||||||
});
|
});
|
||||||
this.popover.setReviewStore(this.popoverChanges);
|
this.popover.setReviewStore(this.popoverChanges);
|
||||||
|
|
Loading…
Reference in a new issue