Skip to content

Commit

Permalink
🔨 BASE #271 correção
Browse files Browse the repository at this point in the history
  • Loading branch information
bjverde committed Sep 26, 2023
1 parent 1e8577b commit 54164ba
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1348,6 +1348,7 @@ public function addSelectField(string $id
,string $strDisplayColumn = null
,string $boolNoWrapLabel = null
,string $strDataColumns = null
,bool $enableSearch = true
)
{
$boolRequired = is_null($boolRequired)?false:$boolRequired;
Expand All @@ -1367,6 +1368,7 @@ public function addSelectField(string $id
,$strDisplayColumn
,$boolNoWrapLabel
,$strDataColumns
,$enableSearch
);
$objField = $formField->getAdiantiObj();
$label = $formField->getLabel();
Expand Down

0 comments on commit 54164ba

Please sign in to comment.