Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
colintucker committed Nov 6, 2017
2 parents aa77bef + 542ab06 commit a3e07d4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Extensions/Lists/ListItemExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,10 @@ public function getListItemDetails()

}

if (isset($spec['show']) && !$this->owner->{$spec['show']}) {
continue;
}

$details->push(
ArrayData::create([
'Name' => $name,
Expand Down

0 comments on commit a3e07d4

Please sign in to comment.