md-systems / redirect

DEPRECATED: Redirect moved back to drupal.org, use the official repository.
https://www.drupal.org/project/redirect
21 stars 29 forks source link

Point label entity key to real field. #94

Closed acbramley closed 8 years ago

acbramley commented 8 years ago

This caused a fatal error:

Fatal error: Call to a member function getFieldStorageDefinition() on null in /var/www/site/web/core/lib/Drupal/Core/Entity/ContentEntityBase.php on line 1100

Reproducible by:

$redirect = Redirect::load(1);
$label = $redirect->label();
Berdir commented 8 years ago

Thanks, merged.