|
|
|
@ -384,6 +384,9 @@ public class CalculatedFieldManagerMessageProcessor extends AbstractContextAware |
|
|
|
EntityId mainId, |
|
|
|
MultipleTbCallback parentCallback, |
|
|
|
TriConsumer<EntityId, CalculatedFieldCtx, TbCallback> relationAction) { |
|
|
|
if (isMyPartition(mainId, parentCallback)) { |
|
|
|
return; |
|
|
|
} |
|
|
|
List<CalculatedFieldCtx> cfsByEntityIdAndProfile = getCalculatedFieldsByEntityIdAndProfile(mainId); |
|
|
|
if (cfsByEntityIdAndProfile.isEmpty()) { |
|
|
|
parentCallback.onSuccess(); |
|
|
|
|