diff --git a/VERSION.json b/VERSION.json index 59803d254..04f80fdef 100644 --- a/VERSION.json +++ b/VERSION.json @@ -1 +1 @@ -{"major":2, "minor":3, "hotfix":126} \ No newline at end of file +{"major":2, "minor":3, "hotfix":127} \ No newline at end of file diff --git a/app/Model/Attribute.php b/app/Model/Attribute.php index e0f8382a2..4f8703b6c 100755 --- a/app/Model/Attribute.php +++ b/app/Model/Attribute.php @@ -1009,6 +1009,7 @@ class Attribute extends AppModel { 'AND' => array( 'Attribute.type !=' => $this->nonCorrelatingTypes, 'Attribute.id !=' => $a['id'], + 'Attribute.event_id !=' => $a['event_id'] ), ), 'recursive => -1',