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

[Projekt: Entwicklung - Neon][TicketNr.: 1074686][Anlage einer untergeordneten...

[Projekt: Entwicklung - Neon][TicketNr.: 1074686][Anlage einer untergeordneten Eigenschaft nach Filterung]
parent f4f173f2
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@ else if (parentId)
condition.and("AB_ATTRIBUTE.ATTRIBUTE_PARENT_ID", parentId);
else
{
condition.and("AB_ATTRIBUTE.AB_ATTRIBUTEID", AttributeUtil.getAllChildren(parentId), SqlBuilder.IN());
condition.andIfSet("AB_ATTRIBUTE.AB_ATTRIBUTEID", AttributeUtil.getAllChildren(parentId), SqlBuilder.IN());
translateName = true;
if(includeParentRecord)
condition.or("AB_ATTRIBUTE.AB_ATTRIBUTEID", parentId);
......
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