diff --git a/plugins/fabrik_element/databasejoin/databasejoin.php b/plugins/fabrik_element/databasejoin/databasejoin.php index 8606c75759f..e35b6c27b90 100644 --- a/plugins/fabrik_element/databasejoin/databasejoin.php +++ b/plugins/fabrik_element/databasejoin/databasejoin.php @@ -1319,7 +1319,7 @@ public function render($data, $repeatCounter = 0) $targetIds = $this->multiOptionTargetIds($data, $repeatCounter); // $$$ hugh - no selection, and not new row, so Nothing To See Here, Move Along. - if (FArrayHelper::emptyIsh($targetIds, true) && $formModel->getRowId() != '') + if ($this->isJoin() && FArrayHelper::emptyIsh($targetIds, true) && $formModel->getRowId() != '') { return ''; }