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
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -94,6 +94,8 @@ class GroupRoleStorage extends ConfigEntityStorage implements GroupRoleStorageIn
    foreach ($violations as $violation) {
      throw new EntityMalformedException($violation->getMessage());
    }

    return parent::doPreSave($entity);
  }

  /**