Skip to content
Snippets Groups Projects
Commit e889c696 authored by Benjamin Ulrich's avatar Benjamin Ulrich :speech_balloon:
Browse files

[Projekt: Entwicklung - Neon][TicketNr.: 1054657][Person Index affectedIds retrurn [null]]

parent 551b6fae
No related branches found
No related tags found
No related merge requests found
......@@ -41,8 +41,10 @@ switch (tableName)
.arrayColumn();
});
break;
default:
res = []; //needed, because the Index is being rebuilt if nothing gets returned
}
if (res) {
result.object(res);
}
......@@ -47,9 +47,9 @@ switch (tableName)
.arrayColumn();
});
break;
default:
res = []; //needed, because the Index is being rebuilt if nothing gets returned
break;
}
if (res) {
result.object(res);
}
\ No newline at end of file
result.object(res);
\ No newline at end of file
......@@ -36,7 +36,7 @@ IndexsearchUtils.getAffectedIdValues = function(fieldname, affectedInfoContainer
if(affectedIds.length > 0)
return affectedIds || [];
else
return []
return [];
}
/**
......
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