Skip to content
Snippets Groups Projects
Commit 815e3e54 authored by Simon Leipold's avatar Simon Leipold
Browse files

[Projekt: Entwicklung - Neon][TicketNr.: 1085638][Favourites_entity: Fehlermeldung beim Löschen]

parent fc65226c
No related branches found
No related tags found
No related merge requests found
......@@ -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
]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment