|
|
|
@ -488,7 +488,7 @@ public class CalculatedFieldEntityMessageProcessor extends AbstractContextAwareM |
|
|
|
if (argNames.isEmpty()) { |
|
|
|
return Collections.emptyMap(); |
|
|
|
} |
|
|
|
List<String> geofencingArgumentNames = ctx.getLinkedEntityGeofencingArgumentNames(); |
|
|
|
List<String> geofencingArgumentNames = ctx.getLinkedEntityAndCurrentOwnerGeofencingArgumentNames(); |
|
|
|
return mapToArgumentsWithDefaultValue(argNames, ctx.getArguments(), geofencingArgumentNames, scope, removedAttrKeys); |
|
|
|
} |
|
|
|
|
|
|
|
|