From 13268aeb7817dd514b20be5356114caa83196a16 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 5 Apr 2020 18:57:59 +0200 Subject: [PATCH] make dashboard elements portlets --- Controller/BackendController.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Controller/BackendController.php b/Controller/BackendController.php index c6c7e3f..095a9b1 100644 --- a/Controller/BackendController.php +++ b/Controller/BackendController.php @@ -30,9 +30,13 @@ use phpOMS\Views\View; * @link https://orange-management.org * @since 1.0.0 * - * @todo Orange-Management/Modules#137 + * @todo Orange-Management/oms-Dashboard#3 * Default dashboard styles * Allow default dashboard templates which users can select + * + * @todo Orange-Management/oms-Dashboard#4 + * [Bug] Drag&Drop element sometimes disappear on drop + * When you move the drag and drop elements sometimes (maybe 5%) of the time they disappear on drop. It seems like they cannot be inserted in the DOM and are gone. */ final class BackendController extends Controller {