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

Merge branch '1074686_createChildAttr' into '2021.0'

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

See merge request xrm/basic!752
parents 0d5df1fd a42fbf48
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