mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +00:00
add cascade persisting on permissionsGroups#roleScopes
This is required for a fluent fixtures creation.
This commit is contained in:
parent
c71058610e
commit
29882dd09c
@ -20,6 +20,7 @@ Chill\MainBundle\Entity\PermissionsGroup:
|
|||||||
inversedBy: permissionsGroups
|
inversedBy: permissionsGroups
|
||||||
cache:
|
cache:
|
||||||
usage: NONSTRICT_READ_WRITE
|
usage: NONSTRICT_READ_WRITE
|
||||||
|
cascade: [ persist ]
|
||||||
oneToMany:
|
oneToMany:
|
||||||
groupCenters:
|
groupCenters:
|
||||||
targetEntity: Chill\MainBundle\Entity\GroupCenter
|
targetEntity: Chill\MainBundle\Entity\GroupCenter
|
||||||
|
Loading…
x
Reference in New Issue
Block a user