Skip to content
Snippets Groups Projects

Issue #3206976 by jrb, owenbush: If language for content is set to "und",...

Files
4
@@ -529,7 +529,6 @@ class FieldInheritanceForm extends EntityForm {
->getStorage($this->entity->getEntityTypeId())
->getQuery()
->condition('id', $id)
->accessCheck(FALSE)
->execute();
return $return;
}
Loading