Skip to content

Commit

Permalink
fixes #2
Browse files Browse the repository at this point in the history
  • Loading branch information
sndsabin committed Dec 2, 2019
1 parent e9f968e commit 9876d5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Controller/ObjectsWithCsvController.php
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ protected function retrieveDataObjects($allowedClasses, $key, $searchValues)
$dataObjectsArray[$dataObject->getId()] = [
'id' => $dataObject->getId(),
'fullpath' => $dataObject->getFullPath(),
'classname' => $dataObject->getClass()->getName(),
'published' => $dataObject->isPublished()
];
}
Expand Down

0 comments on commit 9876d5b

Please sign in to comment.