Skip to content

Commit

Permalink
Merge pull request #47 from TheDMSGroup/ENG-345
Browse files Browse the repository at this point in the history
[ENG-345] fix model instance from lead to field
  • Loading branch information
heathdutton authored Jun 26, 2018
2 parents 3a06a9c + 9a7ee35 commit c4bd2bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EventListener/ConfigSubscriber.php
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ private function convertToExtendedFieldQuery()
// $this->extendedFields = $this->leadModel->getExtendedEntities(['keys' => 'alias']);

// @todo - check permissions before including Secure.
$fields = $this->leadModel->getEntities(
$fields = $this->fieldModel->getEntities(
[
[
'column' => 'f.isPublished',
Expand Down

0 comments on commit c4bd2bb

Please sign in to comment.