Skip to content

Commit

Permalink
Merge branch 'dev-5' of github.com:baserproject/basercms into dev-5
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuring committed Feb 15, 2024
2 parents f326f07 + ab7206d commit 16c1500
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ public function getFieldValue(mixed $entry, string $fieldName, array $options =

$customLink = $this->getLink($entry->custom_table_id, $fieldName);

if (!$customLink->display_front) return '';
if (empty($customLink->display_front)) return '';
/** @var CustomField $field */
$field = $customLink->custom_field;

Expand Down

0 comments on commit 16c1500

Please sign in to comment.