Skip to content
Snippets Groups Projects
Commit 06dd9fa5 authored by Kristiaan Van den Eynde's avatar Kristiaan Van den Eynde
Browse files

Issue #3311949 by LOBsTerr, kristiaanvandeneynde: GroupRoleStorage doesn't call parent doPreSave

parent 64062128
No related branches found
No related tags found
1 merge request!231Draft: #3519311 Provide a canonical link to entity using a Views field
......@@ -94,6 +94,8 @@ class GroupRoleStorage extends ConfigEntityStorage implements GroupRoleStorageIn
foreach ($violations as $violation) {
throw new EntityMalformedException($violation->getMessage());
}
return parent::doPreSave($entity);
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment