commit 8da572efbecd30dd3661fdb45896c0cd2686fa4c Author: fago Date: Mon Feb 18 21:31:17 2013 +0100 Fixed missing render controller. diff --git a/core/modules/profile2/lib/Drupal/profile2/Plugin/Core/Entity/Profile.php b/core/modules/profile2/lib/Drupal/profile2/Plugin/Core/Entity/Profile.php index bfd07ba..5ec5991 100644 --- a/core/modules/profile2/lib/Drupal/profile2/Plugin/Core/Entity/Profile.php +++ b/core/modules/profile2/lib/Drupal/profile2/Plugin/Core/Entity/Profile.php @@ -20,6 +20,7 @@ * label = @Translation("Profile"), * module = "profile2", * controller_class = "Drupal\profile2\ProfileStorageController", + * render_controller_class = "Drupal\Core\Entity\EntityRenderController", * access_controller_class = "Drupal\profile2\ProfileAccessController", * form_controller_class = { * "default" = "Drupal\profile2\ProfileFormController"