Skip to content

Commit

Permalink
Task techjoomla#208 chore: prevent to store blank value
Browse files Browse the repository at this point in the history
  • Loading branch information
pravinTek committed Nov 20, 2019
1 parent e3ca0ee commit 5d2fde5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/helpers/tjfields.php
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ public function saveFieldsValue($data)

$this->saveMultiValuedFieldData($fieldValue, $field->client, $data['content_id'], $field->id, $fieldStoredValues);
}
else
elseif (!empty($fieldValue))
{
// Check other option enable for tjlist field

Expand Down

0 comments on commit 5d2fde5

Please sign in to comment.