Skip to content
Snippets Groups Projects
Commit 98442f1a authored by Michael Sieber's avatar Michael Sieber
Browse files

[Projekt: Entwicklung - Neon][TicketNr.: 1084161][Serienaktion Eigenschaften...

[Projekt: Entwicklung - Neon][TicketNr.: 1084161][Serienaktion Eigenschaften setzen wirft Fehler bei Aktivitäten ohne Filter]
parent 32811b4c
No related branches found
No related tags found
No related merge requests found
......@@ -54,8 +54,6 @@ FilterViewActionUtils.getUidsByEntityFilter = function (pContext, pFilter)
.fields(["#UID"])
if (pFilter.filter)
loadRowsConfig.filter(JSON.stringify(pFilter.filter));
else if (pFilter)
loadRowsConfig.filter(JSON.stringify(pFilter));
return entities.getRows(loadRowsConfig).map(function (row)
{
......
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