Security

Token

Youssra zaouit Username
Authenticated
Property Value
Roles
[
  "ROLE_AGENT"
  "ROLE_USER"
  "ROLE_BACKOFFICE_AGENT"
]
Inherited Roles none
Token
Symfony\Component\Security\Http\Authenticator\Token\PostAuthenticationToken {#113
  -user: App\Entity\User {#3665 …}
  -roleNames: [
    "ROLE_AGENT"
    "ROLE_USER"
    "ROLE_BACKOFFICE_AGENT"
  ]
  -attributes: []
  -firewallName: "main"
}

Firewall

main Name
Security enabled
Stateless

Configuration

Key Value
provider security.user.provider.concrete.app_user_provider
context main
entry_point security.authenticator.form_login.main
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "switch_user"
  "form_login"
  "json_login"
  "App\Security\AppAuthenticator"
  "App\Security\FacebookAuthenticator"
  "App\Security\GoogleAuthenticator"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#682
  -map: Symfony\Component\Security\Http\AccessMap {#683 …}
  -logger: Symfony\Bridge\Monolog\Logger {#653 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#712
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#1123 …}
  -sessionKey: "_security_main"
  -logger: Symfony\Bridge\Monolog\Logger {#653 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#711 …}
  -dispatcher: Symfony\Component\EventDispatcher\EventDispatcher {#663 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#1005 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#706 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#732
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#734 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\SwitchUserListener {#730
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1124 …}
  -provider: Symfony\Bridge\Doctrine\Security\User\EntityUserProvider {#657 …}
  -userChecker: Symfony\Component\Security\Core\User\InMemoryUserChecker {#729 …}
  -firewallName: "main"
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#1025 …}
  -usernameParameter: "_switch_user"
  -role: "ROLE_ALLOWED_TO_SWITCH"
  -logger: Symfony\Bridge\Monolog\Logger {#653 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1336 …}
  -stateless: false
  -urlGenerator: Symfony\Bundle\FrameworkBundle\Routing\Router {#1193 …}
  -targetRoute: null
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#727
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1124 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#1025 …}
  -map: Symfony\Component\Security\Http\AccessMap {#683 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#662
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1124 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "app_logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#647 …}
  -csrfTokenManager: null
  -eventDispatcher: Symfony\Component\EventDispatcher\EventDispatcher {#663 …}
}
0.00 ms (none)

Authenticators

No authenticators have been recorded. Check previous profiles on your authentication endpoint.

Access Decision

affirmative Strategy
# Voter class
1
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
2
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
3
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
4
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"

Access decision log

# Result Attributes Object
1 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#3757
  -isAccessible: true
  -fqcn: "App\Flexy\ShopBundle\Entity\Customer\Customer"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#3862 …}
  -instance: App\Flexy\ShopBundle\Entity\Customer\Customer {#3730 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 5654
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#3257 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#3156 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
2 GRANTED IS_AUTHENTICATED_REMEMBERED
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS GRANTED
Show voter details
3 GRANTED IS_AUTHENTICATED_REMEMBERED
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS GRANTED
Show voter details
4 GRANTED EA_EXECUTE_ACTION
[
  "action" => "edit"
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#3757
    -isAccessible: true
    -fqcn: "App\Flexy\ShopBundle\Entity\Customer\Customer"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#3862 …}
    -instance: App\Flexy\ShopBundle\Entity\Customer\Customer {#3730 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 5654
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#3257 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#3156 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
5 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3040
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\FormField"
  -propertyName: "ea_form_tab_01K0RY6YJPZ8F20Q3H50N977Z9"
  -value: true
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3032 …}
  -formType: "EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminTabType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3030 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-form_tab"
  -columns: null
  -defaultColumns: ""
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#3234 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3035 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3031 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3142 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3233 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
6 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2975
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\FormField"
  -propertyName: "ea_form_row_01K0RY6YJPZ8F20Q3H50N977ZB"
  -value: true
  -formattedValue: null
  -formatValueCallable: null
  -label: false
  -formType: "EasyCorp\Bundle\EasyAdminBundle\Form\Type\EaFormRowType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2978 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-form_row"
  -columns: null
  -defaultColumns: ""
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#2977 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3042 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3219 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2973 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3037 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
7 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3207
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "reference"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: "Ref Badge"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3176 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: "col-md-6"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#3168 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3229 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3038 …}
  -uniqueId: "01K0RY6YJPZ8F20Q3H50N977ZC"
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3026 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
8 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3141
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "identityNumber"
  -value: "SH198012"
  -formattedValue: "SH198012"
  -formatValueCallable: null
  -label: "CIN"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3151 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: "col-md-6"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#3150 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3149 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3224 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3145 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3154 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
9 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3006
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "firstName"
  -value: "KENZA"
  -formattedValue: "KENZA"
  -formatValueCallable: null
  -label: "First Name"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3008 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: "col-md-6"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#3004 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3015 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3003 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3007 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3009 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
10 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3050
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "lastName"
  -value: "AOURIR"
  -formattedValue: "AOURIR"
  -formatValueCallable: null
  -label: "Last Name"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3036 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: "col-md-6"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#3048 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3017 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3073 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3047 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3011 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
11 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3019
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "email"
  -value: "cIUqLzUFQR3PS6eVe5@examplemail.com"
  -formattedValue: "cIUqLzUFQR3PS6eVe5@examplemail.com"
  -formatValueCallable: null
  -label: "Email"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3020 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: "col-md-6"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#3018 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3024 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3088 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3016 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3021 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
12 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3052
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "phone"
  -value: "0600403217"
  -formattedValue: "0600403217"
  -formatValueCallable: null
  -label: "Phone"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3276 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: "col-md-6"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#3045 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3283 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3077 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3051 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3297 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
13 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2842
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "address"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: "Address"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3305 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: "col-md-6"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#3306 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3310 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3087 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3307 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3303 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
14 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3227
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateField"
  -propertyName: "dateOfBirth"
  -value: DateTime @986601600 {#4202
    date: 2001-04-07 00:00:00.0 Africa/Casablanca (+00:00)
  }
  -formattedValue: "7 avr. 2001"
  -formatValueCallable: null
  -label: "Date de naissance"
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3226 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-date"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/date"
  -templatePath: "@EasyAdmin/crud/field/date.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#3225 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3190 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3301 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3232 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3228 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
15 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3213
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ChoiceField"
  -propertyName: "gender"
  -value: "female"
  -formattedValue: "female"
  -formatValueCallable: null
  -label: "Sexe"
  -formType: "Symfony\Component\Form\Extension\Core\Type\ChoiceType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3231 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-select"
  -columns: "col-md-6"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/choice"
  -templatePath: "@EasyAdmin/crud/field/choice.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#3192 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3230 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3078 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3214 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3189 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
16 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3194
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ImageField"
  -propertyName: "image"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: "Photo"
  -formType: "EasyCorp\Bundle\EasyAdminBundle\Form\Type\FileUploadType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3212 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: "center"
  -help: null
  -cssClass: "field-image"
  -columns: "col-md-6"
  -defaultColumns: "col-md-7 col-xxl-5"
  -translationParameters: []
  -templateName: "label/empty"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#3198 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3222 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3191 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3209 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3203 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
17 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3174
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\FormField"
  -propertyName: "ea_form_tab_01K0RY6YJR9H01XAFP1J61FBXP"
  -value: true
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3058 …}
  -formType: "EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminTabType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3185 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-form_tab"
  -columns: null
  -defaultColumns: ""
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#3165 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3177 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3099 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3166 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3155 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
18 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3238
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\CollectionField"
  -propertyName: "orders"
  -value: Doctrine\ORM\PersistentCollection {#1446 …}
  -formattedValue: "236401"
  -formatValueCallable: null
  -label: "Contrats"
  -formType: "Symfony\Component\Form\Extension\Core\Type\CollectionType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3153 …}
  -sortable: false
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-collection"
  -columns: "col-md-12"
  -defaultColumns: "col-md-8 col-xxl-7"
  -translationParameters: []
  -templateName: "crud/field/collection"
  -templatePath: "@EasyAdmin/crud/field/collection.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#3186 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3187 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3175 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3243 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3216 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
19 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#2503
  -isAccessible: true
  -fqcn: "App\Flexy\ShopBundle\Entity\Order\Order"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#3734 …}
  -instance: null
  -primaryKeyName: "id"
  -primaryKeyValue: null
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2257 …}
  -actions: null
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
20 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2563
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\FormField"
  -propertyName: "ea_form_tab_01K0RY6YKNBP84APJSE4KS3HGE"
  -value: true
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2274 …}
  -formType: "EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminTabType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2515 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-form_tab"
  -columns: null
  -defaultColumns: ""
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#2592 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2596 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2267 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2551 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2550 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
21 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2601
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "reference"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: "Num contrat"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2612 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#2613 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2631 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2597 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2609 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2602 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
22 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2608
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "tel"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: "Tél supplimentaire"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2604 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#2620 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2630 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2622 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2619 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2615 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
23 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2610
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "address"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: "Adresse supplimentaire"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2605 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#2629 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2618 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2626 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2614 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2607 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
24 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2258
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\AssociationField"
  -propertyName: "agent"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: "Commercial"
  -formType: "Symfony\Bridge\Doctrine\Form\Type\EntityType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2263 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-association"
  -columns: null
  -defaultColumns: "col-md-7 col-xxl-6"
  -translationParameters: []
  -templateName: "crud/field/association"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#2268 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2357 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2611 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2269 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2316 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
25 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#2363
  -isAccessible: true
  -fqcn: "App\Flexy\ShopBundle\Entity\Resource\Agent"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#2916 …}
  -instance: null
  -primaryKeyName: "id"
  -primaryKeyValue: null
  -permission: null
  -fields: null
  -actions: null
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
26 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2346
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\AssociationField"
  -propertyName: "store"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: "Store"
  -formType: "Symfony\Bridge\Doctrine\Form\Type\EntityType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2338 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-association"
  -columns: null
  -defaultColumns: "col-md-7 col-xxl-6"
  -translationParameters: []
  -templateName: "crud/field/association"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#2324 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2330 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2411 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2351 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2333 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
27 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#2339
  -isAccessible: true
  -fqcn: "App\Flexy\ShopBundle\Entity\Store\Store"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#4198 …}
  -instance: null
  -primaryKeyName: "id"
  -primaryKeyValue: null
  -permission: null
  -fields: null
  -actions: null
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
28 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2354
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\FormField"
  -propertyName: "ea_form_tab_01K0RY6YKNBP84APJSE4KS3HGN"
  -value: true
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2446 …}
  -formType: "EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminTabType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2334 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-form_tab"
  -columns: null
  -defaultColumns: ""
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#2352 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2341 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2449 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2335 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2342 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
29 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2337
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\CollectionField"
  -propertyName: "orderItems"
  -value: null
  -formattedValue: 0
  -formatValueCallable: null
  -label: "Services"
  -formType: "Symfony\Component\Form\Extension\Core\Type\CollectionType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2325 …}
  -sortable: false
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-collection"
  -columns: "col-md-12"
  -defaultColumns: "col-md-8 col-xxl-7"
  -translationParameters: []
  -templateName: "crud/field/collection"
  -templatePath: "@EasyAdmin/crud/field/collection.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#2344 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2347 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2326 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2348 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2323 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
30 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#2445
  -isAccessible: true
  -fqcn: "App\Flexy\ShopBundle\Entity\Order\OrderItem"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#2524 …}
  -instance: null
  -primaryKeyName: "id"
  -primaryKeyValue: null
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2464 …}
  -actions: null
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
31 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2423
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\AssociationField"
  -propertyName: "product"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: "Product"
  -formType: "Symfony\Bridge\Doctrine\Form\Type\EntityType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2419 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-association"
  -columns: "col-md-12"
  -defaultColumns: "col-md-7 col-xxl-6"
  -translationParameters: []
  -templateName: "crud/field/association"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#2413 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2327 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2310 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2409 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2416 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
32 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#2427
  -isAccessible: true
  -fqcn: "App\Flexy\ShopBundle\Entity\Product\Product"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1576 …}
  -instance: null
  -primaryKeyName: "id"
  -primaryKeyValue: null
  -permission: null
  -fields: null
  -actions: null
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
33 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2312
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\NumberField"
  -propertyName: "price"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: "Price"
  -formType: "Symfony\Component\Form\Extension\Core\Type\NumberType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2308 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-number"
  -columns: "col-md-12"
  -defaultColumns: "col-md-4 col-xxl-3"
  -translationParameters: []
  -templateName: "crud/field/number"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#2311 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2304 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2407 …}
  -uniqueId: "01K0RY6YKQ9GDPMZRADMZGWMNE"
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2468 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
34 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2469
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateTimeField"
  -propertyName: "createdAt"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: "Date debut"
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateTimeType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2463 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-datetime"
  -columns: "col-md-12"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/datetime"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#2472 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2495 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2307 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2470 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2479 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
35 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2241
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextareaField"
  -propertyName: "description"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: "Description"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextareaType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2313 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-textarea"
  -columns: "col-md-12"
  -defaultColumns: "col-md-9 col-xxl-7"
  -translationParameters: []
  -templateName: "crud/field/textarea"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#2305 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2365 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2496 …}
  -uniqueId: "01K0RY6YKQ9GDPMZRADMZGWMNG"
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2498 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
36 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#2499
  -isAccessible: true
  -fqcn: "App\Flexy\ShopBundle\Entity\Order\OrderItem"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#2524 …}
  -instance: null
  -primaryKeyName: "id"
  -primaryKeyValue: null
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2379 …}
  -actions: null
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
37 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2435
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\AssociationField"
  -propertyName: "product"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: "Product"
  -formType: "Symfony\Bridge\Doctrine\Form\Type\EntityType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2420 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-association"
  -columns: "col-md-12"
  -defaultColumns: "col-md-7 col-xxl-6"
  -translationParameters: []
  -templateName: "crud/field/association"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#2473 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2492 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1593 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2477 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2430 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
38 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#2476
  -isAccessible: true
  -fqcn: "App\Flexy\ShopBundle\Entity\Product\Product"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1576 …}
  -instance: null
  -primaryKeyName: "id"
  -primaryKeyValue: null
  -permission: null
  -fields: null
  -actions: null
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
39 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2373
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\NumberField"
  -propertyName: "price"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: "Price"
  -formType: "Symfony\Component\Form\Extension\Core\Type\NumberType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1592 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-number"
  -columns: "col-md-12"
  -defaultColumns: "col-md-4 col-xxl-3"
  -translationParameters: []
  -templateName: "crud/field/number"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#2374 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1654 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1715 …}
  -uniqueId: "01K0RY6YKYFNC3JZ2FYCMZ4MXG"
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2474 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
40 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2385
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateTimeField"
  -propertyName: "createdAt"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: "Date debut"
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateTimeType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2437 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-datetime"
  -columns: "col-md-12"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/datetime"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#2390 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2383 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1696 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2315 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2361 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
41 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2375
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextareaField"
  -propertyName: "description"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: "Description"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextareaType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1691 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-textarea"
  -columns: "col-md-12"
  -defaultColumns: "col-md-9 col-xxl-7"
  -translationParameters: []
  -templateName: "crud/field/textarea"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1648 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1687 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2386 …}
  -uniqueId: "01K0RY6YKYFNC3JZ2FYCMZ4MXJ"
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2380 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
42 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2353
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\FormField"
  -propertyName: "ea_form_tab_01K0RY6YKNBP84APJSE4KS3HGR"
  -value: true
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2359 …}
  -formType: "EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminTabType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2350 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-form_tab"
  -columns: null
  -defaultColumns: ""
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#2332 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2356 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2381 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2329 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2384 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
43 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2410
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\CollectionField"
  -propertyName: "payments"
  -value: null
  -formattedValue: 0
  -formatValueCallable: null
  -label: "Réglements"
  -formType: "Symfony\Component\Form\Extension\Core\Type\CollectionType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2589 …}
  -sortable: false
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-collection"
  -columns: "col-md-12"
  -defaultColumns: "col-md-8 col-xxl-7"
  -translationParameters: []
  -templateName: "crud/field/collection"
  -templatePath: "@EasyAdmin/crud/field/collection.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#2595 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2593 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2320 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2478 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2625 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
44 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#2376
  -isAccessible: true
  -fqcn: "App\Flexy\ShopBundle\Entity\Payment\Payment"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#2572 …}
  -instance: null
  -primaryKeyName: "id"
  -primaryKeyValue: null
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1655 …}
  -actions: null
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
45 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1608
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\MoneyField"
  -propertyName: "amount"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: "Amount"
  -formType: "Symfony\Component\Form\Extension\Core\Type\MoneyType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1619 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: "right"
  -help: null
  -cssClass: "field-money"
  -columns: "col-md-12"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/money"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1606 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1638 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1651 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1604 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1629 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
46 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1601
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\AssociationField"
  -propertyName: "paymentMethod"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: "Payment Method"
  -formType: "Symfony\Bridge\Doctrine\Form\Type\EntityType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1637 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-association"
  -columns: "col-md-12"
  -defaultColumns: "col-md-7 col-xxl-6"
  -translationParameters: []
  -templateName: "crud/field/association"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1641 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1622 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1640 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1634 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1625 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
47 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1626
  -isAccessible: true
  -fqcn: "App\Flexy\ShopBundle\Entity\Payment\PaymentMethod"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#2886 …}
  -instance: null
  -primaryKeyName: "id"
  -primaryKeyValue: null
  -permission: null
  -fields: null
  -actions: null
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
48 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1635
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "reference"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: "Ref Chéque"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1621 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "d-none check-field"
  -columns: "col-md-12"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1636 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1623 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1673 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1615 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1631 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
49 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1620
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "payerLastName"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: "Nom de payeur"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1642 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "d-none check-field"
  -columns: "col-md-12"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1627 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1617 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1618 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1633 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1605 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
50 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1611
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "bankName"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: "Nom de la banque"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1603 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "d-none check-field"
  -columns: "col-md-12"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1602 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1614 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1616 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1609 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1686 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
51 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1714
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "bankAccountNumber"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: "Num de compte bancaire"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1723 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "d-none check-field"
  -columns: "col-md-12"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1978 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2378 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1690 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2494 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1708 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
52 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1688
  -isAccessible: true
  -fqcn: "App\Flexy\ShopBundle\Entity\Payment\Payment"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#2572 …}
  -instance: null
  -primaryKeyName: "id"
  -primaryKeyValue: null
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1557 …}
  -actions: null
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
53 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1674
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\MoneyField"
  -propertyName: "amount"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: "Amount"
  -formType: "Symfony\Component\Form\Extension\Core\Type\MoneyType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1652 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: "right"
  -help: null
  -cssClass: "field-money"
  -columns: "col-md-12"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/money"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1607 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1644 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1545 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1610 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1657 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
54 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1534
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\AssociationField"
  -propertyName: "paymentMethod"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: "Payment Method"
  -formType: "Symfony\Bridge\Doctrine\Form\Type\EntityType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1497 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-association"
  -columns: "col-md-12"
  -defaultColumns: "col-md-7 col-xxl-6"
  -translationParameters: []
  -templateName: "crud/field/association"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1496 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1503 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1613 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1536 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1502 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
55 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1498
  -isAccessible: true
  -fqcn: "App\Flexy\ShopBundle\Entity\Payment\PaymentMethod"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#2886 …}
  -instance: null
  -primaryKeyName: "id"
  -primaryKeyValue: null
  -permission: null
  -fields: null
  -actions: null
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
56 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1493
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "reference"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: "Ref Chéque"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1509 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "d-none check-field"
  -columns: "col-md-12"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1491 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1508 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1549 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1495 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1510 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
57 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1505
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "payerLastName"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: "Nom de payeur"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1515 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "d-none check-field"
  -columns: "col-md-12"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1513 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1514 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1511 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1504 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1494 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
58 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1590
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "bankName"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: "Nom de la banque"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1582 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "d-none check-field"
  -columns: "col-md-12"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1589 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1580 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1500 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1585 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1583 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
59 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1591
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "bankAccountNumber"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: "Num de compte bancaire"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1587 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "d-none check-field"
  -columns: "col-md-12"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1588 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1558 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1586 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1581 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1567 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
60 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#2508
  -isAccessible: true
  -fqcn: "App\Flexy\ShopBundle\Entity\Order\Order"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#3734 …}
  -instance: null
  -primaryKeyName: "id"
  -primaryKeyValue: null
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#3646 …}
  -actions: null
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
61 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2369
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\FormField"
  -propertyName: "ea_form_tab_01K0RY6YM21NKJ6Q4Q7R2QDKZ9"
  -value: true
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3620 …}
  -formType: "EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminTabType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2336 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-form_tab"
  -columns: null
  -defaultColumns: ""
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#2623 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2616 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3636 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2371 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1584 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
62 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1506
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "reference"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: "Num contrat"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1628 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1577 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1546 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2556 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1501 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1565 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
63 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1538
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "tel"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: "Tél supplimentaire"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1548 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1539 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1555 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1569 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1554 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1521 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
64 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1492
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "address"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: "Adresse supplimentaire"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1531 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1526 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1530 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1499 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1522 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1528 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
65 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1532
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\AssociationField"
  -propertyName: "agent"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: "Commercial"
  -formType: "Symfony\Bridge\Doctrine\Form\Type\EntityType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1524 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-association"
  -columns: null
  -defaultColumns: "col-md-7 col-xxl-6"
  -translationParameters: []
  -templateName: "crud/field/association"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1525 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1486 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1529 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1523 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3602 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
66 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1483
  -isAccessible: true
  -fqcn: "App\Flexy\ShopBundle\Entity\Resource\Agent"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#2916 …}
  -instance: null
  -primaryKeyName: "id"
  -primaryKeyValue: null
  -permission: null
  -fields: null
  -actions: null
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
67 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3597
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\AssociationField"
  -propertyName: "store"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: "Store"
  -formType: "Symfony\Bridge\Doctrine\Form\Type\EntityType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3604 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-association"
  -columns: null
  -defaultColumns: "col-md-7 col-xxl-6"
  -translationParameters: []
  -templateName: "crud/field/association"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#3598 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3580 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3618 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3596 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3613 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
68 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#3612
  -isAccessible: true
  -fqcn: "App\Flexy\ShopBundle\Entity\Store\Store"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#4198 …}
  -instance: null
  -primaryKeyName: "id"
  -primaryKeyValue: null
  -permission: null
  -fields: null
  -actions: null
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
69 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3611
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\FormField"
  -propertyName: "ea_form_tab_01K0RY6YM21NKJ6Q4Q7R2QDKZG"
  -value: true
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3574 …}
  -formType: "EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminTabType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3599 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-form_tab"
  -columns: null
  -defaultColumns: ""
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#3600 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3581 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3578 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3610 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3605 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
70 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3593
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\CollectionField"
  -propertyName: "orderItems"
  -value: null
  -formattedValue: 0
  -formatValueCallable: null
  -label: "Services"
  -formType: "Symfony\Component\Form\Extension\Core\Type\CollectionType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3594 …}
  -sortable: false
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-collection"
  -columns: "col-md-12"
  -defaultColumns: "col-md-8 col-xxl-7"
  -translationParameters: []
  -templateName: "crud/field/collection"
  -templatePath: "@EasyAdmin/crud/field/collection.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#3603 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3601 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3584 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3583 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3595 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
71 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#3658
  -isAccessible: true
  -fqcn: "App\Flexy\ShopBundle\Entity\Order\OrderItem"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#2524 …}
  -instance: null
  -primaryKeyName: "id"
  -primaryKeyValue: null
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1349 …}
  -actions: null
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
72 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1476
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\AssociationField"
  -propertyName: "product"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: "Product"
  -formType: "Symfony\Bridge\Doctrine\Form\Type\EntityType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1472 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-association"
  -columns: "col-md-12"
  -defaultColumns: "col-md-7 col-xxl-6"
  -translationParameters: []
  -templateName: "crud/field/association"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#3644 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3606 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4241 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3559 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1477 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
73 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#3550
  -isAccessible: true
  -fqcn: "App\Flexy\ShopBundle\Entity\Product\Product"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1576 …}
  -instance: null
  -primaryKeyName: "id"
  -primaryKeyValue: null
  -permission: null
  -fields: null
  -actions: null
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
74 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4239
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\NumberField"
  -propertyName: "price"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: "Price"
  -formType: "Symfony\Component\Form\Extension\Core\Type\NumberType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3682 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-number"
  -columns: "col-md-12"
  -defaultColumns: "col-md-4 col-xxl-3"
  -translationParameters: []
  -templateName: "crud/field/number"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1373 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4242 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4264 …}
  -uniqueId: "01K0RY6YM3BSVJRV46MPEHF0BG"
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4244 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
75 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4234
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateTimeField"
  -propertyName: "createdAt"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: "Date debut"
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateTimeType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4243 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-datetime"
  -columns: "col-md-12"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/datetime"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#4233 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4238 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4240 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4225 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4235 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
76 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3414
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextareaField"
  -propertyName: "description"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: "Description"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextareaType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4247 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-textarea"
  -columns: "col-md-12"
  -defaultColumns: "col-md-9 col-xxl-7"
  -translationParameters: []
  -templateName: "crud/field/textarea"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#4246 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4250 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4237 …}
  -uniqueId: "01K0RY6YM3BSVJRV46MPEHF0BJ"
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1378 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
77 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#4236
  -isAccessible: true
  -fqcn: "App\Flexy\ShopBundle\Entity\Order\OrderItem"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#2524 …}
  -instance: null
  -primaryKeyName: "id"
  -primaryKeyValue: null
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#4296 …}
  -actions: null
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
78 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1479
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\AssociationField"
  -propertyName: "product"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: "Product"
  -formType: "Symfony\Bridge\Doctrine\Form\Type\EntityType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3356 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-association"
  -columns: "col-md-12"
  -defaultColumns: "col-md-7 col-xxl-6"
  -translationParameters: []
  -templateName: "crud/field/association"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#3681 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1352 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4304 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1371 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1473 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
79 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1369
  -isAccessible: true
  -fqcn: "App\Flexy\ShopBundle\Entity\Product\Product"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1576 …}
  -instance: null
  -primaryKeyName: "id"
  -primaryKeyValue: null
  -permission: null
  -fields: null
  -actions: null
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
80 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4300
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\NumberField"
  -propertyName: "price"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: "Price"
  -formType: "Symfony\Component\Form\Extension\Core\Type\NumberType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4303 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-number"
  -columns: "col-md-12"
  -defaultColumns: "col-md-4 col-xxl-3"
  -translationParameters: []
  -templateName: "crud/field/number"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#4302 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4306 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4325 …}
  -uniqueId: "01K0RY6YM3BSVJRV46MPEHF0BP"
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4263 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
81 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4281
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateTimeField"
  -propertyName: "createdAt"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: "Date debut"
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateTimeType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4284 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-datetime"
  -columns: "col-md-12"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/datetime"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#4283 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4285 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4305 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4282 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4287 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
82 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4301
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextareaField"
  -propertyName: "description"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: "Description"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextareaType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4308 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-textarea"
  -columns: "col-md-12"
  -defaultColumns: "col-md-9 col-xxl-7"
  -translationParameters: []
  -templateName: "crud/field/textarea"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#4307 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4311 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4286 …}
  -uniqueId: "01K0RY6YM3BSVJRV46MPEHF0BR"
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4295 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
83 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3577
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\FormField"
  -propertyName: "ea_form_tab_01K0RY6YM21NKJ6Q4Q7R2QDKZK"
  -value: true
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#4288 …}
  -formType: "EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminTabType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3590 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-form_tab"
  -columns: null
  -defaultColumns: ""
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#3588 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3587 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4294 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3592 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3586 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
84 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3589
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\CollectionField"
  -propertyName: "payments"
  -value: null
  -formattedValue: 0
  -formatValueCallable: null
  -label: "Réglements"
  -formType: "Symfony\Component\Form\Extension\Core\Type\CollectionType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3647 …}
  -sortable: false
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-collection"
  -columns: "col-md-12"
  -defaultColumns: "col-md-8 col-xxl-7"
  -translationParameters: []
  -templateName: "crud/field/collection"
  -templatePath: "@EasyAdmin/crud/field/collection.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#3655 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3654 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3591 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3649 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3653 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
85 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#4293
  -isAccessible: true
  -fqcn: "App\Flexy\ShopBundle\Entity\Payment\Payment"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#2572 …}
  -instance: null
  -primaryKeyName: "id"
  -primaryKeyValue: null
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#4381 …}
  -actions: null
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
86 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4317
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\MoneyField"
  -propertyName: "amount"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: "Amount"
  -formType: "Symfony\Component\Form\Extension\Core\Type\MoneyType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4314 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: "right"
  -help: null
  -cssClass: "field-money"
  -columns: "col-md-12"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/money"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#4297 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3615 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4386 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3651 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4324 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
87 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4342
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\AssociationField"
  -propertyName: "paymentMethod"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: "Payment Method"
  -formType: "Symfony\Bridge\Doctrine\Form\Type\EntityType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4345 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-association"
  -columns: "col-md-12"
  -defaultColumns: "col-md-7 col-xxl-6"
  -translationParameters: []
  -templateName: "crud/field/association"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#4344 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4346 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1380 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4343 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4348 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
88 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#4347
  -isAccessible: true
  -fqcn: "App\Flexy\ShopBundle\Entity\Payment\PaymentMethod"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#2886 …}
  -instance: null
  -primaryKeyName: "id"
  -primaryKeyValue: null
  -permission: null
  -fields: null
  -actions: null
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
89 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4350
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "reference"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: "Ref Chéque"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4353 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "d-none check-field"
  -columns: "col-md-12"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#4352 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4354 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4400 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4351 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4356 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
90 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4358
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "payerLastName"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: "Nom de payeur"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4361 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "d-none check-field"
  -columns: "col-md-12"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#4360 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4362 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4355 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4359 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4364 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
91 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4366
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "bankName"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: "Nom de la banque"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4369 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "d-none check-field"
  -columns: "col-md-12"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#4368 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4370 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4363 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4367 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4372 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
92 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4374
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "bankAccountNumber"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: "Num de compte bancaire"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4377 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "d-none check-field"
  -columns: "col-md-12"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#4376 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4378 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4371 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4375 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4380 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
93 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#4373
  -isAccessible: true
  -fqcn: "App\Flexy\ShopBundle\Entity\Payment\Payment"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#2572 …}
  -instance: null
  -primaryKeyName: "id"
  -primaryKeyValue: null
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#4463 …}
  -actions: null
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
94 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4401
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\MoneyField"
  -propertyName: "amount"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: "Amount"
  -formType: "Symfony\Component\Form\Extension\Core\Type\MoneyType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4385 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: "right"
  -help: null
  -cssClass: "field-money"
  -columns: "col-md-12"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/money"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#4383 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4349 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4468 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4365 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4406 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
95 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4424
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\AssociationField"
  -propertyName: "paymentMethod"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: "Payment Method"
  -formType: "Symfony\Bridge\Doctrine\Form\Type\EntityType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4427 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-association"
  -columns: "col-md-12"
  -defaultColumns: "col-md-7 col-xxl-6"
  -translationParameters: []
  -templateName: "crud/field/association"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#4426 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4428 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4382 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4425 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4430 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
96 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#4429
  -isAccessible: true
  -fqcn: "App\Flexy\ShopBundle\Entity\Payment\PaymentMethod"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#2886 …}
  -instance: null
  -primaryKeyName: "id"
  -primaryKeyValue: null
  -permission: null
  -fields: null
  -actions: null
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
97 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4432
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "reference"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: "Ref Chéque"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4435 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "d-none check-field"
  -columns: "col-md-12"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#4434 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4436 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4482 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4433 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4438 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
98 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4440
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "payerLastName"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: "Nom de payeur"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4443 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "d-none check-field"
  -columns: "col-md-12"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#4442 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4444 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4437 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4441 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4446 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
99 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4448
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "bankName"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: "Nom de la banque"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4451 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "d-none check-field"
  -columns: "col-md-12"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#4450 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4452 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4445 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4449 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4454 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
100 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4456
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "bankAccountNumber"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: "Num de compte bancaire"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4459 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "d-none check-field"
  -columns: "col-md-12"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#4458 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4460 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4453 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4457 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4462 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
101 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3206
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\FormField"
  -propertyName: "ea_form_tab_01K0RY6YJR9H01XAFP1J61FBXV"
  -value: true
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3585 …}
  -formType: "EasyCorp\Bundle\EasyAdminBundle\Form\Type\EasyAdminTabType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3195 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-form_tab"
  -columns: null
  -defaultColumns: ""
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#3208 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3220 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3614 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3201 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3200 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
102 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3205
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\CollectionField"
  -propertyName: "productSubscriptions"
  -value: Doctrine\ORM\PersistentCollection {#1891 …}
  -formattedValue: "Numéro 1156"
  -formatValueCallable: null
  -label: "Abonnement"
  -formType: "Symfony\Component\Form\Extension\Core\Type\CollectionType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3210 …}
  -sortable: false
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-collection"
  -columns: "col-md-12"
  -defaultColumns: "col-md-8 col-xxl-7"
  -translationParameters: []
  -templateName: "crud/field/collection"
  -templatePath: "@EasyAdmin/crud/field/collection.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#3221 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3188 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3204 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3217 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3152 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
103 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#4471
  -isAccessible: true
  -fqcn: "App\Flexy\ShopBundle\Entity\Product\ProductSubscription"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1895 …}
  -instance: null
  -primaryKeyName: "id"
  -primaryKeyValue: null
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#5032 …}
  -actions: null
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
104 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#5003
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\AssociationField"
  -propertyName: "customer"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: "Customer"
  -formType: "Symfony\Bridge\Doctrine\Form\Type\EntityType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5002 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-association"
  -columns: "col-md-12"
  -defaultColumns: "col-md-7 col-xxl-6"
  -translationParameters: []
  -templateName: "crud/field/association"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#4892 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4439 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5040 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4466 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5004 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
105 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#4976
  -isAccessible: true
  -fqcn: "App\Flexy\ShopBundle\Entity\Customer\Customer"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#3862 …}
  -instance: null
  -primaryKeyName: "id"
  -primaryKeyValue: null
  -permission: null
  -fields: null
  -actions: null
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
106 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#5008
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\AssociationField"
  -propertyName: "product"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: "Product"
  -formType: "Symfony\Bridge\Doctrine\Form\Type\EntityType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5011 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-association"
  -columns: "col-md-12"
  -defaultColumns: "col-md-7 col-xxl-6"
  -translationParameters: []
  -templateName: "crud/field/association"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#5010 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5012 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5058 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#5009 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5014 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
107 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#5013
  -isAccessible: true
  -fqcn: "App\Flexy\ShopBundle\Entity\Product\Product"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1576 …}
  -instance: null
  -primaryKeyName: "id"
  -primaryKeyValue: null
  -permission: null
  -fields: null
  -actions: null
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
108 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#5036
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateTimeField"
  -propertyName: "startAt"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: "Start At"
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateTimeType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5039 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-datetime"
  -columns: "col-md-12"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/datetime"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#5038 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5042 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5071 …}
  -uniqueId: "01K0RY6YMR0K2D6SACZ0K0Z79V"
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5023 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
109 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#5037
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateTimeField"
  -propertyName: "endAt"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: "End At"
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateTimeType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5044 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-datetime"
  -columns: "col-md-12"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/datetime"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#5043 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5047 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5041 …}
  -uniqueId: "01K0RY6YMR0K2D6SACZ0K0Z79W"
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5031 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
110 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#5024
  -isAccessible: true
  -fqcn: "App\Flexy\ShopBundle\Entity\Product\ProductSubscription"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1895 …}
  -instance: null
  -primaryKeyName: "id"
  -primaryKeyValue: null
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#5099 …}
  -actions: null
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
111 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#5020
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\AssociationField"
  -propertyName: "customer"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: "Customer"
  -formType: "Symfony\Bridge\Doctrine\Form\Type\EntityType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5019 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-association"
  -columns: "col-md-12"
  -defaultColumns: "col-md-7 col-xxl-6"
  -translationParameters: []
  -templateName: "crud/field/association"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#5016 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5030 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5107 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#5025 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5007 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
112 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#5028
  -isAccessible: true
  -fqcn: "App\Flexy\ShopBundle\Entity\Customer\Customer"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#3862 …}
  -instance: null
  -primaryKeyName: "id"
  -primaryKeyValue: null
  -permission: null
  -fields: null
  -actions: null
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
113 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#5033
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\AssociationField"
  -propertyName: "product"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: "Product"
  -formType: "Symfony\Bridge\Doctrine\Form\Type\EntityType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5072 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-association"
  -columns: "col-md-12"
  -defaultColumns: "col-md-7 col-xxl-6"
  -translationParameters: []
  -templateName: "crud/field/association"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#5070 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5046 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5125 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#5034 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5063 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
114 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#5048
  -isAccessible: true
  -fqcn: "App\Flexy\ShopBundle\Entity\Product\Product"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1576 …}
  -instance: null
  -primaryKeyName: "id"
  -primaryKeyValue: null
  -permission: null
  -fields: null
  -actions: null
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
115 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#5103
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateTimeField"
  -propertyName: "startAt"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: "Start At"
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateTimeType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5106 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-datetime"
  -columns: "col-md-12"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/datetime"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#5105 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5109 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5138 …}
  -uniqueId: "01K0RY6YMR0K2D6SACZ0K0Z7A1"
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5090 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
116 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#5104
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateTimeField"
  -propertyName: "endAt"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: "End At"
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateTimeType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5111 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-datetime"
  -columns: "col-md-12"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/datetime"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#5110 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5114 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5108 …}
  -uniqueId: "01K0RY6YMR0K2D6SACZ0K0Z7A2"
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5098 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
117 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3053
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\BooleanField"
  -propertyName: "isActif"
  -value: false
  -formattedValue: false
  -formatValueCallable: null
  -label: "Bloqué / Débloqué"
  -formType: "Symfony\Component\Form\Extension\Core\Type\CheckboxType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3237 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "center"
  -help: null
  -cssClass: "field-boolean has-switch"
  -columns: null
  -defaultColumns: ""
  -translationParameters: []
  -templateName: "crud/field/boolean"
  -templatePath: "@EasyAdmin/crud/field/boolean.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#3065 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3139 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5091 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3054 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3248 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
118 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3269
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\BooleanField"
  -propertyName: "canReceiveMails"
  -value: false
  -formattedValue: false
  -formatValueCallable: null
  -label: "A-M"
  -formType: "Symfony\Component\Form\Extension\Core\Type\CheckboxType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3260 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: "center"
  -help: null
  -cssClass: "field-boolean has-switch"
  -columns: null
  -defaultColumns: ""
  -translationParameters: []
  -templateName: "crud/field/boolean"
  -templatePath: "@EasyAdmin/crud/field/boolean.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#3253 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3247 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5154 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3249 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3256 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
119 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#3675
    -type: "entity"
    -name: "saveAndContinue"
    -label: Symfony\Component\Translation\TranslatableMessage {#3878 …}
    -icon: "far fa-edit"
    -cssClass: "action-saveAndContinue btn btn-secondary action-save"
    -htmlElement: "button"
    -htmlAttributes: [
      "type" => "submit"
      "name" => "ea[newForm][btn]"
      "value" => "saveAndContinue"
      "data-action-name" => "saveAndContinue"
      "form" => "edit-Customer-form"
    ]
    -linkUrl: "http://lasalleerp-h.com/agent/?crudAction=edit&crudControllerFqcn=App%5CFlexy%5CFrontBundle%5CThemes%5CLasalle%5CController%5CShopAdmin%5CCustomer%5CCustomerSubscribeCrudController&entityId=5654&page=1&referrer=http://lasalleerp-h.com/agent/?crudAction%3Dindex%26crudControllerFqcn%3DApp%255CFlexy%255CFrontBundle%255CThemes%255CLasalle%255CController%255CShopAdmin%255CCustomer%255CCustomerSubscribeCrudController%26menuIndex%3D%26page%3D1%26query%3DKENZA%2520AOURIR%26submenuIndex%3D"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#3757
    -isAccessible: true
    -fqcn: "App\Flexy\ShopBundle\Entity\Customer\Customer"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#3862 …}
    -instance: App\Flexy\ShopBundle\Entity\Customer\Customer {#3730 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 5654
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#3257 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#3156 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
120 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#3678
    -type: "entity"
    -name: "saveAndReturn"
    -label: Symfony\Component\Translation\TranslatableMessage {#3172 …}
    -icon: null
    -cssClass: "action-saveAndReturn btn btn-primary action-save"
    -htmlElement: "button"
    -htmlAttributes: [
      "type" => "submit"
      "name" => "ea[newForm][btn]"
      "value" => "saveAndReturn"
      "data-action-name" => "saveAndReturn"
      "form" => "edit-Customer-form"
    ]
    -linkUrl: "http://lasalleerp-h.com/agent/?crudAction=edit&crudControllerFqcn=App%5CFlexy%5CFrontBundle%5CThemes%5CLasalle%5CController%5CShopAdmin%5CCustomer%5CCustomerSubscribeCrudController&page=1&referrer=http://lasalleerp-h.com/agent/?crudAction%3Dindex%26crudControllerFqcn%3DApp%255CFlexy%255CFrontBundle%255CThemes%255CLasalle%255CController%255CShopAdmin%255CCustomer%255CCustomerSubscribeCrudController%26menuIndex%3D%26page%3D1%26query%3DKENZA%2520AOURIR%26submenuIndex%3D"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#3757
    -isAccessible: true
    -fqcn: "App\Flexy\ShopBundle\Entity\Customer\Customer"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#3862 …}
    -instance: App\Flexy\ShopBundle\Entity\Customer\Customer {#3730 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 5654
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#3257 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#3156 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
121 DENIED ROLE_CUSTOMER
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS DENIED
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS ABSTAIN
Show voter details
122 DENIED IS_IMPERSONATOR
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS DENIED
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS ABSTAIN
Show voter details
123 DENIED EA_EXIT_IMPERSONATION
null
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS DENIED
Show voter details
124 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#76646
  -type: "section"
  -selected: false
  -expanded: false
  -label: ""
  -icon: null
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: null
  -linkUrl: "#"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
125 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#76661
  -type: "logout"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#76673 …}
  -icon: "fa-sign-out"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: null
  -linkUrl: "/logout"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
126 DENIED IS_IMPERSONATOR
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS DENIED
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS ABSTAIN
Show voter details
127 GRANTED ROLE_BACKOFFICE_AGENT
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#76696
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#76734 …}
  -icon: null
  -cssClass: ""
  -permission: "ROLE_BACKOFFICE_AGENT"
  -routeName: null
  -routeParameters: null
  -linkUrl: "#"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS GRANTED
Show voter details
128 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#76696
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#76734 …}
  -icon: null
  -cssClass: ""
  -permission: "ROLE_BACKOFFICE_AGENT"
  -routeName: null
  -routeParameters: null
  -linkUrl: "#"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
129 GRANTED ROLE_BACKOFFICE_AGENT
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#76713
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#76731 …}
  -icon: "fas fa-tags"
  -cssClass: ""
  -permission: "ROLE_BACKOFFICE_AGENT"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Flexy\FrontBundle\Themes\Lasalle\Controller\ShopAdmin\Product\ProductCrudController"
    "entityFqcn" => "App\Flexy\ShopBundle\Entity\Product\Product"
    "entityId" => null
  ]
  -linkUrl: "http://lasalleerp-h.com/agent/?crudAction=index&crudControllerFqcn=App%5CFlexy%5CFrontBundle%5CThemes%5CLasalle%5CController%5CShopAdmin%5CProduct%5CProductCrudController&entityFqcn=App%5CFlexy%5CShopBundle%5CEntity%5CProduct%5CProduct"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS GRANTED
Show voter details
130 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#76713
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#76731 …}
  -icon: "fas fa-tags"
  -cssClass: ""
  -permission: "ROLE_BACKOFFICE_AGENT"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Flexy\FrontBundle\Themes\Lasalle\Controller\ShopAdmin\Product\ProductCrudController"
    "entityFqcn" => "App\Flexy\ShopBundle\Entity\Product\Product"
    "entityId" => null
  ]
  -linkUrl: "http://lasalleerp-h.com/agent/?crudAction=index&crudControllerFqcn=App%5CFlexy%5CFrontBundle%5CThemes%5CLasalle%5CController%5CShopAdmin%5CProduct%5CProductCrudController&entityFqcn=App%5CFlexy%5CShopBundle%5CEntity%5CProduct%5CProduct"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
131 GRANTED ROLE_BACKOFFICE_AGENT
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#76709
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#76736 …}
  -icon: "fas fa-tags"
  -cssClass: ""
  -permission: "ROLE_BACKOFFICE_AGENT"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Flexy\FrontBundle\Themes\Lasalle\Controller\ShopAdmin\Product\ProductSubscriptionCrudController"
    "entityFqcn" => "App\Flexy\ShopBundle\Entity\Product\Product"
    "entityId" => null
  ]
  -linkUrl: "http://lasalleerp-h.com/agent/?crudAction=index&crudControllerFqcn=App%5CFlexy%5CFrontBundle%5CThemes%5CLasalle%5CController%5CShopAdmin%5CProduct%5CProductSubscriptionCrudController&entityFqcn=App%5CFlexy%5CShopBundle%5CEntity%5CProduct%5CProduct"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS GRANTED
Show voter details
132 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#76709
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#76736 …}
  -icon: "fas fa-tags"
  -cssClass: ""
  -permission: "ROLE_BACKOFFICE_AGENT"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Flexy\FrontBundle\Themes\Lasalle\Controller\ShopAdmin\Product\ProductSubscriptionCrudController"
    "entityFqcn" => "App\Flexy\ShopBundle\Entity\Product\Product"
    "entityId" => null
  ]
  -linkUrl: "http://lasalleerp-h.com/agent/?crudAction=index&crudControllerFqcn=App%5CFlexy%5CFrontBundle%5CThemes%5CLasalle%5CController%5CShopAdmin%5CProduct%5CProductSubscriptionCrudController&entityFqcn=App%5CFlexy%5CShopBundle%5CEntity%5CProduct%5CProduct"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
133 GRANTED ROLE_BACKOFFICE_AGENT
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#76707
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#76733 …}
  -icon: "fas fa-users"
  -cssClass: ""
  -permission: "ROLE_BACKOFFICE_AGENT"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Flexy\FrontBundle\Themes\Lasalle\Controller\ShopAdmin\Customer\CustomerSubscribeCrudController"
    "entityFqcn" => "App\Flexy\ShopBundle\Entity\Customer\Customer"
    "entityId" => null
  ]
  -linkUrl: "http://lasalleerp-h.com/agent/?crudAction=index&crudControllerFqcn=App%5CFlexy%5CFrontBundle%5CThemes%5CLasalle%5CController%5CShopAdmin%5CCustomer%5CCustomerSubscribeCrudController&entityFqcn=App%5CFlexy%5CShopBundle%5CEntity%5CCustomer%5CCustomer"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS GRANTED
Show voter details
134 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#76707
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#76733 …}
  -icon: "fas fa-users"
  -cssClass: ""
  -permission: "ROLE_BACKOFFICE_AGENT"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Flexy\FrontBundle\Themes\Lasalle\Controller\ShopAdmin\Customer\CustomerSubscribeCrudController"
    "entityFqcn" => "App\Flexy\ShopBundle\Entity\Customer\Customer"
    "entityId" => null
  ]
  -linkUrl: "http://lasalleerp-h.com/agent/?crudAction=index&crudControllerFqcn=App%5CFlexy%5CFrontBundle%5CThemes%5CLasalle%5CController%5CShopAdmin%5CCustomer%5CCustomerSubscribeCrudController&entityFqcn=App%5CFlexy%5CShopBundle%5CEntity%5CCustomer%5CCustomer"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
135 GRANTED ROLE_BACKOFFICE_AGENT
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#76705
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#76738 …}
  -icon: "fas fa-users"
  -cssClass: ""
  -permission: "ROLE_BACKOFFICE_AGENT"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Flexy\FrontBundle\Themes\Lasalle\Controller\ShopAdmin\Customer\CustomerVisitorsCrudController"
    "entityFqcn" => "App\Flexy\ShopBundle\Entity\Customer\Customer"
    "entityId" => null
  ]
  -linkUrl: "http://lasalleerp-h.com/agent/?crudAction=index&crudControllerFqcn=App%5CFlexy%5CFrontBundle%5CThemes%5CLasalle%5CController%5CShopAdmin%5CCustomer%5CCustomerVisitorsCrudController&entityFqcn=App%5CFlexy%5CShopBundle%5CEntity%5CCustomer%5CCustomer"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS GRANTED
Show voter details
136 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#76705
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#76738 …}
  -icon: "fas fa-users"
  -cssClass: ""
  -permission: "ROLE_BACKOFFICE_AGENT"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Flexy\FrontBundle\Themes\Lasalle\Controller\ShopAdmin\Customer\CustomerVisitorsCrudController"
    "entityFqcn" => "App\Flexy\ShopBundle\Entity\Customer\Customer"
    "entityId" => null
  ]
  -linkUrl: "http://lasalleerp-h.com/agent/?crudAction=index&crudControllerFqcn=App%5CFlexy%5CFrontBundle%5CThemes%5CLasalle%5CController%5CShopAdmin%5CCustomer%5CCustomerVisitorsCrudController&entityFqcn=App%5CFlexy%5CShopBundle%5CEntity%5CCustomer%5CCustomer"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
137 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#76703
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#76752 …}
  -icon: "fa fa-hand-paper-o"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Flexy\FrontBundle\Themes\Lasalle\Controller\ShopAdmin\Customer\VisitCrudController"
    "entityFqcn" => "App\Flexy\ShopBundle\Entity\Customer\Visit"
    "entityId" => null
    "sort" => [
      "id" => "DESC"
    ]
  ]
  -linkUrl: "http://lasalleerp-h.com/agent/?crudAction=index&crudControllerFqcn=App%5CFlexy%5CFrontBundle%5CThemes%5CLasalle%5CController%5CShopAdmin%5CCustomer%5CVisitCrudController&entityFqcn=App%5CFlexy%5CShopBundle%5CEntity%5CCustomer%5CVisit&sort%5Bid%5D=DESC"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
138 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#76701
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#76762 …}
  -icon: "fa fa-id-card-o"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Flexy\FrontBundle\Themes\Lasalle\Controller\ShopAdmin\Customer\VisitOutsideCrudController"
    "entityFqcn" => "App\Flexy\ShopBundle\Entity\Customer\VisitOutside"
    "entityId" => null
    "sort" => [
      "id" => "DESC"
    ]
  ]
  -linkUrl: "http://lasalleerp-h.com/agent/?crudAction=index&crudControllerFqcn=App%5CFlexy%5CFrontBundle%5CThemes%5CLasalle%5CController%5CShopAdmin%5CCustomer%5CVisitOutsideCrudController&entityFqcn=App%5CFlexy%5CShopBundle%5CEntity%5CCustomer%5CVisitOutside&sort%5Bid%5D=DESC"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
139 GRANTED ROLE_BACKOFFICE_AGENT
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#76699
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#76772 …}
  -icon: "fa-solid fa-people-robbery"
  -cssClass: ""
  -permission: "ROLE_BACKOFFICE_AGENT"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Flexy\FrontBundle\Themes\Lasalle\Controller\ShopAdmin\Agent\AgentCoachCrudController"
    "entityFqcn" => "App\Flexy\FrontBundle\Themes\Lasalle\Controller\ShopAdmin\Agent\Dashboard\Agent\Agent"
    "entityId" => null
  ]
  -linkUrl: "http://lasalleerp-h.com/agent/?crudAction=index&crudControllerFqcn=App%5CFlexy%5CFrontBundle%5CThemes%5CLasalle%5CController%5CShopAdmin%5CAgent%5CAgentCoachCrudController&entityFqcn=App%5CFlexy%5CFrontBundle%5CThemes%5CLasalle%5CController%5CShopAdmin%5CAgent%5CDashboard%5CAgent%5CAgent"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS GRANTED
Show voter details
140 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#76699
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#76772 …}
  -icon: "fa-solid fa-people-robbery"
  -cssClass: ""
  -permission: "ROLE_BACKOFFICE_AGENT"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Flexy\FrontBundle\Themes\Lasalle\Controller\ShopAdmin\Agent\AgentCoachCrudController"
    "entityFqcn" => "App\Flexy\FrontBundle\Themes\Lasalle\Controller\ShopAdmin\Agent\Dashboard\Agent\Agent"
    "entityId" => null
  ]
  -linkUrl: "http://lasalleerp-h.com/agent/?crudAction=index&crudControllerFqcn=App%5CFlexy%5CFrontBundle%5CThemes%5CLasalle%5CController%5CShopAdmin%5CAgent%5CAgentCoachCrudController&entityFqcn=App%5CFlexy%5CFrontBundle%5CThemes%5CLasalle%5CController%5CShopAdmin%5CAgent%5CDashboard%5CAgent%5CAgent"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
141 DENIED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#76712
  -type: "crud"
  -selected: false
  -expanded: false
  -label: "Abonnements"
  -icon: "fa-solid fa-calendar-days"
  -cssClass: ""
  -permission: "ROLE_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Flexy\FrontBundle\Themes\Lasalle\Controller\ShopAdmin\Customer\ProductSubscriptionCrudController"
    "entityFqcn" => "App\Flexy\ShopBundle\Entity\Product\ProductSubscription"
    "entityId" => null
  ]
  -linkUrl: null
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS DENIED
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS ABSTAIN
Show voter details
142 DENIED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#76712
  -type: "crud"
  -selected: false
  -expanded: false
  -label: "Abonnements"
  -icon: "fa-solid fa-calendar-days"
  -cssClass: ""
  -permission: "ROLE_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Flexy\FrontBundle\Themes\Lasalle\Controller\ShopAdmin\Customer\ProductSubscriptionCrudController"
    "entityFqcn" => "App\Flexy\ShopBundle\Entity\Product\ProductSubscription"
    "entityId" => null
  ]
  -linkUrl: null
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS DENIED
Show voter details
143 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#76726
  -type: "submenu"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#76799 …}
  -icon: "fa-solid fa-check-to-slot"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: null
  -linkUrl: ""
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: [
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#76722
      -type: "crud"
      -selected: false
      -expanded: false
      -label: Symfony\Component\Translation\TranslatableMessage {#76782 …}
      -icon: "fa-solid fa-check-to-slot"
      -cssClass: ""
      -permission: "ROLE_BACKOFFICE_AGENT"
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => "App\Flexy\FrontBundle\Themes\Lasalle\Controller\ShopAdmin\Order\OrderServiceCrudController"
        "entityFqcn" => "App\Flexy\ShopBundle\Entity\Order\Order"
        "entityId" => null
      ]
      -linkUrl: "http://lasalleerp-h.com/agent/?crudAction=index&crudControllerFqcn=App%5CFlexy%5CFrontBundle%5CThemes%5CLasalle%5CController%5CShopAdmin%5COrder%5COrderServiceCrudController&entityFqcn=App%5CFlexy%5CShopBundle%5CEntity%5COrder%5COrder"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -badge: null
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#76720
      -type: "crud"
      -selected: false
      -expanded: false
      -label: Symfony\Component\Translation\TranslatableMessage {#76791 …}
      -icon: "fa-solid fa-check-to-slot"
      -cssClass: ""
      -permission: "ROLE_BACKOFFICE_AGENT"
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => "App\Flexy\FrontBundle\Themes\Lasalle\Controller\ShopAdmin\Order\OrderServiceCanceledCrudController"
        "entityFqcn" => "App\Flexy\ShopBundle\Entity\Order\Order"
        "entityId" => null
      ]
      -linkUrl: "http://lasalleerp-h.com/agent/?crudAction=index&crudControllerFqcn=App%5CFlexy%5CFrontBundle%5CThemes%5CLasalle%5CController%5CShopAdmin%5COrder%5COrderServiceCanceledCrudController&entityFqcn=App%5CFlexy%5CShopBundle%5CEntity%5COrder%5COrder"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -badge: null
      -subItems: []
    }
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
144 GRANTED ROLE_BACKOFFICE_AGENT
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#76722
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#76782 …}
  -icon: "fa-solid fa-check-to-slot"
  -cssClass: ""
  -permission: "ROLE_BACKOFFICE_AGENT"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Flexy\FrontBundle\Themes\Lasalle\Controller\ShopAdmin\Order\OrderServiceCrudController"
    "entityFqcn" => "App\Flexy\ShopBundle\Entity\Order\Order"
    "entityId" => null
  ]
  -linkUrl: "http://lasalleerp-h.com/agent/?crudAction=index&crudControllerFqcn=App%5CFlexy%5CFrontBundle%5CThemes%5CLasalle%5CController%5CShopAdmin%5COrder%5COrderServiceCrudController&entityFqcn=App%5CFlexy%5CShopBundle%5CEntity%5COrder%5COrder"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS GRANTED
Show voter details
145 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#76722
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#76782 …}
  -icon: "fa-solid fa-check-to-slot"
  -cssClass: ""
  -permission: "ROLE_BACKOFFICE_AGENT"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Flexy\FrontBundle\Themes\Lasalle\Controller\ShopAdmin\Order\OrderServiceCrudController"
    "entityFqcn" => "App\Flexy\ShopBundle\Entity\Order\Order"
    "entityId" => null
  ]
  -linkUrl: "http://lasalleerp-h.com/agent/?crudAction=index&crudControllerFqcn=App%5CFlexy%5CFrontBundle%5CThemes%5CLasalle%5CController%5CShopAdmin%5COrder%5COrderServiceCrudController&entityFqcn=App%5CFlexy%5CShopBundle%5CEntity%5COrder%5COrder"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
146 GRANTED ROLE_BACKOFFICE_AGENT
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#76720
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#76791 …}
  -icon: "fa-solid fa-check-to-slot"
  -cssClass: ""
  -permission: "ROLE_BACKOFFICE_AGENT"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Flexy\FrontBundle\Themes\Lasalle\Controller\ShopAdmin\Order\OrderServiceCanceledCrudController"
    "entityFqcn" => "App\Flexy\ShopBundle\Entity\Order\Order"
    "entityId" => null
  ]
  -linkUrl: "http://lasalleerp-h.com/agent/?crudAction=index&crudControllerFqcn=App%5CFlexy%5CFrontBundle%5CThemes%5CLasalle%5CController%5CShopAdmin%5COrder%5COrderServiceCanceledCrudController&entityFqcn=App%5CFlexy%5CShopBundle%5CEntity%5COrder%5COrder"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS GRANTED
Show voter details
147 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#76720
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#76791 …}
  -icon: "fa-solid fa-check-to-slot"
  -cssClass: ""
  -permission: "ROLE_BACKOFFICE_AGENT"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Flexy\FrontBundle\Themes\Lasalle\Controller\ShopAdmin\Order\OrderServiceCanceledCrudController"
    "entityFqcn" => "App\Flexy\ShopBundle\Entity\Order\Order"
    "entityId" => null
  ]
  -linkUrl: "http://lasalleerp-h.com/agent/?crudAction=index&crudControllerFqcn=App%5CFlexy%5CFrontBundle%5CThemes%5CLasalle%5CController%5CShopAdmin%5COrder%5COrderServiceCanceledCrudController&entityFqcn=App%5CFlexy%5CShopBundle%5CEntity%5COrder%5COrder"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
148 GRANTED ROLE_BACKOFFICE_AGENT
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#76718
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#76825 …}
  -icon: "fa-solid fa-shop"
  -cssClass: ""
  -permission: "ROLE_BACKOFFICE_AGENT"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Flexy\FrontBundle\Themes\Lasalle\Controller\ShopAdmin\Order\CashBoxOrderCrudController"
    "entityFqcn" => "App\Flexy\FrontBundle\Themes\Lasalle\Controller\ShopAdmin\Agent\Dashboard\Agent\CashBoxOrder"
    "entityId" => null
  ]
  -linkUrl: "http://lasalleerp-h.com/agent/?crudAction=index&crudControllerFqcn=App%5CFlexy%5CFrontBundle%5CThemes%5CLasalle%5CController%5CShopAdmin%5COrder%5CCashBoxOrderCrudController&entityFqcn=App%5CFlexy%5CFrontBundle%5CThemes%5CLasalle%5CController%5CShopAdmin%5CAgent%5CDashboard%5CAgent%5CCashBoxOrder"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS GRANTED
Show voter details
149 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#76718
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#76825 …}
  -icon: "fa-solid fa-shop"
  -cssClass: ""
  -permission: "ROLE_BACKOFFICE_AGENT"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Flexy\FrontBundle\Themes\Lasalle\Controller\ShopAdmin\Order\CashBoxOrderCrudController"
    "entityFqcn" => "App\Flexy\FrontBundle\Themes\Lasalle\Controller\ShopAdmin\Agent\Dashboard\Agent\CashBoxOrder"
    "entityId" => null
  ]
  -linkUrl: "http://lasalleerp-h.com/agent/?crudAction=index&crudControllerFqcn=App%5CFlexy%5CFrontBundle%5CThemes%5CLasalle%5CController%5CShopAdmin%5COrder%5CCashBoxOrderCrudController&entityFqcn=App%5CFlexy%5CFrontBundle%5CThemes%5CLasalle%5CController%5CShopAdmin%5CAgent%5CDashboard%5CAgent%5CCashBoxOrder"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
150 GRANTED ROLE_BACKOFFICE_AGENT
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#76716
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#76797 …}
  -icon: "fa-solid fa-user-pen"
  -cssClass: ""
  -permission: "ROLE_BACKOFFICE_AGENT"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Flexy\FrontBundle\Themes\Lasalle\Controller\ShopAdmin\Agent\AgentCommercialCrudController"
    "entityFqcn" => "App\Flexy\FrontBundle\Themes\Lasalle\Controller\ShopAdmin\Agent\Dashboard\Agent\Agent"
    "entityId" => null
  ]
  -linkUrl: "http://lasalleerp-h.com/agent/?crudAction=index&crudControllerFqcn=App%5CFlexy%5CFrontBundle%5CThemes%5CLasalle%5CController%5CShopAdmin%5CAgent%5CAgentCommercialCrudController&entityFqcn=App%5CFlexy%5CFrontBundle%5CThemes%5CLasalle%5CController%5CShopAdmin%5CAgent%5CDashboard%5CAgent%5CAgent"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS GRANTED
Show voter details
151 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#76716
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#76797 …}
  -icon: "fa-solid fa-user-pen"
  -cssClass: ""
  -permission: "ROLE_BACKOFFICE_AGENT"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Flexy\FrontBundle\Themes\Lasalle\Controller\ShopAdmin\Agent\AgentCommercialCrudController"
    "entityFqcn" => "App\Flexy\FrontBundle\Themes\Lasalle\Controller\ShopAdmin\Agent\Dashboard\Agent\Agent"
    "entityId" => null
  ]
  -linkUrl: "http://lasalleerp-h.com/agent/?crudAction=index&crudControllerFqcn=App%5CFlexy%5CFrontBundle%5CThemes%5CLasalle%5CController%5CShopAdmin%5CAgent%5CAgentCommercialCrudController&entityFqcn=App%5CFlexy%5CFrontBundle%5CThemes%5CLasalle%5CController%5CShopAdmin%5CAgent%5CDashboard%5CAgent%5CAgent"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
152 GRANTED ROLE_BACKOFFICE_AGENT
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#76714
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#76835 …}
  -icon: "fa-solid fa-crosshairs"
  -cssClass: ""
  -permission: "ROLE_BACKOFFICE_AGENT"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Flexy\FrontBundle\Themes\Lasalle\Controller\ShopAdmin\Agent\AgentObjectiveCrudController"
    "entityFqcn" => "App\Flexy\FrontBundle\Themes\Lasalle\Controller\ShopAdmin\Agent\Dashboard\Agent\AgentObjective"
    "entityId" => null
  ]
  -linkUrl: "http://lasalleerp-h.com/agent/?crudAction=index&crudControllerFqcn=App%5CFlexy%5CFrontBundle%5CThemes%5CLasalle%5CController%5CShopAdmin%5CAgent%5CAgentObjectiveCrudController&entityFqcn=App%5CFlexy%5CFrontBundle%5CThemes%5CLasalle%5CController%5CShopAdmin%5CAgent%5CDashboard%5CAgent%5CAgentObjective"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS GRANTED
Show voter details
153 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#76714
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#76835 …}
  -icon: "fa-solid fa-crosshairs"
  -cssClass: ""
  -permission: "ROLE_BACKOFFICE_AGENT"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Flexy\FrontBundle\Themes\Lasalle\Controller\ShopAdmin\Agent\AgentObjectiveCrudController"
    "entityFqcn" => "App\Flexy\FrontBundle\Themes\Lasalle\Controller\ShopAdmin\Agent\Dashboard\Agent\AgentObjective"
    "entityId" => null
  ]
  -linkUrl: "http://lasalleerp-h.com/agent/?crudAction=index&crudControllerFqcn=App%5CFlexy%5CFrontBundle%5CThemes%5CLasalle%5CController%5CShopAdmin%5CAgent%5CAgentObjectiveCrudController&entityFqcn=App%5CFlexy%5CFrontBundle%5CThemes%5CLasalle%5CController%5CShopAdmin%5CAgent%5CDashboard%5CAgent%5CAgentObjective"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
154 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#76724
  -type: "submenu"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#76861 …}
  -icon: "fa-solid fa-note-sticky"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: null
  -linkUrl: ""
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: [
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#76728
      -type: "crud"
      -selected: false
      -expanded: false
      -label: Symfony\Component\Translation\TranslatableMessage {#76845 …}
      -icon: "fa-solid fa-note-sticky"
      -cssClass: ""
      -permission: "ROLE_BACKOFFICE_AGENT"
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Flexy\ShopBundle\Entity\Customer\Complaint"
        "entityId" => null
      ]
      -linkUrl: "http://lasalleerp-h.com/agent/?crudAction=index&crudControllerFqcn=App%5CFlexy%5CFrontBundle%5CThemes%5CLasalle%5CController%5CShopAdmin%5CCustomer%5CComplaintCrudController"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -badge: null
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#76730
      -type: "crud"
      -selected: false
      -expanded: false
      -label: Symfony\Component\Translation\TranslatableMessage {#76851 …}
      -icon: "fa-solid fa-note-sticky"
      -cssClass: ""
      -permission: "ROLE_BACKOFFICE_AGENT"
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Flexy\ShopBundle\Entity\Customer\ComplaintSubject"
        "entityId" => null
      ]
      -linkUrl: "http://lasalleerp-h.com/agent/?crudAction=index&crudControllerFqcn=App%5CFlexy%5CFrontBundle%5CThemes%5CLasalle%5CController%5CShopAdmin%5CCustomer%5CComplaintSubjectCrudController"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -badge: null
      -subItems: []
    }
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
155 GRANTED ROLE_BACKOFFICE_AGENT
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#76728
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#76845 …}
  -icon: "fa-solid fa-note-sticky"
  -cssClass: ""
  -permission: "ROLE_BACKOFFICE_AGENT"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Flexy\ShopBundle\Entity\Customer\Complaint"
    "entityId" => null
  ]
  -linkUrl: "http://lasalleerp-h.com/agent/?crudAction=index&crudControllerFqcn=App%5CFlexy%5CFrontBundle%5CThemes%5CLasalle%5CController%5CShopAdmin%5CCustomer%5CComplaintCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS GRANTED
Show voter details
156 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#76728
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#76845 …}
  -icon: "fa-solid fa-note-sticky"
  -cssClass: ""
  -permission: "ROLE_BACKOFFICE_AGENT"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Flexy\ShopBundle\Entity\Customer\Complaint"
    "entityId" => null
  ]
  -linkUrl: "http://lasalleerp-h.com/agent/?crudAction=index&crudControllerFqcn=App%5CFlexy%5CFrontBundle%5CThemes%5CLasalle%5CController%5CShopAdmin%5CCustomer%5CComplaintCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
157 GRANTED ROLE_BACKOFFICE_AGENT
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#76730
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#76851 …}
  -icon: "fa-solid fa-note-sticky"
  -cssClass: ""
  -permission: "ROLE_BACKOFFICE_AGENT"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Flexy\ShopBundle\Entity\Customer\ComplaintSubject"
    "entityId" => null
  ]
  -linkUrl: "http://lasalleerp-h.com/agent/?crudAction=index&crudControllerFqcn=App%5CFlexy%5CFrontBundle%5CThemes%5CLasalle%5CController%5CShopAdmin%5CCustomer%5CComplaintSubjectCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS GRANTED
Show voter details
158 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#76730
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#76851 …}
  -icon: "fa-solid fa-note-sticky"
  -cssClass: ""
  -permission: "ROLE_BACKOFFICE_AGENT"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Flexy\ShopBundle\Entity\Customer\ComplaintSubject"
    "entityId" => null
  ]
  -linkUrl: "http://lasalleerp-h.com/agent/?crudAction=index&crudControllerFqcn=App%5CFlexy%5CFrontBundle%5CThemes%5CLasalle%5CController%5CShopAdmin%5CCustomer%5CComplaintSubjectCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
159 GRANTED ROLE_AGENT
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
ACCESS GRANTED
Show voter details
160 DENIED IS_IMPERSONATOR
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS DENIED
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS ABSTAIN
Show voter details
161 DENIED IS_IMPERSONATOR
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS DENIED
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS ABSTAIN
Show voter details