File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
plugins/star-rating/frontend/public/templates Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 44- [ core] Fix mongo connection url parsing
55- [ crashes] Fix free session and free user calculation
66- [ dashboards] Delete associated widgets and reports when a dashboard is removed
7+ - [ star-rating] Fix widget close post message
78
89Enterprise Fixes:
910- [ crash_symbolication] Remove auto symbolication setting
11+ - [ surveys] Fix widget close post message
1012- [ drill] Fix drill meta get filter
1113
14+
1215## Version 25.03.10
1316Enterprise Fixes:
1417- [ okta] Fix body parser middleware version mismatch causing OKTA authentication break
Original file line number Diff line number Diff line change 643643 }
644644 else if ( window . parent && typeof window . parent . postMessage === 'function' ) {
645645 var payload = JSON . stringify ( {
646- close : 1 ,
646+ close : true ,
647647 cly_widget_command : 1
648648 } ) ;
649649
You can’t perform that action at this time.
0 commit comments