Skip to content
Snippets Groups Projects
Commit 94e59437 authored by Sebastian Pongratz's avatar Sebastian Pongratz :ping_pong:
Browse files

Merge branch...

Merge branch '#1084161_Serienaktion_Eigenschaften_setzen_wirft_Fehler_bei_Aktivitäten_ohne_Filter' into '2021.1'

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

See merge request xrm/basic!1135
parents 8aac90ea 98442f1a
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