Skip to content

Commit c20a9f2

Browse files
authored
Merge branch 'master' into changelog-entry-4-drill-typo-master
2 parents 20c8c63 + fddc517 commit c20a9f2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Fixes:
33
- [active_directory] Fix for reading azure application tenant id from config
44
- [core] Set up default headers for common return methods
5+
- [star-rating] Fix widget close button
6+
7+
Enterprise Fixes:
8+
- [surveys] Fix widget close button
9+
510

611
Enterprise Fixes:
712
- [drill] Disabling the view user profiles button on drill for queries going to the report manager

plugins/star-rating/frontend/public/templates/feedback-popup.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@
461461
try {
462462
custom = JSON.parse(custom) ;
463463
isFullscreenWidget = !!custom.rw;
464-
isCloseButtonVisible = !!custom.xb;
464+
isCloseButtonVisible = platform === 'Web' || !!custom.xb;
465465

466466
if (custom && custom.sg) {
467467
custom = custom.sg;

0 commit comments

Comments
 (0)