|
|
@@ -691,6 +691,7 @@ class AclQueryFeatures {
|
|
|
$this__hasFeatureId = [ $this, 'hasFeatureId' ];
|
|
|
$this__addFeatureId = [ $this, 'addFeatureId' ];
|
|
|
$row[$fieldName] = array_map(function ($item) use ($fieldName, $refNs, $refPk, $this__hasFeatureId, $this__addFeatureId) {
|
|
|
+ if (1 === count($item) && !empty($item['p5:links'])) return $item;
|
|
|
$pk = V::get($refPk, '', $item);
|
|
|
$featureId = "{$refNs}.{$pk}";
|
|
|
if (!$this__hasFeatureId($featureId)) {
|