-
Problem report
-
Resolution: Fixed
-
Trivial
-
5.0.2rc1
-
Sprint 65 (Jun 2020), Sprint 66 (Jul 2020)
-
2
This can be reproduced if window gets resized immediately after hitting Paste button on an editable dashboard (obviously, some widget must be copied first). After hitting Paste button, dashboard.widget.sanitize action gets requested through the AJAX, and while the request is in progress, a widget imitation (a placeholder) is displayed on dashboard. This placeholder is stored like real widget inside the JavaScript, thus causing errors whether the code expects real widgets.