From 815e3e5410030bc89a55444683d57b9da1b258a8 Mon Sep 17 00:00:00 2001
From: Simon Leipold <s.leipold@adito.de>
Date: Fri, 27 Aug 2021 16:53:13 +0200
Subject: [PATCH] =?UTF-8?q?[Projekt:=20Entwicklung=20-=20Neon][TicketNr.:?=
 =?UTF-8?q?=201085638][Favourites=5Fentity:=20Fehlermeldung=20beim=20L?=
 =?UTF-8?q?=C3=B6schen]?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .../recordcontainers/jditorecordcontainer/contentProcess.js     | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/entity/Favorite_entity/recordcontainers/jditorecordcontainer/contentProcess.js b/entity/Favorite_entity/recordcontainers/jditorecordcontainer/contentProcess.js
index 629c63d289..d56cb3894f 100644
--- a/entity/Favorite_entity/recordcontainers/jditorecordcontainer/contentProcess.js
+++ b/entity/Favorite_entity/recordcontainers/jditorecordcontainer/contentProcess.js
@@ -233,6 +233,7 @@ function buildFavoritesForDeletion(favos)
         var image = "";
         var rowid = favos[i]["rowid"];
         var title = "";
+        var description = "";
         var id = favos[i]["id"];
         var user = favos[i]["group"]["groupuser"];
     
@@ -244,6 +245,7 @@ function buildFavoritesForDeletion(favos)
             image,
             rowid,
             title,
+            description,
             id,
             user
         ]);
-- 
GitLab