Skip to content
Snippets Groups Projects
Commit 7d21fccc 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 51038c0c
No related branches found
No related tags found
3 merge requests!207Issue #3497467 by vasyapledov: Take gid from the route instead of Group for cache context 'route.group',!193Issue #3304728 by kristiaanvandeneynde: Add member page missing due to...,!142Issue #3304728 by kristiaanvandeneynde: Add member page missing due to...
......@@ -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