Skip to content

Commit

Permalink
#68 Multi-Checkbox mit pflegbaren Optionswerten für Many2Many
Browse files Browse the repository at this point in the history
  • Loading branch information
areanet-foschmid authored and areanet committed Sep 20, 2018
1 parent 491216d commit c991da0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appcms/areanet/PIM/Classes/Api.php
Original file line number Diff line number Diff line change
Expand Up @@ -1071,7 +1071,7 @@ public function getSchema(){
$object = new $className();
$reflect = new \ReflectionClass($object);
$props = $reflect->getProperties(\ReflectionProperty::IS_PUBLIC | \ReflectionProperty::IS_PROTECTED);
$entityName = substr($entity, 4);
$entityName = $entity;

$defaultValues = $reflect->getDefaultProperties();

Expand Down

0 comments on commit c991da0

Please sign in to comment.