File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
plugins/star-rating/frontend/public/templates Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 22Fixes:
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
611Enterprise Fixes:
712- [ drill] Disabling the view user profiles button on drill for queries going to the report manager
Original file line number Diff line number Diff line change 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 ;
You can’t perform that action at this time.
0 commit comments