Security

Token

m.salas+superadmin@fundmytextbooks.com Username
Authenticated
Property Value
Roles
[
  "ROLE_SUPER_ADMIN"
  "ROLE_USER"
]
Inherited Roles
[
  "ROLE_ADMIN"
]
Token
Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken {#24852
  -user: FMT\Data\Entity\User {#2908 …}
  -roleNames: [
    "ROLE_SUPER_ADMIN"
    "ROLE_USER"
  ]
  -authenticated: true
  -attributes: []
  -credentials: null
  -firewallName: "main"
}

Firewall

main Name
Security enabled
Stateless
Allows anonymous

Configuration

Key Value
provider (none)
context main
entry_point security.authentication.form_entry_point.main
user_checker fos_user.user_checker
access_denied_handler (none)
access_denied_url (none)
listeners
[
  "form_login"
  "remember_me"
  "anonymous"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#3449
  -map: Symfony\Component\Security\Http\AccessMap {#3450 …}
  -authenticationEntryPoint: null
  -logger: Symfony\Bridge\Monolog\Logger {#3435 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#3456
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#550 …}
  -sessionKey: "_security_main"
  -logger: Symfony\Bridge\Monolog\Logger {#3435 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#3457 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#725 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#3433 …}
  -rememberMeServices: Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#3461 …}
  -sessionTrackerEnabler: [
    Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#551 …}
    "enableUsageTracking"
  ]
}
4.92 ms (none)
Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener {#2902
  #options: [
    "check_path" => "/login_check"
    "login_path" => "/login"
    "always_use_default_target_path" => false
    "default_target_path" => "/"
    "target_path_parameter" => "_target_path"
    "use_referer" => false
    "failure_path" => null
    "failure_forward" => false
    "require_previous_session" => false
    "username_parameter" => "_username"
    "password_parameter" => "_password"
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "authenticate"
    "post_only" => true
    "use_forward" => false
    "enable_csrf" => false
    "form_only" => false
  ]
  #logger: Symfony\Bridge\Monolog\Logger {#3435 …}
  #authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#541 …}
  #providerKey: "main"
  #httpUtils: Symfony\Component\Security\Http\HttpUtils {#3428 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#551 …}
  -sessionStrategy: Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy {#2924 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#725 …}
  -successHandler: Symfony\Component\Security\Http\Authentication\CustomAuthenticationSuccessHandler {#2694 …}
  -failureHandler: Symfony\Component\Security\Http\Authentication\CustomAuthenticationFailureHandler {#2691 …}
  -rememberMeServices: Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#3461 …}
  -csrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#519 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\RememberMeListener {#2707
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#550 …}
  -rememberMeServices: Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices {#3461 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#541 …}
  -logger: Symfony\Bridge\Monolog\Logger {#3435 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#725 …}
  -catchExceptions: true
  -sessionStrategy: Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy {#2924 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener {#2700
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#550 …}
  -secret: "4vHmh8T"
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#541 …}
  -logger: Symfony\Bridge\Monolog\Logger {#3435 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#3436
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#551 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "/logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#3428 …}
  -csrfTokenManager: null
  -eventDispatcher: Symfony\Component\EventDispatcher\EventDispatcher {#3437 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#2703
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#551 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#538 …}
  -map: Symfony\Component\Security\Http\AccessMap {#3450 …}
  -authManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#541 …}
  -exceptionOnNoToken: true
}
0.22 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\RoleHierarchyVoter"
3
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
4
"FMT\Application\Voter\AdminPanelVoter"
5
"FMT\Application\Voter\CampaignVoter"
6
"FMT\Application\Voter\CartVoter"
7
"FMT\Application\Voter\CommandVoter"
8
"FMT\Application\Voter\DonorVoter"
9
"FMT\Application\Voter\TransactionVoter"
10
"FMT\Application\Voter\UserContactVoter"
11
"FMT\Application\Voter\UserVoter"
12
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"

Access decision log

# Result Attributes Object
1 GRANTED
[
  "ROLE_ADMIN"
  "ROLE_MANAGER"
  "ROLE_REPORT_VIEWER"
  "ROLE_MARKETING_USER"
  "ROLE_SCHOOL_ADMIN"
]
Symfony\Component\HttpFoundation\Request {#2
  +attributes: Symfony\Component\HttpFoundation\ParameterBag {#16 …}
  +request: Symfony\Component\HttpFoundation\InputBag {#12 …}
  +query: Symfony\Component\HttpFoundation\InputBag {#11 …}
  +server: Symfony\Component\HttpFoundation\ServerBag {#19 …}
  +files: Symfony\Component\HttpFoundation\FileBag {#18 …}
  +cookies: Symfony\Component\HttpFoundation\InputBag {#17 …}
  +headers: Symfony\Component\HttpFoundation\HeaderBag {#20 …}
  #content: ""
  #languages: null
  #charsets: null
  #encodings: null
  #acceptableContentTypes: null
  #pathInfo: "/admin"
  #requestUri: "/admin?crudAction=index&crudControllerFqcn=FMT%5CApplication%5CController%5CAdmin%5CCrud%5CExternalUserController&filters%5BuserType%5D=STUDENT"
  #baseUrl: ""
  #basePath: ""
  #method: "GET"
  #format: null
  #session: Symfony\Component\HttpFoundation\Session\Session {#132 …}
  #locale: null
  #defaultLocale: "en"
  -preferredFormat: null
  -isHostValid: true
  -isForwardedValid: true
  -isSafeContentPreferred: null
  format: "html"
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
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 EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#4243
  -isAccessible: true
  -fqcn: "FMT\Data\Entity\User"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#92 …}
  -instance: null
  -primaryKeyName: "id"
  -primaryKeyValue: null
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#23555 …}
  -actions: null
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
4 GRANTED EA_EXECUTE_ACTION
[
  "action" => "index"
  "entity" => null
]
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
5 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1615
  -isAccessible: true
  -fqcn: "FMT\Data\Entity\User"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#92 …}
  -instance: FMT\Data\Entity\User {#1393 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 137
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#4976 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#20149 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
6 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#2359
  -isAccessible: true
  -fqcn: "FMT\Data\Entity\User"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#92 …}
  -instance: FMT\Data\Entity\User {#1842 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 202
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#5239 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#20781 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
7 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1299
  -isAccessible: true
  -fqcn: "FMT\Data\Entity\User"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#92 …}
  -instance: FMT\Data\Entity\User {#1832 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 200
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#7039 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#20906 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
8 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1305
  -isAccessible: true
  -fqcn: "FMT\Data\Entity\User"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#92 …}
  -instance: FMT\Data\Entity\User {#1813 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 139
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#7664 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#21031 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
9 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1274
  -isAccessible: true
  -fqcn: "FMT\Data\Entity\User"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#92 …}
  -instance: FMT\Data\Entity\User {#1792 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 136
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#8274 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#21156 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
10 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#934
  -isAccessible: true
  -fqcn: "FMT\Data\Entity\User"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#92 …}
  -instance: FMT\Data\Entity\User {#1352 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 182
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#8899 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#21281 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
11 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#946
  -isAccessible: true
  -fqcn: "FMT\Data\Entity\User"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#92 …}
  -instance: FMT\Data\Entity\User {#2615 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 134
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#9524 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#21406 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
12 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#784
  -isAccessible: true
  -fqcn: "FMT\Data\Entity\User"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#92 …}
  -instance: FMT\Data\Entity\User {#1240 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 203
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#10149 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#21531 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
13 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#792
  -isAccessible: true
  -fqcn: "FMT\Data\Entity\User"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#92 …}
  -instance: FMT\Data\Entity\User {#1243 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 138
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#10774 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#21656 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
14 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#850
  -isAccessible: true
  -fqcn: "FMT\Data\Entity\User"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#92 …}
  -instance: FMT\Data\Entity\User {#1195 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 198
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#11399 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#21781 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
15 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#992
  -isAccessible: true
  -fqcn: "FMT\Data\Entity\User"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#92 …}
  -instance: FMT\Data\Entity\User {#2511 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 181
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#12024 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#21906 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
16 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#4497
  -isAccessible: true
  -fqcn: "FMT\Data\Entity\User"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#92 …}
  -instance: FMT\Data\Entity\User {#1181 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 164
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#12649 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#22031 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
17 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#4537
  -isAccessible: true
  -fqcn: "FMT\Data\Entity\User"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#92 …}
  -instance: FMT\Data\Entity\User {#2412 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 167
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#13274 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#22156 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
18 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#4577
  -isAccessible: true
  -fqcn: "FMT\Data\Entity\User"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#92 …}
  -instance: FMT\Data\Entity\User {#1148 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 135
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#13899 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#22281 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
19 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#4617
  -isAccessible: true
  -fqcn: "FMT\Data\Entity\User"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#92 …}
  -instance: FMT\Data\Entity\User {#1123 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 174
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#14524 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#22406 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
20 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#4657
  -isAccessible: true
  -fqcn: "FMT\Data\Entity\User"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#92 …}
  -instance: FMT\Data\Entity\User {#1104 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 180
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#15149 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#22531 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
21 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#4697
  -isAccessible: true
  -fqcn: "FMT\Data\Entity\User"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#92 …}
  -instance: FMT\Data\Entity\User {#1096 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 184
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#15774 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#22656 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
22 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#4737
  -isAccessible: true
  -fqcn: "FMT\Data\Entity\User"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#92 …}
  -instance: FMT\Data\Entity\User {#1089 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 185
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#16399 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#22781 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
23 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#4777
  -isAccessible: true
  -fqcn: "FMT\Data\Entity\User"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#92 …}
  -instance: FMT\Data\Entity\User {#1070 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 186
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#17009 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#22906 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
24 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#4817
  -isAccessible: true
  -fqcn: "FMT\Data\Entity\User"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#92 …}
  -instance: FMT\Data\Entity\User {#1047 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 188
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#17619 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#23031 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
25 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#4857
  -isAccessible: true
  -fqcn: "FMT\Data\Entity\User"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#92 …}
  -instance: FMT\Data\Entity\User {#1015 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 189
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#18229 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#23156 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
26 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#4897
  -isAccessible: true
  -fqcn: "FMT\Data\Entity\User"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#92 …}
  -instance: FMT\Data\Entity\User {#1010 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 204
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#18839 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#23281 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
27 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#4937
  -isAccessible: true
  -fqcn: "FMT\Data\Entity\User"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#92 …}
  -instance: FMT\Data\Entity\User {#1336 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 163
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#19534 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#23406 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
28 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#5099
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ImageField"
  -propertyName: "profile.avatar.filename"
  -value: "0242a44b12378156008a9f1968c2edb4.jpg"
  -formattedValue: "/avatar/0242a44b12378156008a9f1968c2edb4.jpg"
  -formatValueCallable: null
  -label: "Avatar"
  -formType: "EasyCorp\Bundle\EasyAdminBundle\Form\Type\FileUploadType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5102 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "center"
  -help: null
  -cssClass: "field-image"
  -columns: null
  -defaultColumns: "col-md-7 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/image"
  -templatePath: "@EasyAdmin/crud/field/image.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#5101 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5103 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5256 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#5100 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5105 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
29 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#5106
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.firstName"
  -value: "Joy"
  -formattedValue: "Joy"
  -formatValueCallable: null
  -label: "First Name"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5109 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#5108 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5110 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5339 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#5107 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5112 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
30 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#5113
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.lastName"
  -value: "Adeyemo"
  -formattedValue: "Adeyemo"
  -formatValueCallable: null
  -label: "Last Name"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5116 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#5115 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5117 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5380 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#5114 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5119 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
31 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#5120
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.email"
  -value: "jaadeyemo@ucdavis.edu"
  -formattedValue: "jaadeyemo@ucdavis.edu"
  -formatValueCallable: null
  -label: "Email"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5123 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#5122 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5124 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5421 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#5121 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5126 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
32 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#5127
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.school"
  -value: Proxies\__CG__\FMT\Data\Entity\UserSchool {#1863 …}
  -formattedValue: "University of California, Davis (UCDAVIS)"
  -formatValueCallable: null
  -label: "User School"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5130 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#5129 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5131 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5462 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#5128 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5133 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
33 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#5134
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.major.name"
  -value: "COGNITIVE SCIENCE"
  -formattedValue: "COGNITIVE SCIENCE"
  -formatValueCallable: null
  -label: "Major"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5137 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#5136 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5138 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#6284 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#5135 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5140 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
34 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#5141
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.fundedTotal"
  -value: ""
  -formattedValue: Twig\Markup {#6431 …}
  -formatValueCallable: Closure($value, $entity) {#2260 …}
  -label: "Funded"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5144 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#5143 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5145 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#6329 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#5142 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5147 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
35 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#5148
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.transferTotal"
  -value: ""
  -formattedValue: Twig\Markup {#5521 …}
  -formatValueCallable: Closure($value, $entity) {#2252 …}
  -label: "Purchased"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5151 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#5150 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5152 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#6713 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#5149 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5154 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
36 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#5155
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.remainingTotal"
  -value: ""
  -formattedValue: Twig\Markup {#5139 …}
  -formatValueCallable: Closure($value, $entity) {#2244 …}
  -label: "Remaining"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5158 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#5157 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5159 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#6755 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#5156 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5161 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
37 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#5162
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.purchaseUrl"
  -value: ""
  -formattedValue: Twig\Markup {#6428 …}
  -formatValueCallable: Closure($value, $entity) {#2236 …}
  -label: "Campaign"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5165 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#5164 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5166 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#6797 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#5163 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5168 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
38 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#5169
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.fundedPercent"
  -value: ""
  -formattedValue: Twig\Markup {#5153 …}
  -formatValueCallable: Closure($value, $entity) {#2228 …}
  -label: "% Funded"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5172 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#5171 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5173 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#6839 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#5170 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5175 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
39 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#5176
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ChoiceField"
  -propertyName: "roles"
  -value: [
    "ROLE_STUDENT"
    "ROLE_USER"
  ]
  -formattedValue: "Student"
  -formatValueCallable: null
  -label: "Roles"
  -formType: "FMT\Application\FormType\RoleType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5179 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-select"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/choice"
  -templatePath: "@EasyAdmin/crud/field/choice.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#5178 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5180 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#6881 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#5177 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5182 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
40 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#5183
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\BooleanField"
  -propertyName: "enabled"
  -value: true
  -formattedValue: true
  -formatValueCallable: null
  -label: "Status"
  -formType: "Symfony\Component\Form\Extension\Core\Type\CheckboxType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5186 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-boolean"
  -columns: null
  -defaultColumns: ""
  -translationParameters: []
  -templateName: null
  -templatePath: "admin/field/boolean.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#5185 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5187 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#6883 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#5184 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5189 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
41 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#5246
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ImageField"
  -propertyName: "profile.avatar.filename"
  -value: "bcf331a84249722aa72ebb933a21fa63.png"
  -formattedValue: "/avatar/bcf331a84249722aa72ebb933a21fa63.png"
  -formatValueCallable: null
  -label: "Avatar"
  -formType: "EasyCorp\Bundle\EasyAdminBundle\Form\Type\FileUploadType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5233 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "center"
  -help: null
  -cssClass: "field-image"
  -columns: null
  -defaultColumns: "col-md-7 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/image"
  -templatePath: "@EasyAdmin/crud/field/image.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#5238 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5237 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#7053 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#5232 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5234 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
42 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#5235
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.firstName"
  -value: "Chris"
  -formattedValue: "Chris"
  -formatValueCallable: null
  -label: "First Name"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5226 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#5231 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5230 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#7056 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#5225 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5227 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
43 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#5228
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.lastName"
  -value: "Bond"
  -formattedValue: "Bond"
  -formatValueCallable: null
  -label: "Last Name"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5219 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#5224 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5223 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5181 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#5218 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5220 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
44 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#5221
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.email"
  -value: "chris+fmt@ndic.com"
  -formattedValue: "chris+fmt@ndic.com"
  -formatValueCallable: null
  -label: "Email"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5212 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#5217 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5216 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#7050 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#5211 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5213 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
45 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#5214
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.school"
  -value: Proxies\__CG__\FMT\Data\Entity\UserSchool {#1863 …}
  -formattedValue: "University of California, Davis (UCDAVIS)"
  -formatValueCallable: null
  -label: "User School"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5205 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#5210 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5209 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5236 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#5204 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5206 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
46 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#5207
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.major.name"
  -value: "COMPUTER ENGINEERING"
  -formattedValue: "COMPUTER ENGINEERING"
  -formatValueCallable: null
  -label: "Major"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5198 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#5203 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5202 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5229 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#5197 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5199 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
47 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#5200
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.fundedTotal"
  -value: ""
  -formattedValue: Twig\Markup {#5194 …}
  -formatValueCallable: Closure($value, $entity) {#2260 …}
  -label: "Funded"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5191 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#5196 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5195 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5222 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#5190 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5192 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
48 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#5193
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.transferTotal"
  -value: ""
  -formattedValue: Twig\Markup {#7351 …}
  -formatValueCallable: Closure($value, $entity) {#2252 …}
  -label: "Purchased"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5016 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#5098 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5097 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#7348 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#5058 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5057 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
49 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#5059
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.remainingTotal"
  -value: ""
  -formattedValue: Twig\Markup {#7391 …}
  -formatValueCallable: Closure($value, $entity) {#2244 …}
  -label: "Remaining"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5188 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#5174 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#6924 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#7352 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#6922 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#6923 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
50 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#6962
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.purchaseUrl"
  -value: ""
  -formattedValue: Twig\Markup {#7431 …}
  -formatValueCallable: Closure($value, $entity) {#2236 …}
  -label: "Campaign"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#6965 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#6964 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#6966 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#7392 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#6963 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#6968 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
51 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#6969
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.fundedPercent"
  -value: ""
  -formattedValue: Twig\Markup {#7471 …}
  -formatValueCallable: Closure($value, $entity) {#2228 …}
  -label: "% Funded"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#6972 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#6971 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#6973 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#7432 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#6970 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#6975 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
52 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#6976
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ChoiceField"
  -propertyName: "roles"
  -value: [
    "ROLE_STUDENT"
    "ROLE_USER"
  ]
  -formattedValue: "Student"
  -formatValueCallable: null
  -label: "Roles"
  -formType: "FMT\Application\FormType\RoleType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#6979 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-select"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/choice"
  -templatePath: "@EasyAdmin/crud/field/choice.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#6978 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#6980 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#7472 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#6977 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#6982 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
53 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#6983
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\BooleanField"
  -propertyName: "enabled"
  -value: true
  -formattedValue: true
  -formatValueCallable: null
  -label: "Status"
  -formType: "Symfony\Component\Form\Extension\Core\Type\CheckboxType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#6986 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-boolean"
  -columns: null
  -defaultColumns: ""
  -translationParameters: []
  -templateName: null
  -templatePath: "admin/field/boolean.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#6985 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#6987 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5167 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#6984 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#6989 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
54 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#7046
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ImageField"
  -propertyName: "profile.avatar.filename"
  -value: "129ea9e81a1ca7066537bca7def280f0.png"
  -formattedValue: "/avatar/129ea9e81a1ca7066537bca7def280f0.png"
  -formatValueCallable: null
  -label: "Avatar"
  -formType: "EasyCorp\Bundle\EasyAdminBundle\Form\Type\FileUploadType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#7033 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "center"
  -help: null
  -cssClass: "field-image"
  -columns: null
  -defaultColumns: "col-md-7 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/image"
  -templatePath: "@EasyAdmin/crud/field/image.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#7038 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#7037 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#7678 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#7032 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#7034 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
55 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#7035
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.firstName"
  -value: "Kathy"
  -formattedValue: "Kathy"
  -formatValueCallable: null
  -label: "First Name"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#7026 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#7031 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#7030 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#7681 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#7025 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#7027 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
56 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#7028
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.lastName"
  -value: "Bryant"
  -formattedValue: "Bryant"
  -formatValueCallable: null
  -label: "Last Name"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#7019 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#7024 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#7023 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#6981 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#7018 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#7020 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
57 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#7021
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.email"
  -value: "kathy.bryant+studtest@fundmytextbooks.com"
  -formattedValue: "kathy.bryant+studtest@fundmytextbooks.com"
  -formatValueCallable: null
  -label: "Email"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#7012 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#7017 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#7016 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#7675 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#7011 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#7013 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
58 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#7014
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.school"
  -value: Proxies\__CG__\FMT\Data\Entity\UserSchool {#1863 …}
  -formattedValue: "University of California, Davis (UCDAVIS)"
  -formatValueCallable: null
  -label: "User School"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#7005 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#7010 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#7009 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#7036 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#7004 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#7006 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
59 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#7007
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.major.name"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: "Major"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#6998 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -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"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#7003 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#7002 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#7029 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#6997 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#6999 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
60 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#7000
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.fundedTotal"
  -value: ""
  -formattedValue: Twig\Markup {#6994 …}
  -formatValueCallable: Closure($value, $entity) {#2260 …}
  -label: "Funded"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#6991 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#6996 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#6995 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#7022 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#6990 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#6992 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
61 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#6993
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.transferTotal"
  -value: ""
  -formattedValue: Twig\Markup {#7961 …}
  -formatValueCallable: Closure($value, $entity) {#2252 …}
  -label: "Purchased"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5240 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#5247 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5242 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#7958 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#5245 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#5244 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
62 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#5243
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.remainingTotal"
  -value: ""
  -formattedValue: Twig\Markup {#8001 …}
  -formatValueCallable: Closure($value, $entity) {#2244 …}
  -label: "Remaining"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#6988 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#6974 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#7550 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#7962 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#7512 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#6967 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
63 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#7551
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.purchaseUrl"
  -value: ""
  -formattedValue: Twig\Markup {#8041 …}
  -formatValueCallable: Closure($value, $entity) {#2236 …}
  -label: "Campaign"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#7590 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#7589 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#7591 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8002 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#7588 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#7593 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
64 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#7594
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.fundedPercent"
  -value: ""
  -formattedValue: Twig\Markup {#8081 …}
  -formatValueCallable: Closure($value, $entity) {#2228 …}
  -label: "% Funded"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#7597 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#7596 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#7598 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8042 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#7595 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#7600 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
65 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#7601
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ChoiceField"
  -propertyName: "roles"
  -value: [
    "ROLE_STUDENT"
    "ROLE_USER"
  ]
  -formattedValue: "Student"
  -formatValueCallable: null
  -label: "Roles"
  -formType: "FMT\Application\FormType\RoleType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#7604 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-select"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/choice"
  -templatePath: "@EasyAdmin/crud/field/choice.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#7603 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#7605 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8082 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#7602 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#7607 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
66 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#7608
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\BooleanField"
  -propertyName: "enabled"
  -value: true
  -formattedValue: true
  -formatValueCallable: null
  -label: "Status"
  -formType: "Symfony\Component\Form\Extension\Core\Type\CheckboxType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#7611 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-boolean"
  -columns: null
  -defaultColumns: ""
  -translationParameters: []
  -templateName: null
  -templatePath: "admin/field/boolean.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#7610 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#7612 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#7549 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#7609 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#7614 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
67 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#7671
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ImageField"
  -propertyName: "profile.avatar.filename"
  -value: "23d33c4a22242d5489d5768f54da7295.jpg"
  -formattedValue: "/avatar/23d33c4a22242d5489d5768f54da7295.jpg"
  -formatValueCallable: null
  -label: "Avatar"
  -formType: "EasyCorp\Bundle\EasyAdminBundle\Form\Type\FileUploadType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#7658 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "center"
  -help: null
  -cssClass: "field-image"
  -columns: null
  -defaultColumns: "col-md-7 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/image"
  -templatePath: "@EasyAdmin/crud/field/image.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#7663 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#7662 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8288 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#7657 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#7659 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
68 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#7660
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.firstName"
  -value: "Ethan"
  -formattedValue: "Ethan"
  -formatValueCallable: null
  -label: "First Name"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#7651 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#7656 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#7655 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8291 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#7650 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#7652 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
69 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#7653
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.lastName"
  -value: "Dang"
  -formattedValue: "Dang"
  -formatValueCallable: null
  -label: "Last Name"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#7644 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#7649 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#7648 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#7606 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#7643 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#7645 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
70 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#7646
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.email"
  -value: "ethdang@ucdavis.edu"
  -formattedValue: "ethdang@ucdavis.edu"
  -formatValueCallable: null
  -label: "Email"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#7637 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#7642 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#7641 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8285 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#7636 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#7638 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
71 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#7639
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.school"
  -value: Proxies\__CG__\FMT\Data\Entity\UserSchool {#1863 …}
  -formattedValue: "University of California, Davis (UCDAVIS)"
  -formatValueCallable: null
  -label: "User School"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#7630 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#7635 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#7634 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#7661 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#7629 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#7631 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
72 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#7632
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.major.name"
  -value: "ECONOMICS"
  -formattedValue: "ECONOMICS"
  -formatValueCallable: null
  -label: "Major"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#7623 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#7628 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#7627 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#7654 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#7622 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#7624 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
73 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#7625
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.fundedTotal"
  -value: ""
  -formattedValue: Twig\Markup {#7619 …}
  -formatValueCallable: Closure($value, $entity) {#2260 …}
  -label: "Funded"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#7616 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#7621 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#7620 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#7647 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#7615 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#7617 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
74 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#7618
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.transferTotal"
  -value: ""
  -formattedValue: Twig\Markup {#8586 …}
  -formatValueCallable: Closure($value, $entity) {#2252 …}
  -label: "Purchased"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#7040 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#7047 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#7042 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8583 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#7045 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#7044 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
75 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#7043
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.remainingTotal"
  -value: ""
  -formattedValue: Twig\Markup {#8626 …}
  -formatValueCallable: Closure($value, $entity) {#2244 …}
  -label: "Remaining"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#7613 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#7599 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8160 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8587 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#8122 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#7592 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
76 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#8161
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.purchaseUrl"
  -value: ""
  -formattedValue: Twig\Markup {#8666 …}
  -formatValueCallable: Closure($value, $entity) {#2236 …}
  -label: "Campaign"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8200 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#8199 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8201 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8627 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#8198 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8203 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
77 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#8204
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.fundedPercent"
  -value: ""
  -formattedValue: Twig\Markup {#8706 …}
  -formatValueCallable: Closure($value, $entity) {#2228 …}
  -label: "% Funded"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8207 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#8206 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8208 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8667 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#8205 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8210 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
78 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#8211
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ChoiceField"
  -propertyName: "roles"
  -value: [
    "ROLE_STUDENT"
    "ROLE_USER"
  ]
  -formattedValue: "Student"
  -formatValueCallable: null
  -label: "Roles"
  -formType: "FMT\Application\FormType\RoleType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8214 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-select"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/choice"
  -templatePath: "@EasyAdmin/crud/field/choice.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#8213 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8215 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8707 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#8212 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8217 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
79 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#8218
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\BooleanField"
  -propertyName: "enabled"
  -value: true
  -formattedValue: true
  -formatValueCallable: null
  -label: "Status"
  -formType: "Symfony\Component\Form\Extension\Core\Type\CheckboxType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8221 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-boolean"
  -columns: null
  -defaultColumns: ""
  -translationParameters: []
  -templateName: null
  -templatePath: "admin/field/boolean.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#8220 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8222 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8159 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#8219 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8224 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
80 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#8281
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ImageField"
  -propertyName: "profile.avatar.filename"
  -value: "c75ae9e231b310898c0ae52b496f68e3.png"
  -formattedValue: "/avatar/c75ae9e231b310898c0ae52b496f68e3.png"
  -formatValueCallable: null
  -label: "Avatar"
  -formType: "EasyCorp\Bundle\EasyAdminBundle\Form\Type\FileUploadType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8268 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "center"
  -help: null
  -cssClass: "field-image"
  -columns: null
  -defaultColumns: "col-md-7 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/image"
  -templatePath: "@EasyAdmin/crud/field/image.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#8273 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8272 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8913 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#8267 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8269 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
81 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#8270
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.firstName"
  -value: "Mani"
  -formattedValue: "Mani"
  -formatValueCallable: null
  -label: "First Name"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8261 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#8266 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8265 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8916 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#8260 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8262 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
82 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#8263
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.lastName"
  -value: "Ebrahimi Mojaveri"
  -formattedValue: "Ebrahimi Mojaveri"
  -formatValueCallable: null
  -label: "Last Name"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8254 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#8259 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8258 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8216 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#8253 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8255 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
83 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#8256
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.email"
  -value: "mebrahimimojaveri@ucdavis.edu"
  -formattedValue: "mebrahimimojaveri@ucdavis.edu"
  -formatValueCallable: null
  -label: "Email"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8247 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#8252 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8251 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8910 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#8246 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8248 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
84 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#8249
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.school"
  -value: Proxies\__CG__\FMT\Data\Entity\UserSchool {#1863 …}
  -formattedValue: "University of California, Davis (UCDAVIS)"
  -formatValueCallable: null
  -label: "User School"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8240 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#8245 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8244 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8271 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#8239 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8241 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
85 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#8242
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.major.name"
  -value: "MATHEMATICS"
  -formattedValue: "MATHEMATICS"
  -formatValueCallable: null
  -label: "Major"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8233 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#8238 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8237 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8264 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#8232 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8234 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
86 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#8235
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.fundedTotal"
  -value: ""
  -formattedValue: Twig\Markup {#8229 …}
  -formatValueCallable: Closure($value, $entity) {#2260 …}
  -label: "Funded"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8226 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#8231 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8230 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8257 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#8225 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8227 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
87 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#8228
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.transferTotal"
  -value: ""
  -formattedValue: Twig\Markup {#9211 …}
  -formatValueCallable: Closure($value, $entity) {#2252 …}
  -label: "Purchased"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#7665 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#7672 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#7667 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#9208 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#7670 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#7669 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
88 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#7668
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.remainingTotal"
  -value: ""
  -formattedValue: Twig\Markup {#9251 …}
  -formatValueCallable: Closure($value, $entity) {#2244 …}
  -label: "Remaining"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8223 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#8209 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8785 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#9212 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#8747 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8202 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
89 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#8786
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.purchaseUrl"
  -value: ""
  -formattedValue: Twig\Markup {#9291 …}
  -formatValueCallable: Closure($value, $entity) {#2236 …}
  -label: "Campaign"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8825 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#8824 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8826 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#9252 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#8823 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8828 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
90 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#8829
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.fundedPercent"
  -value: ""
  -formattedValue: Twig\Markup {#9331 …}
  -formatValueCallable: Closure($value, $entity) {#2228 …}
  -label: "% Funded"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8832 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#8831 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8833 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#9292 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#8830 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8835 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
91 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#8836
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ChoiceField"
  -propertyName: "roles"
  -value: [
    "ROLE_STUDENT"
    "ROLE_USER"
  ]
  -formattedValue: "Student"
  -formatValueCallable: null
  -label: "Roles"
  -formType: "FMT\Application\FormType\RoleType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8839 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-select"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/choice"
  -templatePath: "@EasyAdmin/crud/field/choice.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#8838 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8840 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#9332 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#8837 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8842 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
92 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#8843
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\BooleanField"
  -propertyName: "enabled"
  -value: true
  -formattedValue: true
  -formatValueCallable: null
  -label: "Status"
  -formType: "Symfony\Component\Form\Extension\Core\Type\CheckboxType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8846 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-boolean"
  -columns: null
  -defaultColumns: ""
  -translationParameters: []
  -templateName: null
  -templatePath: "admin/field/boolean.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#8845 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8847 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8784 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#8844 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8849 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
93 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#8906
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ImageField"
  -propertyName: "profile.avatar.filename"
  -value: "a98a5dd519929f65d9a0f236abe03e9a.png"
  -formattedValue: "/avatar/a98a5dd519929f65d9a0f236abe03e9a.png"
  -formatValueCallable: null
  -label: "Avatar"
  -formType: "EasyCorp\Bundle\EasyAdminBundle\Form\Type\FileUploadType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8893 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "center"
  -help: null
  -cssClass: "field-image"
  -columns: null
  -defaultColumns: "col-md-7 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/image"
  -templatePath: "@EasyAdmin/crud/field/image.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#8898 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8897 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#9538 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#8892 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8894 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
94 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#8895
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.firstName"
  -value: "Ben"
  -formattedValue: "Ben"
  -formatValueCallable: null
  -label: "First Name"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8886 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#8891 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8890 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#9541 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#8885 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8887 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
95 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#8888
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.lastName"
  -value: "Gordnier"
  -formattedValue: "Gordnier"
  -formatValueCallable: null
  -label: "Last Name"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8879 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#8884 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8883 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8841 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#8878 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8880 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
96 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#8881
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.email"
  -value: "bsgordnier@ucdavis.edu"
  -formattedValue: "bsgordnier@ucdavis.edu"
  -formatValueCallable: null
  -label: "Email"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8872 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#8877 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8876 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#9535 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#8871 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8873 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
97 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#8874
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.school"
  -value: Proxies\__CG__\FMT\Data\Entity\UserSchool {#1863 …}
  -formattedValue: "University of California, Davis (UCDAVIS)"
  -formatValueCallable: null
  -label: "User School"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8865 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#8870 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8869 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8896 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#8864 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8866 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
98 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#8867
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.major.name"
  -value: "ENGLISH"
  -formattedValue: "ENGLISH"
  -formatValueCallable: null
  -label: "Major"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8858 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#8863 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8862 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8889 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#8857 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8859 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
99 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#8860
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.fundedTotal"
  -value: ""
  -formattedValue: Twig\Markup {#8854 …}
  -formatValueCallable: Closure($value, $entity) {#2260 …}
  -label: "Funded"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8851 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#8856 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8855 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8882 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#8850 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8852 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
100 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#8853
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.transferTotal"
  -value: ""
  -formattedValue: Twig\Markup {#9836 …}
  -formatValueCallable: Closure($value, $entity) {#2252 …}
  -label: "Purchased"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8275 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#8282 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8277 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#9833 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#8280 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8279 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
101 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#8278
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.remainingTotal"
  -value: ""
  -formattedValue: Twig\Markup {#9876 …}
  -formatValueCallable: Closure($value, $entity) {#2244 …}
  -label: "Remaining"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8848 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#8834 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#9410 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#9837 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#9372 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8827 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
102 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#9411
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.purchaseUrl"
  -value: ""
  -formattedValue: Twig\Markup {#9916 …}
  -formatValueCallable: Closure($value, $entity) {#2236 …}
  -label: "Campaign"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#9450 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#9449 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#9451 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#9877 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#9448 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#9453 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
103 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#9454
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.fundedPercent"
  -value: ""
  -formattedValue: Twig\Markup {#9956 …}
  -formatValueCallable: Closure($value, $entity) {#2228 …}
  -label: "% Funded"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#9457 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#9456 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#9458 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#9917 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#9455 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#9460 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
104 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#9461
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ChoiceField"
  -propertyName: "roles"
  -value: [
    "ROLE_STUDENT"
    "ROLE_USER"
  ]
  -formattedValue: "Student"
  -formatValueCallable: null
  -label: "Roles"
  -formType: "FMT\Application\FormType\RoleType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#9464 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-select"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/choice"
  -templatePath: "@EasyAdmin/crud/field/choice.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#9463 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#9465 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#9957 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#9462 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#9467 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
105 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#9468
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\BooleanField"
  -propertyName: "enabled"
  -value: true
  -formattedValue: true
  -formatValueCallable: null
  -label: "Status"
  -formType: "Symfony\Component\Form\Extension\Core\Type\CheckboxType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#9471 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-boolean"
  -columns: null
  -defaultColumns: ""
  -translationParameters: []
  -templateName: null
  -templatePath: "admin/field/boolean.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#9470 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#9472 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#9409 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#9469 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#9474 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
106 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#9531
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ImageField"
  -propertyName: "profile.avatar.filename"
  -value: "4396b88c2b96ad2fadbe968b024fe6b9.jpeg"
  -formattedValue: "/avatar/4396b88c2b96ad2fadbe968b024fe6b9.jpeg"
  -formatValueCallable: null
  -label: "Avatar"
  -formType: "EasyCorp\Bundle\EasyAdminBundle\Form\Type\FileUploadType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#9518 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "center"
  -help: null
  -cssClass: "field-image"
  -columns: null
  -defaultColumns: "col-md-7 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/image"
  -templatePath: "@EasyAdmin/crud/field/image.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#9523 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#9522 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10163 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#9517 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#9519 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
107 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#9520
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.firstName"
  -value: "Saira"
  -formattedValue: "Saira"
  -formatValueCallable: null
  -label: "First Name"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#9511 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#9516 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#9515 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10166 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#9510 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#9512 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
108 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#9513
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.lastName"
  -value: "Guevara"
  -formattedValue: "Guevara"
  -formatValueCallable: null
  -label: "Last Name"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#9504 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#9509 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#9508 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#9466 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#9503 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#9505 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
109 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#9506
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.email"
  -value: "sjguevara@ucdavis.edu"
  -formattedValue: "sjguevara@ucdavis.edu"
  -formatValueCallable: null
  -label: "Email"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#9497 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#9502 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#9501 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10160 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#9496 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#9498 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
110 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#9499
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.school"
  -value: Proxies\__CG__\FMT\Data\Entity\UserSchool {#1863 …}
  -formattedValue: "University of California, Davis (UCDAVIS)"
  -formatValueCallable: null
  -label: "User School"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#9490 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#9495 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#9494 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#9521 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#9489 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#9491 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
111 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#9492
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.major.name"
  -value: "ECONOMICS"
  -formattedValue: "ECONOMICS"
  -formatValueCallable: null
  -label: "Major"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#9483 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#9488 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#9487 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#9514 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#9482 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#9484 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
112 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#9485
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.fundedTotal"
  -value: ""
  -formattedValue: Twig\Markup {#9479 …}
  -formatValueCallable: Closure($value, $entity) {#2260 …}
  -label: "Funded"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#9476 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#9481 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#9480 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#9507 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#9475 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#9477 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
113 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#9478
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.transferTotal"
  -value: ""
  -formattedValue: Twig\Markup {#10461 …}
  -formatValueCallable: Closure($value, $entity) {#2252 …}
  -label: "Purchased"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8900 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#8907 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8902 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10458 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#8905 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#8904 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
114 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#8903
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.remainingTotal"
  -value: ""
  -formattedValue: Twig\Markup {#10501 …}
  -formatValueCallable: Closure($value, $entity) {#2244 …}
  -label: "Remaining"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#9473 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#9459 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10035 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10462 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#9997 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#9452 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
115 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#10036
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.purchaseUrl"
  -value: ""
  -formattedValue: Twig\Markup {#10541 …}
  -formatValueCallable: Closure($value, $entity) {#2236 …}
  -label: "Campaign"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10075 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#10074 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10076 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10502 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#10073 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10078 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
116 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#10079
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.fundedPercent"
  -value: ""
  -formattedValue: Twig\Markup {#10581 …}
  -formatValueCallable: Closure($value, $entity) {#2228 …}
  -label: "% Funded"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10082 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#10081 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10083 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10542 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#10080 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10085 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
117 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#10086
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ChoiceField"
  -propertyName: "roles"
  -value: [
    "ROLE_STUDENT"
    "ROLE_USER"
  ]
  -formattedValue: "Student"
  -formatValueCallable: null
  -label: "Roles"
  -formType: "FMT\Application\FormType\RoleType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10089 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-select"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/choice"
  -templatePath: "@EasyAdmin/crud/field/choice.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#10088 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10090 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10582 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#10087 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10092 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
118 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#10093
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\BooleanField"
  -propertyName: "enabled"
  -value: true
  -formattedValue: true
  -formatValueCallable: null
  -label: "Status"
  -formType: "Symfony\Component\Form\Extension\Core\Type\CheckboxType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10096 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-boolean"
  -columns: null
  -defaultColumns: ""
  -translationParameters: []
  -templateName: null
  -templatePath: "admin/field/boolean.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#10095 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10097 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10034 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#10094 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10099 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
119 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#10156
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ImageField"
  -propertyName: "profile.avatar.filename"
  -value: "ffcc59a48f599ba6120dbccd6af81fb1.png"
  -formattedValue: "/avatar/ffcc59a48f599ba6120dbccd6af81fb1.png"
  -formatValueCallable: null
  -label: "Avatar"
  -formType: "EasyCorp\Bundle\EasyAdminBundle\Form\Type\FileUploadType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10143 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "center"
  -help: null
  -cssClass: "field-image"
  -columns: null
  -defaultColumns: "col-md-7 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/image"
  -templatePath: "@EasyAdmin/crud/field/image.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#10148 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10147 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10788 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#10142 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10144 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
120 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#10145
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.firstName"
  -value: "Nick"
  -formattedValue: "Nick"
  -formatValueCallable: null
  -label: "First Name"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10136 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#10141 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10140 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10791 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#10135 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10137 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
121 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#10138
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.lastName"
  -value: "Ise"
  -formattedValue: "Ise"
  -formatValueCallable: null
  -label: "Last Name"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10129 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#10134 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10133 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10091 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#10128 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10130 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
122 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#10131
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.email"
  -value: "nick+ucdtest6@ndic.com"
  -formattedValue: "nick+ucdtest6@ndic.com"
  -formatValueCallable: null
  -label: "Email"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10122 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#10127 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10126 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10785 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#10121 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10123 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
123 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#10124
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.school"
  -value: Proxies\__CG__\FMT\Data\Entity\UserSchool {#1863 …}
  -formattedValue: "University of California, Davis (UCDAVIS)"
  -formatValueCallable: null
  -label: "User School"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10115 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#10120 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10119 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10146 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#10114 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10116 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
124 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#10117
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.major.name"
  -value: "APPLIED CHEMISTRY"
  -formattedValue: "APPLIED CHEMISTRY"
  -formatValueCallable: null
  -label: "Major"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10108 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#10113 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10112 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10139 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#10107 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10109 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
125 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#10110
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.fundedTotal"
  -value: ""
  -formattedValue: Twig\Markup {#10104 …}
  -formatValueCallable: Closure($value, $entity) {#2260 …}
  -label: "Funded"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10101 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#10106 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10105 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10132 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#10100 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10102 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
126 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#10103
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.transferTotal"
  -value: ""
  -formattedValue: Twig\Markup {#11086 …}
  -formatValueCallable: Closure($value, $entity) {#2252 …}
  -label: "Purchased"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#9525 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#9532 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#9527 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#11083 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#9530 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#9529 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
127 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#9528
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.remainingTotal"
  -value: ""
  -formattedValue: Twig\Markup {#11126 …}
  -formatValueCallable: Closure($value, $entity) {#2244 …}
  -label: "Remaining"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10098 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#10084 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10660 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#11087 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#10622 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10077 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
128 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#10661
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.purchaseUrl"
  -value: ""
  -formattedValue: Twig\Markup {#11166 …}
  -formatValueCallable: Closure($value, $entity) {#2236 …}
  -label: "Campaign"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10700 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#10699 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10701 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#11127 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#10698 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10703 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
129 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#10704
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.fundedPercent"
  -value: ""
  -formattedValue: Twig\Markup {#11206 …}
  -formatValueCallable: Closure($value, $entity) {#2228 …}
  -label: "% Funded"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10707 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#10706 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10708 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#11167 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#10705 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10710 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
130 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#10711
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ChoiceField"
  -propertyName: "roles"
  -value: [
    "ROLE_STUDENT"
    "ROLE_USER"
  ]
  -formattedValue: "Student"
  -formatValueCallable: null
  -label: "Roles"
  -formType: "FMT\Application\FormType\RoleType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10714 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-select"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/choice"
  -templatePath: "@EasyAdmin/crud/field/choice.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#10713 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10715 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#11207 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#10712 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10717 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
131 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#10718
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\BooleanField"
  -propertyName: "enabled"
  -value: false
  -formattedValue: false
  -formatValueCallable: null
  -label: "Status"
  -formType: "Symfony\Component\Form\Extension\Core\Type\CheckboxType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10721 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-boolean"
  -columns: null
  -defaultColumns: ""
  -translationParameters: []
  -templateName: null
  -templatePath: "admin/field/boolean.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#10720 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10722 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10659 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#10719 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10724 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
132 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#10781
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ImageField"
  -propertyName: "profile.avatar.filename"
  -value: "2c12c2ad7bb227cce6ead262050436a5.jpeg"
  -formattedValue: "/avatar/2c12c2ad7bb227cce6ead262050436a5.jpeg"
  -formatValueCallable: null
  -label: "Avatar"
  -formType: "EasyCorp\Bundle\EasyAdminBundle\Form\Type\FileUploadType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10768 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "center"
  -help: null
  -cssClass: "field-image"
  -columns: null
  -defaultColumns: "col-md-7 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/image"
  -templatePath: "@EasyAdmin/crud/field/image.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#10773 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10772 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#11413 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#10767 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10769 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
133 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#10770
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.firstName"
  -value: "Preston"
  -formattedValue: "Preston"
  -formatValueCallable: null
  -label: "First Name"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10761 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#10766 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10765 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#11416 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#10760 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10762 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
134 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#10763
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.lastName"
  -value: "Kurtz"
  -formattedValue: "Kurtz"
  -formatValueCallable: null
  -label: "Last Name"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10754 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#10759 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10758 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10716 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#10753 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10755 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
135 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#10756
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.email"
  -value: "pakurtz@ucdavis.edu"
  -formattedValue: "pakurtz@ucdavis.edu"
  -formatValueCallable: null
  -label: "Email"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10747 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#10752 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10751 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#11410 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#10746 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10748 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
136 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#10749
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.school"
  -value: Proxies\__CG__\FMT\Data\Entity\UserSchool {#1863 …}
  -formattedValue: "University of California, Davis (UCDAVIS)"
  -formatValueCallable: null
  -label: "User School"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10740 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#10745 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10744 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10771 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#10739 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10741 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
137 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#10742
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.major.name"
  -value: "POLITICAL SCIENCE"
  -formattedValue: "POLITICAL SCIENCE"
  -formatValueCallable: null
  -label: "Major"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10733 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#10738 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10737 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10764 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#10732 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10734 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
138 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#10735
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.fundedTotal"
  -value: ""
  -formattedValue: Twig\Markup {#10729 …}
  -formatValueCallable: Closure($value, $entity) {#2260 …}
  -label: "Funded"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10726 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#10731 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10730 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10757 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#10725 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10727 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
139 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#10728
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.transferTotal"
  -value: ""
  -formattedValue: Twig\Markup {#11711 …}
  -formatValueCallable: Closure($value, $entity) {#2252 …}
  -label: "Purchased"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10150 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#10157 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10152 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#11708 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#10155 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10154 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
140 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#10153
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.remainingTotal"
  -value: ""
  -formattedValue: Twig\Markup {#11751 …}
  -formatValueCallable: Closure($value, $entity) {#2244 …}
  -label: "Remaining"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10723 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#10709 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#11285 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#11712 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#11247 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10702 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
141 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#11286
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.purchaseUrl"
  -value: ""
  -formattedValue: Twig\Markup {#11791 …}
  -formatValueCallable: Closure($value, $entity) {#2236 …}
  -label: "Campaign"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#11325 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#11324 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#11326 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#11752 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#11323 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#11328 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
142 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#11329
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.fundedPercent"
  -value: ""
  -formattedValue: Twig\Markup {#11831 …}
  -formatValueCallable: Closure($value, $entity) {#2228 …}
  -label: "% Funded"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#11332 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#11331 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#11333 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#11792 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#11330 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#11335 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
143 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#11336
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ChoiceField"
  -propertyName: "roles"
  -value: [
    "ROLE_STUDENT"
    "ROLE_USER"
  ]
  -formattedValue: "Student"
  -formatValueCallable: null
  -label: "Roles"
  -formType: "FMT\Application\FormType\RoleType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#11339 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-select"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/choice"
  -templatePath: "@EasyAdmin/crud/field/choice.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#11338 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#11340 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#11832 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#11337 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#11342 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
144 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#11343
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\BooleanField"
  -propertyName: "enabled"
  -value: true
  -formattedValue: true
  -formatValueCallable: null
  -label: "Status"
  -formType: "Symfony\Component\Form\Extension\Core\Type\CheckboxType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#11346 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-boolean"
  -columns: null
  -defaultColumns: ""
  -translationParameters: []
  -templateName: null
  -templatePath: "admin/field/boolean.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#11345 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#11347 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#11284 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#11344 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#11349 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
145 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#11406
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ImageField"
  -propertyName: "profile.avatar.filename"
  -value: "d8a0cb6d766ef0ba4758fff0cbcec7e9.jpeg"
  -formattedValue: "/avatar/d8a0cb6d766ef0ba4758fff0cbcec7e9.jpeg"
  -formatValueCallable: null
  -label: "Avatar"
  -formType: "EasyCorp\Bundle\EasyAdminBundle\Form\Type\FileUploadType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#11393 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "center"
  -help: null
  -cssClass: "field-image"
  -columns: null
  -defaultColumns: "col-md-7 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/image"
  -templatePath: "@EasyAdmin/crud/field/image.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#11398 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#11397 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#12038 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#11392 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#11394 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
146 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#11395
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.firstName"
  -value: "Sarah"
  -formattedValue: "Sarah"
  -formatValueCallable: null
  -label: "First Name"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#11386 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#11391 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#11390 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#12041 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#11385 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#11387 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
147 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#11388
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.lastName"
  -value: "Marin"
  -formattedValue: "Marin"
  -formatValueCallable: null
  -label: "Last Name"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#11379 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#11384 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#11383 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#11341 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#11378 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#11380 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
148 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#11381
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.email"
  -value: "semarin@ucdavis.edu"
  -formattedValue: "semarin@ucdavis.edu"
  -formatValueCallable: null
  -label: "Email"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#11372 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#11377 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#11376 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#12035 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#11371 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#11373 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
149 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#11374
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.school"
  -value: Proxies\__CG__\FMT\Data\Entity\UserSchool {#1863 …}
  -formattedValue: "University of California, Davis (UCDAVIS)"
  -formatValueCallable: null
  -label: "User School"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#11365 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#11370 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#11369 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#11396 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#11364 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#11366 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
150 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#11367
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.major.name"
  -value: "INTERNATIONAL RELATIONS"
  -formattedValue: "INTERNATIONAL RELATIONS"
  -formatValueCallable: null
  -label: "Major"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#11358 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#11363 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#11362 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#11389 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#11357 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#11359 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
151 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#11360
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.fundedTotal"
  -value: ""
  -formattedValue: Twig\Markup {#11354 …}
  -formatValueCallable: Closure($value, $entity) {#2260 …}
  -label: "Funded"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#11351 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#11356 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#11355 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#11382 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#11350 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#11352 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
152 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#11353
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.transferTotal"
  -value: ""
  -formattedValue: Twig\Markup {#12336 …}
  -formatValueCallable: Closure($value, $entity) {#2252 …}
  -label: "Purchased"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10775 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#10782 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10777 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#12333 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#10780 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#10779 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
153 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#10778
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.remainingTotal"
  -value: ""
  -formattedValue: Twig\Markup {#12376 …}
  -formatValueCallable: Closure($value, $entity) {#2244 …}
  -label: "Remaining"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#11348 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#11334 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#11910 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#12337 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#11872 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#11327 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
154 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#11911
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.purchaseUrl"
  -value: ""
  -formattedValue: Twig\Markup {#12416 …}
  -formatValueCallable: Closure($value, $entity) {#2236 …}
  -label: "Campaign"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#11950 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#11949 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#11951 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#12377 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#11948 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#11953 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
155 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#11954
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.fundedPercent"
  -value: ""
  -formattedValue: Twig\Markup {#12456 …}
  -formatValueCallable: Closure($value, $entity) {#2228 …}
  -label: "% Funded"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#11957 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#11956 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#11958 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#12417 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#11955 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#11960 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
156 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#11961
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ChoiceField"
  -propertyName: "roles"
  -value: [
    "ROLE_STUDENT"
    "ROLE_USER"
  ]
  -formattedValue: "Student"
  -formatValueCallable: null
  -label: "Roles"
  -formType: "FMT\Application\FormType\RoleType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#11964 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-select"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/choice"
  -templatePath: "@EasyAdmin/crud/field/choice.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#11963 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#11965 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#12457 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#11962 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#11967 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
157 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#11968
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\BooleanField"
  -propertyName: "enabled"
  -value: true
  -formattedValue: true
  -formatValueCallable: null
  -label: "Status"
  -formType: "Symfony\Component\Form\Extension\Core\Type\CheckboxType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#11971 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-boolean"
  -columns: null
  -defaultColumns: ""
  -translationParameters: []
  -templateName: null
  -templatePath: "admin/field/boolean.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#11970 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#11972 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#11909 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#11969 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#11974 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
158 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#12031
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ImageField"
  -propertyName: "profile.avatar.filename"
  -value: "870c03109532a8086b9670790141e528.jpeg"
  -formattedValue: "/avatar/870c03109532a8086b9670790141e528.jpeg"
  -formatValueCallable: null
  -label: "Avatar"
  -formType: "EasyCorp\Bundle\EasyAdminBundle\Form\Type\FileUploadType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#12018 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "center"
  -help: null
  -cssClass: "field-image"
  -columns: null
  -defaultColumns: "col-md-7 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/image"
  -templatePath: "@EasyAdmin/crud/field/image.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#12023 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#12022 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#12663 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#12017 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#12019 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
159 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#12020
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.firstName"
  -value: "Samantha"
  -formattedValue: "Samantha"
  -formatValueCallable: null
  -label: "First Name"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#12011 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#12016 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#12015 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#12666 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#12010 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#12012 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
160 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#12013
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.lastName"
  -value: "Medina"
  -formattedValue: "Medina"
  -formatValueCallable: null
  -label: "Last Name"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#12004 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#12009 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#12008 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#11966 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#12003 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#12005 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
161 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#12006
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.email"
  -value: "simed@ucdavis.edu"
  -formattedValue: "simed@ucdavis.edu"
  -formatValueCallable: null
  -label: "Email"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#11997 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#12002 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#12001 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#12660 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#11996 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#11998 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
162 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#11999
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.school"
  -value: Proxies\__CG__\FMT\Data\Entity\UserSchool {#1863 …}
  -formattedValue: "University of California, Davis (UCDAVIS)"
  -formatValueCallable: null
  -label: "User School"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#11990 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#11995 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#11994 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#12021 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#11989 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#11991 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
163 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#11992
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.major.name"
  -value: "CELL BIOLOGY"
  -formattedValue: "CELL BIOLOGY"
  -formatValueCallable: null
  -label: "Major"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#11983 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#11988 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#11987 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#12014 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#11982 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#11984 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
164 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#11985
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.fundedTotal"
  -value: ""
  -formattedValue: Twig\Markup {#11979 …}
  -formatValueCallable: Closure($value, $entity) {#2260 …}
  -label: "Funded"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#11976 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#11981 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#11980 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#12007 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#11975 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#11977 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
165 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#11978
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.transferTotal"
  -value: ""
  -formattedValue: Twig\Markup {#12961 …}
  -formatValueCallable: Closure($value, $entity) {#2252 …}
  -label: "Purchased"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#11400 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#11407 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#11402 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#12958 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#11405 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#11404 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
166 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#11403
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.remainingTotal"
  -value: ""
  -formattedValue: Twig\Markup {#13001 …}
  -formatValueCallable: Closure($value, $entity) {#2244 …}
  -label: "Remaining"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#11973 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#11959 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#12535 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#12962 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#12497 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#11952 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
167 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#12536
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.purchaseUrl"
  -value: ""
  -formattedValue: Twig\Markup {#13041 …}
  -formatValueCallable: Closure($value, $entity) {#2236 …}
  -label: "Campaign"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#12575 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#12574 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#12576 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13002 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#12573 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#12578 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
168 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#12579
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.fundedPercent"
  -value: ""
  -formattedValue: Twig\Markup {#13081 …}
  -formatValueCallable: Closure($value, $entity) {#2228 …}
  -label: "% Funded"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#12582 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#12581 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#12583 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13042 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#12580 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#12585 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
169 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#12586
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ChoiceField"
  -propertyName: "roles"
  -value: [
    "ROLE_STUDENT"
    "ROLE_USER"
  ]
  -formattedValue: "Student"
  -formatValueCallable: null
  -label: "Roles"
  -formType: "FMT\Application\FormType\RoleType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#12589 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-select"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/choice"
  -templatePath: "@EasyAdmin/crud/field/choice.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#12588 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#12590 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13082 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#12587 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#12592 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
170 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#12593
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\BooleanField"
  -propertyName: "enabled"
  -value: true
  -formattedValue: true
  -formatValueCallable: null
  -label: "Status"
  -formType: "Symfony\Component\Form\Extension\Core\Type\CheckboxType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#12596 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-boolean"
  -columns: null
  -defaultColumns: ""
  -translationParameters: []
  -templateName: null
  -templatePath: "admin/field/boolean.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#12595 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#12597 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#12534 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#12594 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#12599 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
171 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#12656
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ImageField"
  -propertyName: "profile.avatar.filename"
  -value: "ac194fc866357bdffea05a4a0eec6b58.JPG"
  -formattedValue: "/avatar/ac194fc866357bdffea05a4a0eec6b58.JPG"
  -formatValueCallable: null
  -label: "Avatar"
  -formType: "EasyCorp\Bundle\EasyAdminBundle\Form\Type\FileUploadType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#12643 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "center"
  -help: null
  -cssClass: "field-image"
  -columns: null
  -defaultColumns: "col-md-7 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/image"
  -templatePath: "@EasyAdmin/crud/field/image.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#12648 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#12647 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13288 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#12642 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#12644 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
172 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#12645
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.firstName"
  -value: "Anushka"
  -formattedValue: "Anushka"
  -formatValueCallable: null
  -label: "First Name"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#12636 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#12641 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#12640 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13291 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#12635 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#12637 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
173 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#12638
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.lastName"
  -value: "Mohan"
  -formattedValue: "Mohan"
  -formatValueCallable: null
  -label: "Last Name"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#12629 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#12634 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#12633 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#12591 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#12628 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#12630 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
174 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#12631
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.email"
  -value: "anumohan@ucdavis.edu"
  -formattedValue: "anumohan@ucdavis.edu"
  -formatValueCallable: null
  -label: "Email"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#12622 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#12627 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#12626 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13285 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#12621 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#12623 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
175 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#12624
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.school"
  -value: Proxies\__CG__\FMT\Data\Entity\UserSchool {#1863 …}
  -formattedValue: "University of California, Davis (UCDAVIS)"
  -formatValueCallable: null
  -label: "User School"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#12615 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#12620 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#12619 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#12646 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#12614 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#12616 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
176 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#12617
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.major.name"
  -value: "PSYCHOLOGY"
  -formattedValue: "PSYCHOLOGY"
  -formatValueCallable: null
  -label: "Major"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#12608 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#12613 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#12612 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#12639 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#12607 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#12609 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
177 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#12610
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.fundedTotal"
  -value: ""
  -formattedValue: Twig\Markup {#12604 …}
  -formatValueCallable: Closure($value, $entity) {#2260 …}
  -label: "Funded"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#12601 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#12606 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#12605 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#12632 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#12600 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#12602 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
178 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#12603
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.transferTotal"
  -value: ""
  -formattedValue: Twig\Markup {#13586 …}
  -formatValueCallable: Closure($value, $entity) {#2252 …}
  -label: "Purchased"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#12025 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#12032 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#12027 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13583 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#12030 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#12029 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
179 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#12028
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.remainingTotal"
  -value: ""
  -formattedValue: Twig\Markup {#13626 …}
  -formatValueCallable: Closure($value, $entity) {#2244 …}
  -label: "Remaining"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#12598 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#12584 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13160 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13587 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#13122 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#12577 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
180 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#13161
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.purchaseUrl"
  -value: ""
  -formattedValue: Twig\Markup {#13666 …}
  -formatValueCallable: Closure($value, $entity) {#2236 …}
  -label: "Campaign"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13200 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#13199 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13201 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13627 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#13198 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13203 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
181 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#13204
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.fundedPercent"
  -value: ""
  -formattedValue: Twig\Markup {#13706 …}
  -formatValueCallable: Closure($value, $entity) {#2228 …}
  -label: "% Funded"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13207 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#13206 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13208 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13667 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#13205 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13210 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
182 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#13211
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ChoiceField"
  -propertyName: "roles"
  -value: [
    "ROLE_STUDENT"
    "ROLE_USER"
  ]
  -formattedValue: "Student"
  -formatValueCallable: null
  -label: "Roles"
  -formType: "FMT\Application\FormType\RoleType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13214 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-select"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/choice"
  -templatePath: "@EasyAdmin/crud/field/choice.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#13213 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13215 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13707 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#13212 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13217 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
183 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#13218
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\BooleanField"
  -propertyName: "enabled"
  -value: true
  -formattedValue: true
  -formatValueCallable: null
  -label: "Status"
  -formType: "Symfony\Component\Form\Extension\Core\Type\CheckboxType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13221 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-boolean"
  -columns: null
  -defaultColumns: ""
  -translationParameters: []
  -templateName: null
  -templatePath: "admin/field/boolean.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#13220 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13222 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13159 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#13219 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13224 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
184 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#13281
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ImageField"
  -propertyName: "profile.avatar.filename"
  -value: "4bb4c55e9058fd6900371ed50c25324e.jpg"
  -formattedValue: "/avatar/4bb4c55e9058fd6900371ed50c25324e.jpg"
  -formatValueCallable: null
  -label: "Avatar"
  -formType: "EasyCorp\Bundle\EasyAdminBundle\Form\Type\FileUploadType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13268 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "center"
  -help: null
  -cssClass: "field-image"
  -columns: null
  -defaultColumns: "col-md-7 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/image"
  -templatePath: "@EasyAdmin/crud/field/image.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#13273 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13272 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13913 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#13267 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13269 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
185 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#13270
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.firstName"
  -value: "Rebeca"
  -formattedValue: "Rebeca"
  -formatValueCallable: null
  -label: "First Name"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13261 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#13266 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13265 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13916 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#13260 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13262 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
186 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#13263
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.lastName"
  -value: "Moreno"
  -formattedValue: "Moreno"
  -formatValueCallable: null
  -label: "Last Name"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13254 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#13259 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13258 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13216 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#13253 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13255 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
187 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#13256
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.email"
  -value: "remoreno@ucdavis.edu"
  -formattedValue: "remoreno@ucdavis.edu"
  -formatValueCallable: null
  -label: "Email"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13247 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#13252 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13251 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13910 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#13246 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13248 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
188 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#13249
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.school"
  -value: Proxies\__CG__\FMT\Data\Entity\UserSchool {#1863 …}
  -formattedValue: "University of California, Davis (UCDAVIS)"
  -formatValueCallable: null
  -label: "User School"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13240 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#13245 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13244 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13271 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#13239 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13241 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
189 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#13242
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.major.name"
  -value: "CLINICAL NUTRITION"
  -formattedValue: "CLINICAL NUTRITION"
  -formatValueCallable: null
  -label: "Major"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13233 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#13238 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13237 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13264 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#13232 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13234 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
190 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#13235
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.fundedTotal"
  -value: ""
  -formattedValue: Twig\Markup {#13229 …}
  -formatValueCallable: Closure($value, $entity) {#2260 …}
  -label: "Funded"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13226 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#13231 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13230 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13257 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#13225 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13227 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
191 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#13228
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.transferTotal"
  -value: ""
  -formattedValue: Twig\Markup {#14211 …}
  -formatValueCallable: Closure($value, $entity) {#2252 …}
  -label: "Purchased"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#12650 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#12657 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#12652 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#14208 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#12655 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#12654 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
192 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#12653
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.remainingTotal"
  -value: ""
  -formattedValue: Twig\Markup {#14251 …}
  -formatValueCallable: Closure($value, $entity) {#2244 …}
  -label: "Remaining"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13223 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#13209 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13785 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#14212 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#13747 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13202 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
193 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#13786
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.purchaseUrl"
  -value: ""
  -formattedValue: Twig\Markup {#14291 …}
  -formatValueCallable: Closure($value, $entity) {#2236 …}
  -label: "Campaign"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13825 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#13824 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13826 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#14252 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#13823 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13828 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
194 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#13829
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.fundedPercent"
  -value: ""
  -formattedValue: Twig\Markup {#14331 …}
  -formatValueCallable: Closure($value, $entity) {#2228 …}
  -label: "% Funded"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13832 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#13831 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13833 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#14292 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#13830 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13835 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
195 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#13836
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ChoiceField"
  -propertyName: "roles"
  -value: [
    "ROLE_STUDENT"
    "ROLE_USER"
  ]
  -formattedValue: "Student"
  -formatValueCallable: null
  -label: "Roles"
  -formType: "FMT\Application\FormType\RoleType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13839 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-select"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/choice"
  -templatePath: "@EasyAdmin/crud/field/choice.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#13838 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13840 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#14332 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#13837 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13842 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
196 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#13843
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\BooleanField"
  -propertyName: "enabled"
  -value: true
  -formattedValue: true
  -formatValueCallable: null
  -label: "Status"
  -formType: "Symfony\Component\Form\Extension\Core\Type\CheckboxType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13846 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-boolean"
  -columns: null
  -defaultColumns: ""
  -translationParameters: []
  -templateName: null
  -templatePath: "admin/field/boolean.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#13845 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13847 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13784 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#13844 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13849 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
197 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#13906
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ImageField"
  -propertyName: "profile.avatar.filename"
  -value: "1948ebbedd3d81ceaf11fe926890b577.jpeg"
  -formattedValue: "/avatar/1948ebbedd3d81ceaf11fe926890b577.jpeg"
  -formatValueCallable: null
  -label: "Avatar"
  -formType: "EasyCorp\Bundle\EasyAdminBundle\Form\Type\FileUploadType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13893 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "center"
  -help: null
  -cssClass: "field-image"
  -columns: null
  -defaultColumns: "col-md-7 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/image"
  -templatePath: "@EasyAdmin/crud/field/image.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#13898 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13897 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#14538 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#13892 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13894 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
198 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#13895
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.firstName"
  -value: "Andrea"
  -formattedValue: "Andrea"
  -formatValueCallable: null
  -label: "First Name"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13886 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#13891 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13890 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#14541 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#13885 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13887 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
199 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#13888
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.lastName"
  -value: "Paschal"
  -formattedValue: "Paschal"
  -formatValueCallable: null
  -label: "Last Name"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13879 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#13884 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13883 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13841 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#13878 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13880 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
200 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#13881
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.email"
  -value: "ahpaschal@ucdavis.edu"
  -formattedValue: "ahpaschal@ucdavis.edu"
  -formatValueCallable: null
  -label: "Email"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13872 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#13877 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13876 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#14535 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#13871 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13873 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
201 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#13874
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.school"
  -value: Proxies\__CG__\FMT\Data\Entity\UserSchool {#1863 …}
  -formattedValue: "University of California, Davis (UCDAVIS)"
  -formatValueCallable: null
  -label: "User School"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13865 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#13870 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13869 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13896 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#13864 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13866 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
202 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#13867
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.major.name"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: "Major"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13858 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -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"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#13863 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13862 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13889 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#13857 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13859 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
203 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#13860
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.fundedTotal"
  -value: ""
  -formattedValue: Twig\Markup {#13854 …}
  -formatValueCallable: Closure($value, $entity) {#2260 …}
  -label: "Funded"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13851 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#13856 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13855 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13882 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#13850 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13852 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
204 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#13853
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.transferTotal"
  -value: ""
  -formattedValue: Twig\Markup {#14836 …}
  -formatValueCallable: Closure($value, $entity) {#2252 …}
  -label: "Purchased"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13275 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#13282 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13277 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#14833 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#13280 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13279 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
205 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#13278
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.remainingTotal"
  -value: ""
  -formattedValue: Twig\Markup {#14876 …}
  -formatValueCallable: Closure($value, $entity) {#2244 …}
  -label: "Remaining"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13848 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#13834 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#14410 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#14837 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#14372 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13827 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
206 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#14411
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.purchaseUrl"
  -value: ""
  -formattedValue: Twig\Markup {#14916 …}
  -formatValueCallable: Closure($value, $entity) {#2236 …}
  -label: "Campaign"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#14450 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#14449 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#14451 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#14877 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#14448 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#14453 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
207 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#14454
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.fundedPercent"
  -value: ""
  -formattedValue: Twig\Markup {#14956 …}
  -formatValueCallable: Closure($value, $entity) {#2228 …}
  -label: "% Funded"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#14457 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#14456 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#14458 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#14917 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#14455 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#14460 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
208 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#14461
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ChoiceField"
  -propertyName: "roles"
  -value: [
    "ROLE_STUDENT"
    "ROLE_USER"
  ]
  -formattedValue: "Student"
  -formatValueCallable: null
  -label: "Roles"
  -formType: "FMT\Application\FormType\RoleType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#14464 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-select"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/choice"
  -templatePath: "@EasyAdmin/crud/field/choice.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#14463 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#14465 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#14957 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#14462 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#14467 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
209 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#14468
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\BooleanField"
  -propertyName: "enabled"
  -value: true
  -formattedValue: true
  -formatValueCallable: null
  -label: "Status"
  -formType: "Symfony\Component\Form\Extension\Core\Type\CheckboxType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#14471 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-boolean"
  -columns: null
  -defaultColumns: ""
  -translationParameters: []
  -templateName: null
  -templatePath: "admin/field/boolean.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#14470 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#14472 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#14409 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#14469 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#14474 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
210 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#14531
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ImageField"
  -propertyName: "profile.avatar.filename"
  -value: "bc7240899c746911e4b38c8f65e19696.jpeg"
  -formattedValue: "/avatar/bc7240899c746911e4b38c8f65e19696.jpeg"
  -formatValueCallable: null
  -label: "Avatar"
  -formType: "EasyCorp\Bundle\EasyAdminBundle\Form\Type\FileUploadType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#14518 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "center"
  -help: null
  -cssClass: "field-image"
  -columns: null
  -defaultColumns: "col-md-7 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/image"
  -templatePath: "@EasyAdmin/crud/field/image.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#14523 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#14522 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15163 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#14517 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#14519 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
211 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#14520
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.firstName"
  -value: "venisha"
  -formattedValue: "venisha"
  -formatValueCallable: null
  -label: "First Name"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#14511 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#14516 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#14515 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15166 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#14510 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#14512 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
212 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#14513
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.lastName"
  -value: "patel"
  -formattedValue: "patel"
  -formatValueCallable: null
  -label: "Last Name"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#14504 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#14509 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#14508 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#14466 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#14503 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#14505 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
213 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#14506
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.email"
  -value: "vepatel@ucdavis.edu"
  -formattedValue: "vepatel@ucdavis.edu"
  -formatValueCallable: null
  -label: "Email"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#14497 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#14502 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#14501 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15160 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#14496 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#14498 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
214 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#14499
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.school"
  -value: Proxies\__CG__\FMT\Data\Entity\UserSchool {#1863 …}
  -formattedValue: "University of California, Davis (UCDAVIS)"
  -formatValueCallable: null
  -label: "User School"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#14490 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#14495 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#14494 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#14521 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#14489 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#14491 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
215 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#14492
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.major.name"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: "Major"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#14483 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -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"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#14488 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#14487 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#14514 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#14482 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#14484 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
216 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#14485
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.fundedTotal"
  -value: ""
  -formattedValue: Twig\Markup {#14479 …}
  -formatValueCallable: Closure($value, $entity) {#2260 …}
  -label: "Funded"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#14476 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#14481 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#14480 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#14507 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#14475 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#14477 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
217 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#14478
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.transferTotal"
  -value: ""
  -formattedValue: Twig\Markup {#15461 …}
  -formatValueCallable: Closure($value, $entity) {#2252 …}
  -label: "Purchased"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13900 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#13907 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13902 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15458 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#13905 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#13904 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
218 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#13903
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.remainingTotal"
  -value: ""
  -formattedValue: Twig\Markup {#15501 …}
  -formatValueCallable: Closure($value, $entity) {#2244 …}
  -label: "Remaining"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#14473 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#14459 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15035 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15462 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#14997 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#14452 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
219 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#15036
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.purchaseUrl"
  -value: ""
  -formattedValue: Twig\Markup {#15541 …}
  -formatValueCallable: Closure($value, $entity) {#2236 …}
  -label: "Campaign"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15075 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#15074 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15076 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15502 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#15073 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15078 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
220 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#15079
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.fundedPercent"
  -value: ""
  -formattedValue: Twig\Markup {#15581 …}
  -formatValueCallable: Closure($value, $entity) {#2228 …}
  -label: "% Funded"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15082 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#15081 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15083 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15542 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#15080 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15085 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
221 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#15086
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ChoiceField"
  -propertyName: "roles"
  -value: [
    "ROLE_STUDENT"
    "ROLE_USER"
  ]
  -formattedValue: "Student"
  -formatValueCallable: null
  -label: "Roles"
  -formType: "FMT\Application\FormType\RoleType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15089 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-select"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/choice"
  -templatePath: "@EasyAdmin/crud/field/choice.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#15088 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15090 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15582 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#15087 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15092 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
222 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#15093
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\BooleanField"
  -propertyName: "enabled"
  -value: true
  -formattedValue: true
  -formatValueCallable: null
  -label: "Status"
  -formType: "Symfony\Component\Form\Extension\Core\Type\CheckboxType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15096 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-boolean"
  -columns: null
  -defaultColumns: ""
  -translationParameters: []
  -templateName: null
  -templatePath: "admin/field/boolean.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#15095 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15097 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15034 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#15094 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15099 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
223 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#15156
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ImageField"
  -propertyName: "profile.avatar.filename"
  -value: "2383d2c33bb90af993e46fe8c6b358b5.jpeg"
  -formattedValue: "/avatar/2383d2c33bb90af993e46fe8c6b358b5.jpeg"
  -formatValueCallable: null
  -label: "Avatar"
  -formType: "EasyCorp\Bundle\EasyAdminBundle\Form\Type\FileUploadType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15143 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "center"
  -help: null
  -cssClass: "field-image"
  -columns: null
  -defaultColumns: "col-md-7 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/image"
  -templatePath: "@EasyAdmin/crud/field/image.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#15148 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15147 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15788 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#15142 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15144 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
224 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#15145
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.firstName"
  -value: "Meriyah"
  -formattedValue: "Meriyah"
  -formatValueCallable: null
  -label: "First Name"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15136 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#15141 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15140 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15791 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#15135 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15137 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
225 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#15138
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.lastName"
  -value: "Quintana-Haro"
  -formattedValue: "Quintana-Haro"
  -formatValueCallable: null
  -label: "Last Name"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15129 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#15134 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15133 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15091 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#15128 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15130 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
226 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#15131
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.email"
  -value: "mjharo@ucdavis.edu"
  -formattedValue: "mjharo@ucdavis.edu"
  -formatValueCallable: null
  -label: "Email"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15122 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#15127 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15126 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15785 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#15121 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15123 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
227 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#15124
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.school"
  -value: Proxies\__CG__\FMT\Data\Entity\UserSchool {#1863 …}
  -formattedValue: "University of California, Davis (UCDAVIS)"
  -formatValueCallable: null
  -label: "User School"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15115 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#15120 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15119 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15146 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#15114 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15116 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
228 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#15117
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.major.name"
  -value: "ELECTRICAL ENGINEERING"
  -formattedValue: "ELECTRICAL ENGINEERING"
  -formatValueCallable: null
  -label: "Major"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15108 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#15113 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15112 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15139 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#15107 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15109 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
229 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#15110
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.fundedTotal"
  -value: ""
  -formattedValue: Twig\Markup {#15104 …}
  -formatValueCallable: Closure($value, $entity) {#2260 …}
  -label: "Funded"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15101 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#15106 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15105 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15132 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#15100 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15102 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
230 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#15103
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.transferTotal"
  -value: ""
  -formattedValue: Twig\Markup {#16086 …}
  -formatValueCallable: Closure($value, $entity) {#2252 …}
  -label: "Purchased"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#14525 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#14532 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#14527 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#16083 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#14530 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#14529 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
231 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#14528
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.remainingTotal"
  -value: ""
  -formattedValue: Twig\Markup {#16126 …}
  -formatValueCallable: Closure($value, $entity) {#2244 …}
  -label: "Remaining"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15098 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#15084 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15660 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#16087 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#15622 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15077 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
232 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#15661
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.purchaseUrl"
  -value: ""
  -formattedValue: Twig\Markup {#16166 …}
  -formatValueCallable: Closure($value, $entity) {#2236 …}
  -label: "Campaign"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15700 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#15699 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15701 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#16127 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#15698 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15703 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
233 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#15704
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.fundedPercent"
  -value: ""
  -formattedValue: Twig\Markup {#16206 …}
  -formatValueCallable: Closure($value, $entity) {#2228 …}
  -label: "% Funded"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15707 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#15706 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15708 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#16167 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#15705 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15710 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
234 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#15711
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ChoiceField"
  -propertyName: "roles"
  -value: [
    "ROLE_STUDENT"
    "ROLE_USER"
  ]
  -formattedValue: "Student"
  -formatValueCallable: null
  -label: "Roles"
  -formType: "FMT\Application\FormType\RoleType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15714 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-select"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/choice"
  -templatePath: "@EasyAdmin/crud/field/choice.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#15713 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15715 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#16207 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#15712 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15717 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
235 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#15718
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\BooleanField"
  -propertyName: "enabled"
  -value: true
  -formattedValue: true
  -formatValueCallable: null
  -label: "Status"
  -formType: "Symfony\Component\Form\Extension\Core\Type\CheckboxType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15721 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-boolean"
  -columns: null
  -defaultColumns: ""
  -translationParameters: []
  -templateName: null
  -templatePath: "admin/field/boolean.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#15720 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15722 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15659 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#15719 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15724 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
236 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#15781
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ImageField"
  -propertyName: "profile.avatar.filename"
  -value: "f6f32d62d2521bea68bfa0d359b32ef9.jpeg"
  -formattedValue: "/avatar/f6f32d62d2521bea68bfa0d359b32ef9.jpeg"
  -formatValueCallable: null
  -label: "Avatar"
  -formType: "EasyCorp\Bundle\EasyAdminBundle\Form\Type\FileUploadType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15768 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "center"
  -help: null
  -cssClass: "field-image"
  -columns: null
  -defaultColumns: "col-md-7 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/image"
  -templatePath: "@EasyAdmin/crud/field/image.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#15773 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15772 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#16413 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#15767 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15769 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
237 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#15770
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.firstName"
  -value: "Pat"
  -formattedValue: "Pat"
  -formatValueCallable: null
  -label: "First Name"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15761 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#15766 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15765 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#16416 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#15760 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15762 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
238 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#15763
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.lastName"
  -value: "Smith"
  -formattedValue: "Smith"
  -formatValueCallable: null
  -label: "Last Name"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15754 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#15759 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15758 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15716 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#15753 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15755 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
239 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#15756
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.email"
  -value: "nick+ucd@ndic.com"
  -formattedValue: "nick+ucd@ndic.com"
  -formatValueCallable: null
  -label: "Email"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15747 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#15752 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15751 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#16410 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#15746 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15748 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
240 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#15749
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.school"
  -value: Proxies\__CG__\FMT\Data\Entity\UserSchool {#1863 …}
  -formattedValue: "University of California, Davis (UCDAVIS)"
  -formatValueCallable: null
  -label: "User School"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15740 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#15745 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15744 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15771 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#15739 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15741 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
241 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#15742
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.major.name"
  -value: "APPLIED CHEMISTRY"
  -formattedValue: "APPLIED CHEMISTRY"
  -formatValueCallable: null
  -label: "Major"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15733 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#15738 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15737 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15764 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#15732 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15734 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
242 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#15735
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.fundedTotal"
  -value: ""
  -formattedValue: Twig\Markup {#15729 …}
  -formatValueCallable: Closure($value, $entity) {#2260 …}
  -label: "Funded"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15726 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#15731 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15730 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15757 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#15725 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15727 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
243 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#15728
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.transferTotal"
  -value: ""
  -formattedValue: Twig\Markup {#16696 …}
  -formatValueCallable: Closure($value, $entity) {#2252 …}
  -label: "Purchased"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15150 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#15157 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15152 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#16693 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#15155 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15154 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
244 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#15153
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.remainingTotal"
  -value: ""
  -formattedValue: Twig\Markup {#16736 …}
  -formatValueCallable: Closure($value, $entity) {#2244 …}
  -label: "Remaining"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15723 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#15709 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#16285 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#16697 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#16247 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15702 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
245 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#16286
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.purchaseUrl"
  -value: ""
  -formattedValue: Twig\Markup {#16776 …}
  -formatValueCallable: Closure($value, $entity) {#2236 …}
  -label: "Campaign"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#16325 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#16324 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#16326 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#16737 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#16323 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#16328 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
246 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#16329
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.fundedPercent"
  -value: ""
  -formattedValue: Twig\Markup {#16816 …}
  -formatValueCallable: Closure($value, $entity) {#2228 …}
  -label: "% Funded"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#16332 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#16331 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#16333 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#16777 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#16330 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#16335 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
247 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#16336
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ChoiceField"
  -propertyName: "roles"
  -value: [
    "ROLE_STUDENT"
    "ROLE_USER"
  ]
  -formattedValue: "Student"
  -formatValueCallable: null
  -label: "Roles"
  -formType: "FMT\Application\FormType\RoleType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#16339 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-select"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/choice"
  -templatePath: "@EasyAdmin/crud/field/choice.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#16338 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#16340 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#16817 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#16337 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#16342 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
248 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#16343
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\BooleanField"
  -propertyName: "enabled"
  -value: false
  -formattedValue: false
  -formatValueCallable: null
  -label: "Status"
  -formType: "Symfony\Component\Form\Extension\Core\Type\CheckboxType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#16346 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-boolean"
  -columns: null
  -defaultColumns: ""
  -translationParameters: []
  -templateName: null
  -templatePath: "admin/field/boolean.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#16345 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#16347 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#16284 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#16344 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#16349 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
249 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#16406
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ImageField"
  -propertyName: "profile.avatar.filename"
  -value: "462783a214fa285891271bfdc0bcd48a.jpeg"
  -formattedValue: "/avatar/462783a214fa285891271bfdc0bcd48a.jpeg"
  -formatValueCallable: null
  -label: "Avatar"
  -formType: "EasyCorp\Bundle\EasyAdminBundle\Form\Type\FileUploadType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#16393 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "center"
  -help: null
  -cssClass: "field-image"
  -columns: null
  -defaultColumns: "col-md-7 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/image"
  -templatePath: "@EasyAdmin/crud/field/image.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#16398 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#16397 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#17023 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#16392 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#16394 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
250 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#16395
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.firstName"
  -value: "Pat"
  -formattedValue: "Pat"
  -formatValueCallable: null
  -label: "First Name"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#16386 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#16391 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#16390 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#17026 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#16385 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#16387 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
251 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#16388
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.lastName"
  -value: "Smith"
  -formattedValue: "Smith"
  -formatValueCallable: null
  -label: "Last Name"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#16379 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#16384 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#16383 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#16341 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#16378 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#16380 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
252 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#16381
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.email"
  -value: "Nick+ucdstudent@ndic.com"
  -formattedValue: "Nick+ucdstudent@ndic.com"
  -formatValueCallable: null
  -label: "Email"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#16372 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#16377 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#16376 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#17020 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#16371 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#16373 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
253 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#16374
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.school"
  -value: Proxies\__CG__\FMT\Data\Entity\UserSchool {#1863 …}
  -formattedValue: "University of California, Davis (UCDAVIS)"
  -formatValueCallable: null
  -label: "User School"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#16365 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#16370 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#16369 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#16396 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#16364 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#16366 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
254 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#16367
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.major.name"
  -value: "APPLIED CHEMISTRY"
  -formattedValue: "APPLIED CHEMISTRY"
  -formatValueCallable: null
  -label: "Major"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#16358 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#16363 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#16362 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#16389 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#16357 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#16359 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
255 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#16360
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.fundedTotal"
  -value: ""
  -formattedValue: Twig\Markup {#16354 …}
  -formatValueCallable: Closure($value, $entity) {#2260 …}
  -label: "Funded"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#16351 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#16356 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#16355 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#16382 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#16350 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#16352 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
256 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#16353
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.transferTotal"
  -value: ""
  -formattedValue: Twig\Markup {#17306 …}
  -formatValueCallable: Closure($value, $entity) {#2252 …}
  -label: "Purchased"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15775 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#15782 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15777 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#17303 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#15780 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#15779 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
257 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#15778
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.remainingTotal"
  -value: ""
  -formattedValue: Twig\Markup {#17346 …}
  -formatValueCallable: Closure($value, $entity) {#2244 …}
  -label: "Remaining"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#16348 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#16334 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#16895 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#17307 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#16857 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#16327 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
258 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#16896
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.purchaseUrl"
  -value: ""
  -formattedValue: Twig\Markup {#17386 …}
  -formatValueCallable: Closure($value, $entity) {#2236 …}
  -label: "Campaign"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#16935 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#16934 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#16936 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#17347 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#16933 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#16938 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
259 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#16939
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.fundedPercent"
  -value: ""
  -formattedValue: Twig\Markup {#17426 …}
  -formatValueCallable: Closure($value, $entity) {#2228 …}
  -label: "% Funded"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#16942 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#16941 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#16943 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#17387 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#16940 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#16945 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
260 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#16946
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ChoiceField"
  -propertyName: "roles"
  -value: [
    "ROLE_STUDENT"
    "ROLE_USER"
  ]
  -formattedValue: "Student"
  -formatValueCallable: null
  -label: "Roles"
  -formType: "FMT\Application\FormType\RoleType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#16949 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-select"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/choice"
  -templatePath: "@EasyAdmin/crud/field/choice.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#16948 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#16950 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#17427 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#16947 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#16952 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
261 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#16953
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\BooleanField"
  -propertyName: "enabled"
  -value: false
  -formattedValue: false
  -formatValueCallable: null
  -label: "Status"
  -formType: "Symfony\Component\Form\Extension\Core\Type\CheckboxType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#16956 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-boolean"
  -columns: null
  -defaultColumns: ""
  -translationParameters: []
  -templateName: null
  -templatePath: "admin/field/boolean.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#16955 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#16957 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#16894 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#16954 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#16959 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
262 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#17016
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ImageField"
  -propertyName: "profile.avatar.filename"
  -value: "b0e996926f78d5127eeab56df760a7e1.jpeg"
  -formattedValue: "/avatar/b0e996926f78d5127eeab56df760a7e1.jpeg"
  -formatValueCallable: null
  -label: "Avatar"
  -formType: "EasyCorp\Bundle\EasyAdminBundle\Form\Type\FileUploadType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#17003 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "center"
  -help: null
  -cssClass: "field-image"
  -columns: null
  -defaultColumns: "col-md-7 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/image"
  -templatePath: "@EasyAdmin/crud/field/image.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#17008 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#17007 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#17633 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#17002 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#17004 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
263 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#17005
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.firstName"
  -value: "Pat"
  -formattedValue: "Pat"
  -formatValueCallable: null
  -label: "First Name"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#16996 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#17001 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#17000 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#17636 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#16995 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#16997 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
264 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#16998
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.lastName"
  -value: "Smith"
  -formattedValue: "Smith"
  -formatValueCallable: null
  -label: "Last Name"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#16989 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#16994 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#16993 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#16951 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#16988 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#16990 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
265 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#16991
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.email"
  -value: "nick+ucdstudent4@ndic.com"
  -formattedValue: "nick+ucdstudent4@ndic.com"
  -formatValueCallable: null
  -label: "Email"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#16982 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#16987 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#16986 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#17630 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#16981 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#16983 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
266 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#16984
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.school"
  -value: Proxies\__CG__\FMT\Data\Entity\UserSchool {#1863 …}
  -formattedValue: "University of California, Davis (UCDAVIS)"
  -formatValueCallable: null
  -label: "User School"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#16975 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#16980 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#16979 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#17006 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#16974 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#16976 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
267 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#16977
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.major.name"
  -value: "APPLIED PHYSICS"
  -formattedValue: "APPLIED PHYSICS"
  -formatValueCallable: null
  -label: "Major"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#16968 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#16973 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#16972 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#16999 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#16967 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#16969 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
268 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#16970
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.fundedTotal"
  -value: ""
  -formattedValue: Twig\Markup {#16964 …}
  -formatValueCallable: Closure($value, $entity) {#2260 …}
  -label: "Funded"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#16961 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#16966 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#16965 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#16992 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#16960 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#16962 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
269 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#16963
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.transferTotal"
  -value: ""
  -formattedValue: Twig\Markup {#17916 …}
  -formatValueCallable: Closure($value, $entity) {#2252 …}
  -label: "Purchased"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#16400 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#16407 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#16402 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#17913 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#16405 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#16404 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
270 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#16403
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.remainingTotal"
  -value: ""
  -formattedValue: Twig\Markup {#17956 …}
  -formatValueCallable: Closure($value, $entity) {#2244 …}
  -label: "Remaining"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#16958 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#16944 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#17505 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#17917 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#17467 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#16937 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
271 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#17506
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.purchaseUrl"
  -value: ""
  -formattedValue: Twig\Markup {#17996 …}
  -formatValueCallable: Closure($value, $entity) {#2236 …}
  -label: "Campaign"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#17545 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#17544 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#17546 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#17957 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#17543 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#17548 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
272 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#17549
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.fundedPercent"
  -value: ""
  -formattedValue: Twig\Markup {#18036 …}
  -formatValueCallable: Closure($value, $entity) {#2228 …}
  -label: "% Funded"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#17552 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#17551 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#17553 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#17997 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#17550 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#17555 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
273 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#17556
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ChoiceField"
  -propertyName: "roles"
  -value: [
    "ROLE_STUDENT"
    "ROLE_USER"
  ]
  -formattedValue: "Student"
  -formatValueCallable: null
  -label: "Roles"
  -formType: "FMT\Application\FormType\RoleType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#17559 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-select"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/choice"
  -templatePath: "@EasyAdmin/crud/field/choice.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#17558 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#17560 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18037 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#17557 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#17562 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
274 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#17563
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\BooleanField"
  -propertyName: "enabled"
  -value: false
  -formattedValue: false
  -formatValueCallable: null
  -label: "Status"
  -formType: "Symfony\Component\Form\Extension\Core\Type\CheckboxType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#17566 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-boolean"
  -columns: null
  -defaultColumns: ""
  -translationParameters: []
  -templateName: null
  -templatePath: "admin/field/boolean.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#17565 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#17567 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#17504 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#17564 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#17569 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
275 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#17626
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ImageField"
  -propertyName: "profile.avatar.filename"
  -value: "a13110d1f6036ae67cb625f143605f29.jpeg"
  -formattedValue: "/avatar/a13110d1f6036ae67cb625f143605f29.jpeg"
  -formatValueCallable: null
  -label: "Avatar"
  -formType: "EasyCorp\Bundle\EasyAdminBundle\Form\Type\FileUploadType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#17613 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "center"
  -help: null
  -cssClass: "field-image"
  -columns: null
  -defaultColumns: "col-md-7 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/image"
  -templatePath: "@EasyAdmin/crud/field/image.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#17618 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#17617 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18243 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#17612 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#17614 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
276 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#17615
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.firstName"
  -value: "Pat"
  -formattedValue: "Pat"
  -formatValueCallable: null
  -label: "First Name"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#17606 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#17611 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#17610 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18246 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#17605 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#17607 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
277 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#17608
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.lastName"
  -value: "Smith"
  -formattedValue: "Smith"
  -formatValueCallable: null
  -label: "Last Name"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#17599 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#17604 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#17603 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#17561 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#17598 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#17600 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
278 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#17601
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.email"
  -value: "Nick+ucdstudent2@ndic.com"
  -formattedValue: "Nick+ucdstudent2@ndic.com"
  -formatValueCallable: null
  -label: "Email"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#17592 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#17597 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#17596 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18240 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#17591 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#17593 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
279 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#17594
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.school"
  -value: Proxies\__CG__\FMT\Data\Entity\UserSchool {#1863 …}
  -formattedValue: "University of California, Davis (UCDAVIS)"
  -formatValueCallable: null
  -label: "User School"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#17585 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#17590 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#17589 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#17616 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#17584 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#17586 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
280 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#17587
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.major.name"
  -value: "APPLIED CHEMISTRY"
  -formattedValue: "APPLIED CHEMISTRY"
  -formatValueCallable: null
  -label: "Major"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#17578 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#17583 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#17582 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#17609 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#17577 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#17579 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
281 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#17580
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.fundedTotal"
  -value: ""
  -formattedValue: Twig\Markup {#17574 …}
  -formatValueCallable: Closure($value, $entity) {#2260 …}
  -label: "Funded"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#17571 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#17576 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#17575 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#17602 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#17570 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#17572 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
282 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#17573
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.transferTotal"
  -value: ""
  -formattedValue: Twig\Markup {#18526 …}
  -formatValueCallable: Closure($value, $entity) {#2252 …}
  -label: "Purchased"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#17010 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#17017 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#17012 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18523 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#17015 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#17014 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
283 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#17013
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.remainingTotal"
  -value: ""
  -formattedValue: Twig\Markup {#18566 …}
  -formatValueCallable: Closure($value, $entity) {#2244 …}
  -label: "Remaining"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#17568 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#17554 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18115 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18527 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#18077 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#17547 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
284 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#18116
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.purchaseUrl"
  -value: ""
  -formattedValue: Twig\Markup {#18606 …}
  -formatValueCallable: Closure($value, $entity) {#2236 …}
  -label: "Campaign"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18155 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#18154 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18156 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18567 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#18153 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18158 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
285 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#18159
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.fundedPercent"
  -value: ""
  -formattedValue: Twig\Markup {#18646 …}
  -formatValueCallable: Closure($value, $entity) {#2228 …}
  -label: "% Funded"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18162 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#18161 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18163 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18607 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#18160 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18165 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
286 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#18166
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ChoiceField"
  -propertyName: "roles"
  -value: [
    "ROLE_STUDENT"
    "ROLE_USER"
  ]
  -formattedValue: "Student"
  -formatValueCallable: null
  -label: "Roles"
  -formType: "FMT\Application\FormType\RoleType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18169 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-select"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/choice"
  -templatePath: "@EasyAdmin/crud/field/choice.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#18168 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18170 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18647 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#18167 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18172 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
287 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#18173
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\BooleanField"
  -propertyName: "enabled"
  -value: false
  -formattedValue: false
  -formatValueCallable: null
  -label: "Status"
  -formType: "Symfony\Component\Form\Extension\Core\Type\CheckboxType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18176 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-boolean"
  -columns: null
  -defaultColumns: ""
  -translationParameters: []
  -templateName: null
  -templatePath: "admin/field/boolean.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#18175 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18177 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18114 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#18174 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18179 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
288 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#18236
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ImageField"
  -propertyName: "profile.avatar.filename"
  -value: "de3478e1dd3ca208adcdea4e4a10d3e1.jpeg"
  -formattedValue: "/avatar/de3478e1dd3ca208adcdea4e4a10d3e1.jpeg"
  -formatValueCallable: null
  -label: "Avatar"
  -formType: "EasyCorp\Bundle\EasyAdminBundle\Form\Type\FileUploadType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18223 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "center"
  -help: null
  -cssClass: "field-image"
  -columns: null
  -defaultColumns: "col-md-7 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/image"
  -templatePath: "@EasyAdmin/crud/field/image.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#18228 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18227 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18853 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#18222 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18224 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
289 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#18225
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.firstName"
  -value: "Nick"
  -formattedValue: "Nick"
  -formatValueCallable: null
  -label: "First Name"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18216 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#18221 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18220 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18856 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#18215 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18217 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
290 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#18218
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.lastName"
  -value: "Smith"
  -formattedValue: "Smith"
  -formatValueCallable: null
  -label: "Last Name"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18209 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#18214 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18213 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18171 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#18208 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18210 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
291 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#18211
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.email"
  -value: "Nick+ucdstudent5@ndic.com"
  -formattedValue: "Nick+ucdstudent5@ndic.com"
  -formatValueCallable: null
  -label: "Email"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18202 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#18207 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18206 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18850 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#18201 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18203 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
292 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#18204
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.school"
  -value: Proxies\__CG__\FMT\Data\Entity\UserSchool {#1863 …}
  -formattedValue: "University of California, Davis (UCDAVIS)"
  -formatValueCallable: null
  -label: "User School"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18195 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#18200 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18199 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18226 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#18194 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18196 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
293 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#18197
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.major.name"
  -value: "APPLIED PHYSICS"
  -formattedValue: "APPLIED PHYSICS"
  -formatValueCallable: null
  -label: "Major"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18188 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#18193 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18192 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18219 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#18187 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18189 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
294 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#18190
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.fundedTotal"
  -value: ""
  -formattedValue: Twig\Markup {#18184 …}
  -formatValueCallable: Closure($value, $entity) {#2260 …}
  -label: "Funded"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18181 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#18186 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18185 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18212 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#18180 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18182 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
295 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#18183
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.transferTotal"
  -value: ""
  -formattedValue: Twig\Markup {#19178 …}
  -formatValueCallable: Closure($value, $entity) {#2252 …}
  -label: "Purchased"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#17620 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#17627 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#17622 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#19181 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#17625 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#17624 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
296 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#17623
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.remainingTotal"
  -value: ""
  -formattedValue: Twig\Markup {#19261 …}
  -formatValueCallable: Closure($value, $entity) {#2244 …}
  -label: "Remaining"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18178 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#18164 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18725 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#19155 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#18687 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18157 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
297 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#18726
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.purchaseUrl"
  -value: ""
  -formattedValue: Twig\Markup {#19301 …}
  -formatValueCallable: Closure($value, $entity) {#2236 …}
  -label: "Campaign"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18765 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#18764 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18766 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#19262 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#18763 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18768 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
298 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#18769
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.fundedPercent"
  -value: ""
  -formattedValue: Twig\Markup {#19341 …}
  -formatValueCallable: Closure($value, $entity) {#2228 …}
  -label: "% Funded"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18772 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#18771 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18773 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#19302 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#18770 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18775 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
299 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#18776
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ChoiceField"
  -propertyName: "roles"
  -value: [
    "ROLE_STUDENT"
    "ROLE_USER"
  ]
  -formattedValue: "Student"
  -formatValueCallable: null
  -label: "Roles"
  -formType: "FMT\Application\FormType\RoleType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18779 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-select"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/choice"
  -templatePath: "@EasyAdmin/crud/field/choice.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#18778 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18780 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#19342 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#18777 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18782 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
300 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#18783
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\BooleanField"
  -propertyName: "enabled"
  -value: false
  -formattedValue: false
  -formatValueCallable: null
  -label: "Status"
  -formType: "Symfony\Component\Form\Extension\Core\Type\CheckboxType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18786 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-boolean"
  -columns: null
  -defaultColumns: ""
  -translationParameters: []
  -templateName: null
  -templatePath: "admin/field/boolean.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#18785 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18787 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18724 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#18784 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18789 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
301 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#18846
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ImageField"
  -propertyName: "profile.avatar.filename"
  -value: "999a4a651099b24e72f7babb5f3bc98f.png"
  -formattedValue: "/avatar/999a4a651099b24e72f7babb5f3bc98f.png"
  -formatValueCallable: null
  -label: "Avatar"
  -formType: "EasyCorp\Bundle\EasyAdminBundle\Form\Type\FileUploadType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18833 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "center"
  -help: null
  -cssClass: "field-image"
  -columns: null
  -defaultColumns: "col-md-7 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/image"
  -templatePath: "@EasyAdmin/crud/field/image.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#18838 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18837 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#19548 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#18832 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18834 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
302 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#18835
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.firstName"
  -value: "NDIC"
  -formattedValue: "NDIC"
  -formatValueCallable: null
  -label: "First Name"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18826 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#18831 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18830 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#19551 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#18825 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18827 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
303 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#18828
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.lastName"
  -value: "Test"
  -formattedValue: "Test"
  -formatValueCallable: null
  -label: "Last Name"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18819 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#18824 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18823 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18781 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#18818 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18820 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
304 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#18821
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.email"
  -value: "nick+test7@ndic.com"
  -formattedValue: "nick+test7@ndic.com"
  -formatValueCallable: null
  -label: "Email"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18812 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#18817 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18816 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#19545 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#18811 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18813 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
305 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#18814
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.school"
  -value: Proxies\__CG__\FMT\Data\Entity\UserSchool {#1863 …}
  -formattedValue: "University of California, Davis (UCDAVIS)"
  -formatValueCallable: null
  -label: "User School"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18805 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#18810 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18809 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18836 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#18804 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18806 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
306 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#18807
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.major.name"
  -value: "APPLIED CHEMISTRY"
  -formattedValue: "APPLIED CHEMISTRY"
  -formatValueCallable: null
  -label: "Major"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18798 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#18803 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18802 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18829 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#18797 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18799 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
307 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#18800
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.fundedTotal"
  -value: ""
  -formattedValue: Twig\Markup {#18794 …}
  -formatValueCallable: Closure($value, $entity) {#2260 …}
  -label: "Funded"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18791 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#18796 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18795 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18822 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#18790 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18792 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
308 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#18793
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.transferTotal"
  -value: ""
  -formattedValue: Twig\Markup {#19846 …}
  -formatValueCallable: Closure($value, $entity) {#2252 …}
  -label: "Purchased"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18230 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#18237 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18232 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#19843 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#18235 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18234 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
309 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#18233
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.remainingTotal"
  -value: ""
  -formattedValue: Twig\Markup {#19886 …}
  -formatValueCallable: Closure($value, $entity) {#2244 …}
  -label: "Remaining"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18788 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#18774 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#19420 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#19847 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#19382 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18767 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
310 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#19421
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.purchaseUrl"
  -value: ""
  -formattedValue: Twig\Markup {#19926 …}
  -formatValueCallable: Closure($value, $entity) {#2236 …}
  -label: "Campaign"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#19460 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#19459 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#19461 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#19887 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#19458 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#19463 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
311 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#19464
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.fundedPercent"
  -value: ""
  -formattedValue: Twig\Markup {#19966 …}
  -formatValueCallable: Closure($value, $entity) {#2228 …}
  -label: "% Funded"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#19467 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#19466 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#19468 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#19927 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#19465 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#19470 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
312 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#19471
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ChoiceField"
  -propertyName: "roles"
  -value: [
    "ROLE_STUDENT"
    "ROLE_USER"
  ]
  -formattedValue: "Student"
  -formatValueCallable: null
  -label: "Roles"
  -formType: "FMT\Application\FormType\RoleType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#19474 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-select"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/choice"
  -templatePath: "@EasyAdmin/crud/field/choice.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#19473 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#19475 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#19967 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#19472 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#19477 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
313 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#19478
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\BooleanField"
  -propertyName: "enabled"
  -value: false
  -formattedValue: false
  -formatValueCallable: null
  -label: "Status"
  -formType: "Symfony\Component\Form\Extension\Core\Type\CheckboxType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#19481 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-boolean"
  -columns: null
  -defaultColumns: ""
  -translationParameters: []
  -templateName: null
  -templatePath: "admin/field/boolean.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#19480 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#19482 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#19419 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#19479 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#19484 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
314 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#19541
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ImageField"
  -propertyName: "profile.avatar.filename"
  -value: "e7d73d49f9589c7e423762f6b4771a89.jpg"
  -formattedValue: "/avatar/e7d73d49f9589c7e423762f6b4771a89.jpg"
  -formatValueCallable: null
  -label: "Avatar"
  -formType: "EasyCorp\Bundle\EasyAdminBundle\Form\Type\FileUploadType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#19528 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "center"
  -help: null
  -cssClass: "field-image"
  -columns: null
  -defaultColumns: "col-md-7 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/image"
  -templatePath: "@EasyAdmin/crud/field/image.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#19533 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#19532 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#20173 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#19527 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#19529 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
315 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#19530
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.firstName"
  -value: "Isabella"
  -formattedValue: "Isabella"
  -formatValueCallable: null
  -label: "First Name"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#19521 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#19526 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#19525 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#20176 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#19520 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#19522 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
316 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#19523
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.lastName"
  -value: "Wong"
  -formattedValue: "Wong"
  -formatValueCallable: null
  -label: "Last Name"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#19514 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#19519 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#19518 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#19476 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#19513 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#19515 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
317 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#19516
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.email"
  -value: "isjwong@ucdavis.edu"
  -formattedValue: "isjwong@ucdavis.edu"
  -formatValueCallable: null
  -label: "Email"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#19507 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#19512 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#19511 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#20170 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#19506 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#19508 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
318 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#19509
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.school"
  -value: Proxies\__CG__\FMT\Data\Entity\UserSchool {#1863 …}
  -formattedValue: "University of California, Davis (UCDAVIS)"
  -formatValueCallable: null
  -label: "User School"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#19500 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#19505 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#19504 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#19531 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#19499 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#19501 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
319 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#19502
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.major.name"
  -value: "MOLECULAR AND MEDICAL MICROBIOLOGY (FORMERLY MICROBIOLOGY)"
  -formattedValue: "MOLECULAR AND MEDICAL MICROBIOLOGY (FORMERLY MICROBIOLOGY)"
  -formatValueCallable: null
  -label: "Major"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#19493 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#19498 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#19497 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#19524 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#19492 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#19494 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
320 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#19495
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.fundedTotal"
  -value: ""
  -formattedValue: Twig\Markup {#19489 …}
  -formatValueCallable: Closure($value, $entity) {#2260 …}
  -label: "Funded"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#19486 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#19491 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#19490 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#19517 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#19485 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#19487 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
321 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#19488
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.transferTotal"
  -value: ""
  -formattedValue: Twig\Markup {#20471 …}
  -formatValueCallable: Closure($value, $entity) {#2252 …}
  -label: "Purchased"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18840 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#18847 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18842 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#20468 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#18845 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#18844 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
322 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#18843
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.remainingTotal"
  -value: ""
  -formattedValue: Twig\Markup {#20511 …}
  -formatValueCallable: Closure($value, $entity) {#2244 …}
  -label: "Remaining"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#19483 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#19469 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#20045 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#20472 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#20007 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#19462 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
323 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#20046
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.purchaseUrl"
  -value: ""
  -formattedValue: Twig\Markup {#20551 …}
  -formatValueCallable: Closure($value, $entity) {#2236 …}
  -label: "Campaign"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#20085 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#20084 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#20086 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#20512 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#20083 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#20088 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
324 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#20089
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.fundedPercent"
  -value: ""
  -formattedValue: Twig\Markup {#20591 …}
  -formatValueCallable: Closure($value, $entity) {#2228 …}
  -label: "% Funded"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#20092 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#20091 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#20093 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#20552 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#20090 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#20095 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
325 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#20096
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ChoiceField"
  -propertyName: "roles"
  -value: [
    "ROLE_STUDENT"
    "ROLE_USER"
  ]
  -formattedValue: "Student"
  -formatValueCallable: null
  -label: "Roles"
  -formType: "FMT\Application\FormType\RoleType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#20099 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-select"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/choice"
  -templatePath: "@EasyAdmin/crud/field/choice.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#20098 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#20100 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#20592 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#20097 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#20102 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
326 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#20103
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\BooleanField"
  -propertyName: "enabled"
  -value: true
  -formattedValue: true
  -formatValueCallable: null
  -label: "Status"
  -formType: "Symfony\Component\Form\Extension\Core\Type\CheckboxType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#20106 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-boolean"
  -columns: null
  -defaultColumns: ""
  -translationParameters: []
  -templateName: null
  -templatePath: "admin/field/boolean.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#20105 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#20107 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#20044 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#20104 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#20109 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
327 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#20162
    -type: "entity"
    -name: "detail"
    -label: "Show"
    -icon: null
    -cssClass: "action-detail"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "detail"
    ]
    -linkUrl: "?crudAction=detail&crudControllerFqcn=FMT%5CApplication%5CController%5CAdmin%5CCrud%5CExternalUserController&entityId=137&filters%5BuserType%5D=STUDENT&referrer=?crudAction%3Dindex%26crudControllerFqcn%3DFMT%255CApplication%255CController%255CAdmin%255CCrud%255CExternalUserController%26filters%255BuserType%255D%3DSTUDENT"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "detail"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1615
    -isAccessible: true
    -fqcn: "FMT\Data\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#92 …}
    -instance: FMT\Data\Entity\User {#1393 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 137
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#4976 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#20149 …}
  }
]
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
328 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#20167
    -type: "entity"
    -name: "edit"
    -label: "Edit"
    -icon: null
    -cssClass: "action-edit"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "?crudAction=edit&crudControllerFqcn=FMT%5CApplication%5CController%5CAdmin%5CCrud%5CExternalUserController&entityId=137&filters%5BuserType%5D=STUDENT&referrer=?crudAction%3Dindex%26crudControllerFqcn%3DFMT%255CApplication%255CController%255CAdmin%255CCrud%255CExternalUserController%26filters%255BuserType%255D%3DSTUDENT"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1615
    -isAccessible: true
    -fqcn: "FMT\Data\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#92 …}
    -instance: FMT\Data\Entity\User {#1393 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 137
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#4976 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#20149 …}
  }
]
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
329 DENIED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#20158
    -type: "entity"
    -name: "delete"
    -label: "__ea__action.delete"
    -icon: null
    -cssClass: "action-delete text-danger"
    -htmlElement: "a"
    -htmlAttributes: []
    -linkUrl: null
    -templatePath: null
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1615
    -isAccessible: true
    -fqcn: "FMT\Data\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#92 …}
    -instance: FMT\Data\Entity\User {#1393 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 137
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#4976 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#20149 …}
  }
]
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS DENIED
Show voter details
330 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#20163
    -type: "entity"
    -name: "detail"
    -label: "Show"
    -icon: null
    -cssClass: "action-detail"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "detail"
    ]
    -linkUrl: "?crudAction=detail&crudControllerFqcn=FMT%5CApplication%5CController%5CAdmin%5CCrud%5CExternalUserController&entityId=202&filters%5BuserType%5D=STUDENT&referrer=?crudAction%3Dindex%26crudControllerFqcn%3DFMT%255CApplication%255CController%255CAdmin%255CCrud%255CExternalUserController%26filters%255BuserType%255D%3DSTUDENT"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "detail"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#2359
    -isAccessible: true
    -fqcn: "FMT\Data\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#92 …}
    -instance: FMT\Data\Entity\User {#1842 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 202
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#5239 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#20781 …}
  }
]
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
331 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#20164
    -type: "entity"
    -name: "edit"
    -label: "Edit"
    -icon: null
    -cssClass: "action-edit"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "?crudAction=edit&crudControllerFqcn=FMT%5CApplication%5CController%5CAdmin%5CCrud%5CExternalUserController&entityId=202&filters%5BuserType%5D=STUDENT&referrer=?crudAction%3Dindex%26crudControllerFqcn%3DFMT%255CApplication%255CController%255CAdmin%255CCrud%255CExternalUserController%26filters%255BuserType%255D%3DSTUDENT"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#2359
    -isAccessible: true
    -fqcn: "FMT\Data\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#92 …}
    -instance: FMT\Data\Entity\User {#1842 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 202
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#5239 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#20781 …}
  }
]
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
332 DENIED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#19536
    -type: "entity"
    -name: "delete"
    -label: "__ea__action.delete"
    -icon: null
    -cssClass: "action-delete text-danger"
    -htmlElement: "a"
    -htmlAttributes: []
    -linkUrl: null
    -templatePath: null
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#2359
    -isAccessible: true
    -fqcn: "FMT\Data\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#92 …}
    -instance: FMT\Data\Entity\User {#1842 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 202
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#5239 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#20781 …}
  }
]
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS DENIED
Show voter details
333 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#20166
    -type: "entity"
    -name: "detail"
    -label: "Show"
    -icon: null
    -cssClass: "action-detail"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "detail"
    ]
    -linkUrl: "?crudAction=detail&crudControllerFqcn=FMT%5CApplication%5CController%5CAdmin%5CCrud%5CExternalUserController&entityId=200&filters%5BuserType%5D=STUDENT&referrer=?crudAction%3Dindex%26crudControllerFqcn%3DFMT%255CApplication%255CController%255CAdmin%255CCrud%255CExternalUserController%26filters%255BuserType%255D%3DSTUDENT"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "detail"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1299
    -isAccessible: true
    -fqcn: "FMT\Data\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#92 …}
    -instance: FMT\Data\Entity\User {#1832 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 200
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#7039 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#20906 …}
  }
]
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
334 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#20152
    -type: "entity"
    -name: "edit"
    -label: "Edit"
    -icon: null
    -cssClass: "action-edit"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "?crudAction=edit&crudControllerFqcn=FMT%5CApplication%5CController%5CAdmin%5CCrud%5CExternalUserController&entityId=200&filters%5BuserType%5D=STUDENT&referrer=?crudAction%3Dindex%26crudControllerFqcn%3DFMT%255CApplication%255CController%255CAdmin%255CCrud%255CExternalUserController%26filters%255BuserType%255D%3DSTUDENT"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1299
    -isAccessible: true
    -fqcn: "FMT\Data\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#92 …}
    -instance: FMT\Data\Entity\User {#1832 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 200
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#7039 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#20906 …}
  }
]
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
335 DENIED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#20823
    -type: "entity"
    -name: "delete"
    -label: "__ea__action.delete"
    -icon: null
    -cssClass: "action-delete text-danger"
    -htmlElement: "a"
    -htmlAttributes: []
    -linkUrl: null
    -templatePath: null
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1299
    -isAccessible: true
    -fqcn: "FMT\Data\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#92 …}
    -instance: FMT\Data\Entity\User {#1832 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 200
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#7039 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#20906 …}
  }
]
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS DENIED
Show voter details
336 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#20160
    -type: "entity"
    -name: "detail"
    -label: "Show"
    -icon: null
    -cssClass: "action-detail"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "detail"
    ]
    -linkUrl: "?crudAction=detail&crudControllerFqcn=FMT%5CApplication%5CController%5CAdmin%5CCrud%5CExternalUserController&entityId=139&filters%5BuserType%5D=STUDENT&referrer=?crudAction%3Dindex%26crudControllerFqcn%3DFMT%255CApplication%255CController%255CAdmin%255CCrud%255CExternalUserController%26filters%255BuserType%255D%3DSTUDENT"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "detail"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1305
    -isAccessible: true
    -fqcn: "FMT\Data\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#92 …}
    -instance: FMT\Data\Entity\User {#1813 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 139
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#7664 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#21031 …}
  }
]
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
337 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#20165
    -type: "entity"
    -name: "edit"
    -label: "Edit"
    -icon: null
    -cssClass: "action-edit"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "?crudAction=edit&crudControllerFqcn=FMT%5CApplication%5CController%5CAdmin%5CCrud%5CExternalUserController&entityId=139&filters%5BuserType%5D=STUDENT&referrer=?crudAction%3Dindex%26crudControllerFqcn%3DFMT%255CApplication%255CController%255CAdmin%255CCrud%255CExternalUserController%26filters%255BuserType%255D%3DSTUDENT"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1305
    -isAccessible: true
    -fqcn: "FMT\Data\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#92 …}
    -instance: FMT\Data\Entity\User {#1813 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 139
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#7664 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#21031 …}
  }
]
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
338 DENIED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#20948
    -type: "entity"
    -name: "delete"
    -label: "__ea__action.delete"
    -icon: null
    -cssClass: "action-delete text-danger"
    -htmlElement: "a"
    -htmlAttributes: []
    -linkUrl: null
    -templatePath: null
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1305
    -isAccessible: true
    -fqcn: "FMT\Data\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#92 …}
    -instance: FMT\Data\Entity\User {#1813 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 139
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#7664 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#21031 …}
  }
]
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS DENIED
Show voter details
339 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#20153
    -type: "entity"
    -name: "detail"
    -label: "Show"
    -icon: null
    -cssClass: "action-detail"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "detail"
    ]
    -linkUrl: "?crudAction=detail&crudControllerFqcn=FMT%5CApplication%5CController%5CAdmin%5CCrud%5CExternalUserController&entityId=136&filters%5BuserType%5D=STUDENT&referrer=?crudAction%3Dindex%26crudControllerFqcn%3DFMT%255CApplication%255CController%255CAdmin%255CCrud%255CExternalUserController%26filters%255BuserType%255D%3DSTUDENT"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "detail"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1274
    -isAccessible: true
    -fqcn: "FMT\Data\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#92 …}
    -instance: FMT\Data\Entity\User {#1792 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 136
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#8274 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#21156 …}
  }
]
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
340 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#20157
    -type: "entity"
    -name: "edit"
    -label: "Edit"
    -icon: null
    -cssClass: "action-edit"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "?crudAction=edit&crudControllerFqcn=FMT%5CApplication%5CController%5CAdmin%5CCrud%5CExternalUserController&entityId=136&filters%5BuserType%5D=STUDENT&referrer=?crudAction%3Dindex%26crudControllerFqcn%3DFMT%255CApplication%255CController%255CAdmin%255CCrud%255CExternalUserController%26filters%255BuserType%255D%3DSTUDENT"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1274
    -isAccessible: true
    -fqcn: "FMT\Data\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#92 …}
    -instance: FMT\Data\Entity\User {#1792 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 136
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#8274 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#21156 …}
  }
]
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
341 DENIED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#21073
    -type: "entity"
    -name: "delete"
    -label: "__ea__action.delete"
    -icon: null
    -cssClass: "action-delete text-danger"
    -htmlElement: "a"
    -htmlAttributes: []
    -linkUrl: null
    -templatePath: null
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1274
    -isAccessible: true
    -fqcn: "FMT\Data\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#92 …}
    -instance: FMT\Data\Entity\User {#1792 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 136
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#8274 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#21156 …}
  }
]
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS DENIED
Show voter details
342 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#20737
    -type: "entity"
    -name: "detail"
    -label: "Show"
    -icon: null
    -cssClass: "action-detail"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "detail"
    ]
    -linkUrl: "?crudAction=detail&crudControllerFqcn=FMT%5CApplication%5CController%5CAdmin%5CCrud%5CExternalUserController&entityId=182&filters%5BuserType%5D=STUDENT&referrer=?crudAction%3Dindex%26crudControllerFqcn%3DFMT%255CApplication%255CController%255CAdmin%255CCrud%255CExternalUserController%26filters%255BuserType%255D%3DSTUDENT"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "detail"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#934
    -isAccessible: true
    -fqcn: "FMT\Data\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#92 …}
    -instance: FMT\Data\Entity\User {#1352 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 182
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#8899 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#21281 …}
  }
]
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
343 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#20736
    -type: "entity"
    -name: "edit"
    -label: "Edit"
    -icon: null
    -cssClass: "action-edit"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "?crudAction=edit&crudControllerFqcn=FMT%5CApplication%5CController%5CAdmin%5CCrud%5CExternalUserController&entityId=182&filters%5BuserType%5D=STUDENT&referrer=?crudAction%3Dindex%26crudControllerFqcn%3DFMT%255CApplication%255CController%255CAdmin%255CCrud%255CExternalUserController%26filters%255BuserType%255D%3DSTUDENT"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#934
    -isAccessible: true
    -fqcn: "FMT\Data\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#92 …}
    -instance: FMT\Data\Entity\User {#1352 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 182
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#8899 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#21281 …}
  }
]
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
344 DENIED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#21198
    -type: "entity"
    -name: "delete"
    -label: "__ea__action.delete"
    -icon: null
    -cssClass: "action-delete text-danger"
    -htmlElement: "a"
    -htmlAttributes: []
    -linkUrl: null
    -templatePath: null
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#934
    -isAccessible: true
    -fqcn: "FMT\Data\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#92 …}
    -instance: FMT\Data\Entity\User {#1352 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 182
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#8899 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#21281 …}
  }
]
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS DENIED
Show voter details
345 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#20862
    -type: "entity"
    -name: "detail"
    -label: "Show"
    -icon: null
    -cssClass: "action-detail"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "detail"
    ]
    -linkUrl: "?crudAction=detail&crudControllerFqcn=FMT%5CApplication%5CController%5CAdmin%5CCrud%5CExternalUserController&entityId=134&filters%5BuserType%5D=STUDENT&referrer=?crudAction%3Dindex%26crudControllerFqcn%3DFMT%255CApplication%255CController%255CAdmin%255CCrud%255CExternalUserController%26filters%255BuserType%255D%3DSTUDENT"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "detail"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#946
    -isAccessible: true
    -fqcn: "FMT\Data\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#92 …}
    -instance: FMT\Data\Entity\User {#2615 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 134
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#9524 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#21406 …}
  }
]
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
346 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#20861
    -type: "entity"
    -name: "edit"
    -label: "Edit"
    -icon: null
    -cssClass: "action-edit"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "?crudAction=edit&crudControllerFqcn=FMT%5CApplication%5CController%5CAdmin%5CCrud%5CExternalUserController&entityId=134&filters%5BuserType%5D=STUDENT&referrer=?crudAction%3Dindex%26crudControllerFqcn%3DFMT%255CApplication%255CController%255CAdmin%255CCrud%255CExternalUserController%26filters%255BuserType%255D%3DSTUDENT"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#946
    -isAccessible: true
    -fqcn: "FMT\Data\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#92 …}
    -instance: FMT\Data\Entity\User {#2615 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 134
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#9524 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#21406 …}
  }
]
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
347 DENIED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#21323
    -type: "entity"
    -name: "delete"
    -label: "__ea__action.delete"
    -icon: null
    -cssClass: "action-delete text-danger"
    -htmlElement: "a"
    -htmlAttributes: []
    -linkUrl: null
    -templatePath: null
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#946
    -isAccessible: true
    -fqcn: "FMT\Data\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#92 …}
    -instance: FMT\Data\Entity\User {#2615 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 134
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#9524 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#21406 …}
  }
]
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS DENIED
Show voter details
348 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#20987
    -type: "entity"
    -name: "detail"
    -label: "Show"
    -icon: null
    -cssClass: "action-detail"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "detail"
    ]
    -linkUrl: "?crudAction=detail&crudControllerFqcn=FMT%5CApplication%5CController%5CAdmin%5CCrud%5CExternalUserController&entityId=203&filters%5BuserType%5D=STUDENT&referrer=?crudAction%3Dindex%26crudControllerFqcn%3DFMT%255CApplication%255CController%255CAdmin%255CCrud%255CExternalUserController%26filters%255BuserType%255D%3DSTUDENT"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "detail"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#784
    -isAccessible: true
    -fqcn: "FMT\Data\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#92 …}
    -instance: FMT\Data\Entity\User {#1240 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 203
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#10149 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#21531 …}
  }
]
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
349 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#20986
    -type: "entity"
    -name: "edit"
    -label: "Edit"
    -icon: null
    -cssClass: "action-edit"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "?crudAction=edit&crudControllerFqcn=FMT%5CApplication%5CController%5CAdmin%5CCrud%5CExternalUserController&entityId=203&filters%5BuserType%5D=STUDENT&referrer=?crudAction%3Dindex%26crudControllerFqcn%3DFMT%255CApplication%255CController%255CAdmin%255CCrud%255CExternalUserController%26filters%255BuserType%255D%3DSTUDENT"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#784
    -isAccessible: true
    -fqcn: "FMT\Data\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#92 …}
    -instance: FMT\Data\Entity\User {#1240 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 203
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#10149 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#21531 …}
  }
]
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
350 DENIED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#21448
    -type: "entity"
    -name: "delete"
    -label: "__ea__action.delete"
    -icon: null
    -cssClass: "action-delete text-danger"
    -htmlElement: "a"
    -htmlAttributes: []
    -linkUrl: null
    -templatePath: null
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#784
    -isAccessible: true
    -fqcn: "FMT\Data\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#92 …}
    -instance: FMT\Data\Entity\User {#1240 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 203
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#10149 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#21531 …}
  }
]
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS DENIED
Show voter details
351 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#21112
    -type: "entity"
    -name: "detail"
    -label: "Show"
    -icon: null
    -cssClass: "action-detail"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "detail"
    ]
    -linkUrl: "?crudAction=detail&crudControllerFqcn=FMT%5CApplication%5CController%5CAdmin%5CCrud%5CExternalUserController&entityId=138&filters%5BuserType%5D=STUDENT&referrer=?crudAction%3Dindex%26crudControllerFqcn%3DFMT%255CApplication%255CController%255CAdmin%255CCrud%255CExternalUserController%26filters%255BuserType%255D%3DSTUDENT"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "detail"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#792
    -isAccessible: true
    -fqcn: "FMT\Data\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#92 …}
    -instance: FMT\Data\Entity\User {#1243 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 138
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#10774 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#21656 …}
  }
]
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
352 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#21111
    -type: "entity"
    -name: "edit"
    -label: "Edit"
    -icon: null
    -cssClass: "action-edit"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "?crudAction=edit&crudControllerFqcn=FMT%5CApplication%5CController%5CAdmin%5CCrud%5CExternalUserController&entityId=138&filters%5BuserType%5D=STUDENT&referrer=?crudAction%3Dindex%26crudControllerFqcn%3DFMT%255CApplication%255CController%255CAdmin%255CCrud%255CExternalUserController%26filters%255BuserType%255D%3DSTUDENT"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#792
    -isAccessible: true
    -fqcn: "FMT\Data\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#92 …}
    -instance: FMT\Data\Entity\User {#1243 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 138
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#10774 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#21656 …}
  }
]
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
353 DENIED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#21573
    -type: "entity"
    -name: "delete"
    -label: "__ea__action.delete"
    -icon: null
    -cssClass: "action-delete text-danger"
    -htmlElement: "a"
    -htmlAttributes: []
    -linkUrl: null
    -templatePath: null
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#792
    -isAccessible: true
    -fqcn: "FMT\Data\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#92 …}
    -instance: FMT\Data\Entity\User {#1243 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 138
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#10774 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#21656 …}
  }
]
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS DENIED
Show voter details
354 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#21237
    -type: "entity"
    -name: "detail"
    -label: "Show"
    -icon: null
    -cssClass: "action-detail"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "detail"
    ]
    -linkUrl: "?crudAction=detail&crudControllerFqcn=FMT%5CApplication%5CController%5CAdmin%5CCrud%5CExternalUserController&entityId=198&filters%5BuserType%5D=STUDENT&referrer=?crudAction%3Dindex%26crudControllerFqcn%3DFMT%255CApplication%255CController%255CAdmin%255CCrud%255CExternalUserController%26filters%255BuserType%255D%3DSTUDENT"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "detail"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#850
    -isAccessible: true
    -fqcn: "FMT\Data\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#92 …}
    -instance: FMT\Data\Entity\User {#1195 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 198
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#11399 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#21781 …}
  }
]
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
355 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#21236
    -type: "entity"
    -name: "edit"
    -label: "Edit"
    -icon: null
    -cssClass: "action-edit"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "?crudAction=edit&crudControllerFqcn=FMT%5CApplication%5CController%5CAdmin%5CCrud%5CExternalUserController&entityId=198&filters%5BuserType%5D=STUDENT&referrer=?crudAction%3Dindex%26crudControllerFqcn%3DFMT%255CApplication%255CController%255CAdmin%255CCrud%255CExternalUserController%26filters%255BuserType%255D%3DSTUDENT"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#850
    -isAccessible: true
    -fqcn: "FMT\Data\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#92 …}
    -instance: FMT\Data\Entity\User {#1195 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 198
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#11399 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#21781 …}
  }
]
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
356 DENIED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#21698
    -type: "entity"
    -name: "delete"
    -label: "__ea__action.delete"
    -icon: null
    -cssClass: "action-delete text-danger"
    -htmlElement: "a"
    -htmlAttributes: []
    -linkUrl: null
    -templatePath: null
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#850
    -isAccessible: true
    -fqcn: "FMT\Data\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#92 …}
    -instance: FMT\Data\Entity\User {#1195 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 198
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#11399 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#21781 …}
  }
]
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS DENIED
Show voter details
357 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#21362
    -type: "entity"
    -name: "detail"
    -label: "Show"
    -icon: null
    -cssClass: "action-detail"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "detail"
    ]
    -linkUrl: "?crudAction=detail&crudControllerFqcn=FMT%5CApplication%5CController%5CAdmin%5CCrud%5CExternalUserController&entityId=181&filters%5BuserType%5D=STUDENT&referrer=?crudAction%3Dindex%26crudControllerFqcn%3DFMT%255CApplication%255CController%255CAdmin%255CCrud%255CExternalUserController%26filters%255BuserType%255D%3DSTUDENT"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "detail"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#992
    -isAccessible: true
    -fqcn: "FMT\Data\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#92 …}
    -instance: FMT\Data\Entity\User {#2511 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 181
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#12024 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#21906 …}
  }
]
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
358 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#21361
    -type: "entity"
    -name: "edit"
    -label: "Edit"
    -icon: null
    -cssClass: "action-edit"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "?crudAction=edit&crudControllerFqcn=FMT%5CApplication%5CController%5CAdmin%5CCrud%5CExternalUserController&entityId=181&filters%5BuserType%5D=STUDENT&referrer=?crudAction%3Dindex%26crudControllerFqcn%3DFMT%255CApplication%255CController%255CAdmin%255CCrud%255CExternalUserController%26filters%255BuserType%255D%3DSTUDENT"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#992
    -isAccessible: true
    -fqcn: "FMT\Data\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#92 …}
    -instance: FMT\Data\Entity\User {#2511 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 181
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#12024 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#21906 …}
  }
]
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
359 DENIED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#21823
    -type: "entity"
    -name: "delete"
    -label: "__ea__action.delete"
    -icon: null
    -cssClass: "action-delete text-danger"
    -htmlElement: "a"
    -htmlAttributes: []
    -linkUrl: null
    -templatePath: null
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#992
    -isAccessible: true
    -fqcn: "FMT\Data\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#92 …}
    -instance: FMT\Data\Entity\User {#2511 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 181
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#12024 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#21906 …}
  }
]
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS DENIED
Show voter details
360 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#21487
    -type: "entity"
    -name: "detail"
    -label: "Show"
    -icon: null
    -cssClass: "action-detail"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "detail"
    ]
    -linkUrl: "?crudAction=detail&crudControllerFqcn=FMT%5CApplication%5CController%5CAdmin%5CCrud%5CExternalUserController&entityId=164&filters%5BuserType%5D=STUDENT&referrer=?crudAction%3Dindex%26crudControllerFqcn%3DFMT%255CApplication%255CController%255CAdmin%255CCrud%255CExternalUserController%26filters%255BuserType%255D%3DSTUDENT"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "detail"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#4497
    -isAccessible: true
    -fqcn: "FMT\Data\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#92 …}
    -instance: FMT\Data\Entity\User {#1181 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 164
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#12649 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#22031 …}
  }
]
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
361 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#21486
    -type: "entity"
    -name: "edit"
    -label: "Edit"
    -icon: null
    -cssClass: "action-edit"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "?crudAction=edit&crudControllerFqcn=FMT%5CApplication%5CController%5CAdmin%5CCrud%5CExternalUserController&entityId=164&filters%5BuserType%5D=STUDENT&referrer=?crudAction%3Dindex%26crudControllerFqcn%3DFMT%255CApplication%255CController%255CAdmin%255CCrud%255CExternalUserController%26filters%255BuserType%255D%3DSTUDENT"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#4497
    -isAccessible: true
    -fqcn: "FMT\Data\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#92 …}
    -instance: FMT\Data\Entity\User {#1181 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 164
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#12649 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#22031 …}
  }
]
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
362 DENIED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#21948
    -type: "entity"
    -name: "delete"
    -label: "__ea__action.delete"
    -icon: null
    -cssClass: "action-delete text-danger"
    -htmlElement: "a"
    -htmlAttributes: []
    -linkUrl: null
    -templatePath: null
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#4497
    -isAccessible: true
    -fqcn: "FMT\Data\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#92 …}
    -instance: FMT\Data\Entity\User {#1181 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 164
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#12649 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#22031 …}
  }
]
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS DENIED
Show voter details
363 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#21612
    -type: "entity"
    -name: "detail"
    -label: "Show"
    -icon: null
    -cssClass: "action-detail"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "detail"
    ]
    -linkUrl: "?crudAction=detail&crudControllerFqcn=FMT%5CApplication%5CController%5CAdmin%5CCrud%5CExternalUserController&entityId=167&filters%5BuserType%5D=STUDENT&referrer=?crudAction%3Dindex%26crudControllerFqcn%3DFMT%255CApplication%255CController%255CAdmin%255CCrud%255CExternalUserController%26filters%255BuserType%255D%3DSTUDENT"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "detail"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#4537
    -isAccessible: true
    -fqcn: "FMT\Data\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#92 …}
    -instance: FMT\Data\Entity\User {#2412 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 167
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#13274 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#22156 …}
  }
]
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
364 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#21611
    -type: "entity"
    -name: "edit"
    -label: "Edit"
    -icon: null
    -cssClass: "action-edit"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "?crudAction=edit&crudControllerFqcn=FMT%5CApplication%5CController%5CAdmin%5CCrud%5CExternalUserController&entityId=167&filters%5BuserType%5D=STUDENT&referrer=?crudAction%3Dindex%26crudControllerFqcn%3DFMT%255CApplication%255CController%255CAdmin%255CCrud%255CExternalUserController%26filters%255BuserType%255D%3DSTUDENT"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#4537
    -isAccessible: true
    -fqcn: "FMT\Data\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#92 …}
    -instance: FMT\Data\Entity\User {#2412 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 167
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#13274 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#22156 …}
  }
]
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
365 DENIED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#22073
    -type: "entity"
    -name: "delete"
    -label: "__ea__action.delete"
    -icon: null
    -cssClass: "action-delete text-danger"
    -htmlElement: "a"
    -htmlAttributes: []
    -linkUrl: null
    -templatePath: null
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#4537
    -isAccessible: true
    -fqcn: "FMT\Data\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#92 …}
    -instance: FMT\Data\Entity\User {#2412 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 167
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#13274 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#22156 …}
  }
]
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS DENIED
Show voter details
366 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#21737
    -type: "entity"
    -name: "detail"
    -label: "Show"
    -icon: null
    -cssClass: "action-detail"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "detail"
    ]
    -linkUrl: "?crudAction=detail&crudControllerFqcn=FMT%5CApplication%5CController%5CAdmin%5CCrud%5CExternalUserController&entityId=135&filters%5BuserType%5D=STUDENT&referrer=?crudAction%3Dindex%26crudControllerFqcn%3DFMT%255CApplication%255CController%255CAdmin%255CCrud%255CExternalUserController%26filters%255BuserType%255D%3DSTUDENT"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "detail"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#4577
    -isAccessible: true
    -fqcn: "FMT\Data\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#92 …}
    -instance: FMT\Data\Entity\User {#1148 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 135
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#13899 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#22281 …}
  }
]
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
367 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#21736
    -type: "entity"
    -name: "edit"
    -label: "Edit"
    -icon: null
    -cssClass: "action-edit"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "?crudAction=edit&crudControllerFqcn=FMT%5CApplication%5CController%5CAdmin%5CCrud%5CExternalUserController&entityId=135&filters%5BuserType%5D=STUDENT&referrer=?crudAction%3Dindex%26crudControllerFqcn%3DFMT%255CApplication%255CController%255CAdmin%255CCrud%255CExternalUserController%26filters%255BuserType%255D%3DSTUDENT"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#4577
    -isAccessible: true
    -fqcn: "FMT\Data\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#92 …}
    -instance: FMT\Data\Entity\User {#1148 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 135
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#13899 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#22281 …}
  }
]
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
368 DENIED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#22198
    -type: "entity"
    -name: "delete"
    -label: "__ea__action.delete"
    -icon: null
    -cssClass: "action-delete text-danger"
    -htmlElement: "a"
    -htmlAttributes: []
    -linkUrl: null
    -templatePath: null
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#4577
    -isAccessible: true
    -fqcn: "FMT\Data\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#92 …}
    -instance: FMT\Data\Entity\User {#1148 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 135
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#13899 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#22281 …}
  }
]
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS DENIED
Show voter details
369 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#21862
    -type: "entity"
    -name: "detail"
    -label: "Show"
    -icon: null
    -cssClass: "action-detail"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "detail"
    ]
    -linkUrl: "?crudAction=detail&crudControllerFqcn=FMT%5CApplication%5CController%5CAdmin%5CCrud%5CExternalUserController&entityId=174&filters%5BuserType%5D=STUDENT&referrer=?crudAction%3Dindex%26crudControllerFqcn%3DFMT%255CApplication%255CController%255CAdmin%255CCrud%255CExternalUserController%26filters%255BuserType%255D%3DSTUDENT"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "detail"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#4617
    -isAccessible: true
    -fqcn: "FMT\Data\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#92 …}
    -instance: FMT\Data\Entity\User {#1123 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 174
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#14524 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#22406 …}
  }
]
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
370 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#21861
    -type: "entity"
    -name: "edit"
    -label: "Edit"
    -icon: null
    -cssClass: "action-edit"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "?crudAction=edit&crudControllerFqcn=FMT%5CApplication%5CController%5CAdmin%5CCrud%5CExternalUserController&entityId=174&filters%5BuserType%5D=STUDENT&referrer=?crudAction%3Dindex%26crudControllerFqcn%3DFMT%255CApplication%255CController%255CAdmin%255CCrud%255CExternalUserController%26filters%255BuserType%255D%3DSTUDENT"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#4617
    -isAccessible: true
    -fqcn: "FMT\Data\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#92 …}
    -instance: FMT\Data\Entity\User {#1123 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 174
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#14524 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#22406 …}
  }
]
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
371 DENIED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#22323
    -type: "entity"
    -name: "delete"
    -label: "__ea__action.delete"
    -icon: null
    -cssClass: "action-delete text-danger"
    -htmlElement: "a"
    -htmlAttributes: []
    -linkUrl: null
    -templatePath: null
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#4617
    -isAccessible: true
    -fqcn: "FMT\Data\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#92 …}
    -instance: FMT\Data\Entity\User {#1123 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 174
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#14524 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#22406 …}
  }
]
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS DENIED
Show voter details
372 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#21987
    -type: "entity"
    -name: "detail"
    -label: "Show"
    -icon: null
    -cssClass: "action-detail"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "detail"
    ]
    -linkUrl: "?crudAction=detail&crudControllerFqcn=FMT%5CApplication%5CController%5CAdmin%5CCrud%5CExternalUserController&entityId=180&filters%5BuserType%5D=STUDENT&referrer=?crudAction%3Dindex%26crudControllerFqcn%3DFMT%255CApplication%255CController%255CAdmin%255CCrud%255CExternalUserController%26filters%255BuserType%255D%3DSTUDENT"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "detail"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#4657
    -isAccessible: true
    -fqcn: "FMT\Data\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#92 …}
    -instance: FMT\Data\Entity\User {#1104 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 180
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#15149 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#22531 …}
  }
]
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
373 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#21986
    -type: "entity"
    -name: "edit"
    -label: "Edit"
    -icon: null
    -cssClass: "action-edit"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "?crudAction=edit&crudControllerFqcn=FMT%5CApplication%5CController%5CAdmin%5CCrud%5CExternalUserController&entityId=180&filters%5BuserType%5D=STUDENT&referrer=?crudAction%3Dindex%26crudControllerFqcn%3DFMT%255CApplication%255CController%255CAdmin%255CCrud%255CExternalUserController%26filters%255BuserType%255D%3DSTUDENT"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#4657
    -isAccessible: true
    -fqcn: "FMT\Data\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#92 …}
    -instance: FMT\Data\Entity\User {#1104 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 180
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#15149 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#22531 …}
  }
]
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
374 DENIED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#22448
    -type: "entity"
    -name: "delete"
    -label: "__ea__action.delete"
    -icon: null
    -cssClass: "action-delete text-danger"
    -htmlElement: "a"
    -htmlAttributes: []
    -linkUrl: null
    -templatePath: null
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#4657
    -isAccessible: true
    -fqcn: "FMT\Data\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#92 …}
    -instance: FMT\Data\Entity\User {#1104 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 180
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#15149 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#22531 …}
  }
]
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS DENIED
Show voter details
375 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#22112
    -type: "entity"
    -name: "detail"
    -label: "Show"
    -icon: null
    -cssClass: "action-detail"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "detail"
    ]
    -linkUrl: "?crudAction=detail&crudControllerFqcn=FMT%5CApplication%5CController%5CAdmin%5CCrud%5CExternalUserController&entityId=184&filters%5BuserType%5D=STUDENT&referrer=?crudAction%3Dindex%26crudControllerFqcn%3DFMT%255CApplication%255CController%255CAdmin%255CCrud%255CExternalUserController%26filters%255BuserType%255D%3DSTUDENT"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "detail"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#4697
    -isAccessible: true
    -fqcn: "FMT\Data\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#92 …}
    -instance: FMT\Data\Entity\User {#1096 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 184
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#15774 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#22656 …}
  }
]
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
376 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#22111
    -type: "entity"
    -name: "edit"
    -label: "Edit"
    -icon: null
    -cssClass: "action-edit"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "?crudAction=edit&crudControllerFqcn=FMT%5CApplication%5CController%5CAdmin%5CCrud%5CExternalUserController&entityId=184&filters%5BuserType%5D=STUDENT&referrer=?crudAction%3Dindex%26crudControllerFqcn%3DFMT%255CApplication%255CController%255CAdmin%255CCrud%255CExternalUserController%26filters%255BuserType%255D%3DSTUDENT"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#4697
    -isAccessible: true
    -fqcn: "FMT\Data\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#92 …}
    -instance: FMT\Data\Entity\User {#1096 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 184
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#15774 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#22656 …}
  }
]
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
377 DENIED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#22573
    -type: "entity"
    -name: "delete"
    -label: "__ea__action.delete"
    -icon: null
    -cssClass: "action-delete text-danger"
    -htmlElement: "a"
    -htmlAttributes: []
    -linkUrl: null
    -templatePath: null
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#4697
    -isAccessible: true
    -fqcn: "FMT\Data\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#92 …}
    -instance: FMT\Data\Entity\User {#1096 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 184
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#15774 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#22656 …}
  }
]
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS DENIED
Show voter details
378 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#22237
    -type: "entity"
    -name: "detail"
    -label: "Show"
    -icon: null
    -cssClass: "action-detail"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "detail"
    ]
    -linkUrl: "?crudAction=detail&crudControllerFqcn=FMT%5CApplication%5CController%5CAdmin%5CCrud%5CExternalUserController&entityId=185&filters%5BuserType%5D=STUDENT&referrer=?crudAction%3Dindex%26crudControllerFqcn%3DFMT%255CApplication%255CController%255CAdmin%255CCrud%255CExternalUserController%26filters%255BuserType%255D%3DSTUDENT"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "detail"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#4737
    -isAccessible: true
    -fqcn: "FMT\Data\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#92 …}
    -instance: FMT\Data\Entity\User {#1089 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 185
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#16399 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#22781 …}
  }
]
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
379 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#22236
    -type: "entity"
    -name: "edit"
    -label: "Edit"
    -icon: null
    -cssClass: "action-edit"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "?crudAction=edit&crudControllerFqcn=FMT%5CApplication%5CController%5CAdmin%5CCrud%5CExternalUserController&entityId=185&filters%5BuserType%5D=STUDENT&referrer=?crudAction%3Dindex%26crudControllerFqcn%3DFMT%255CApplication%255CController%255CAdmin%255CCrud%255CExternalUserController%26filters%255BuserType%255D%3DSTUDENT"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#4737
    -isAccessible: true
    -fqcn: "FMT\Data\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#92 …}
    -instance: FMT\Data\Entity\User {#1089 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 185
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#16399 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#22781 …}
  }
]
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
380 DENIED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#22698
    -type: "entity"
    -name: "delete"
    -label: "__ea__action.delete"
    -icon: null
    -cssClass: "action-delete text-danger"
    -htmlElement: "a"
    -htmlAttributes: []
    -linkUrl: null
    -templatePath: null
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#4737
    -isAccessible: true
    -fqcn: "FMT\Data\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#92 …}
    -instance: FMT\Data\Entity\User {#1089 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 185
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#16399 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#22781 …}
  }
]
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS DENIED
Show voter details
381 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#22362
    -type: "entity"
    -name: "detail"
    -label: "Show"
    -icon: null
    -cssClass: "action-detail"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "detail"
    ]
    -linkUrl: "?crudAction=detail&crudControllerFqcn=FMT%5CApplication%5CController%5CAdmin%5CCrud%5CExternalUserController&entityId=186&filters%5BuserType%5D=STUDENT&referrer=?crudAction%3Dindex%26crudControllerFqcn%3DFMT%255CApplication%255CController%255CAdmin%255CCrud%255CExternalUserController%26filters%255BuserType%255D%3DSTUDENT"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "detail"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#4777
    -isAccessible: true
    -fqcn: "FMT\Data\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#92 …}
    -instance: FMT\Data\Entity\User {#1070 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 186
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#17009 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#22906 …}
  }
]
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
382 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#22361
    -type: "entity"
    -name: "edit"
    -label: "Edit"
    -icon: null
    -cssClass: "action-edit"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "?crudAction=edit&crudControllerFqcn=FMT%5CApplication%5CController%5CAdmin%5CCrud%5CExternalUserController&entityId=186&filters%5BuserType%5D=STUDENT&referrer=?crudAction%3Dindex%26crudControllerFqcn%3DFMT%255CApplication%255CController%255CAdmin%255CCrud%255CExternalUserController%26filters%255BuserType%255D%3DSTUDENT"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#4777
    -isAccessible: true
    -fqcn: "FMT\Data\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#92 …}
    -instance: FMT\Data\Entity\User {#1070 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 186
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#17009 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#22906 …}
  }
]
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
383 DENIED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#22823
    -type: "entity"
    -name: "delete"
    -label: "__ea__action.delete"
    -icon: null
    -cssClass: "action-delete text-danger"
    -htmlElement: "a"
    -htmlAttributes: []
    -linkUrl: null
    -templatePath: null
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#4777
    -isAccessible: true
    -fqcn: "FMT\Data\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#92 …}
    -instance: FMT\Data\Entity\User {#1070 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 186
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#17009 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#22906 …}
  }
]
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS DENIED
Show voter details
384 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#22487
    -type: "entity"
    -name: "detail"
    -label: "Show"
    -icon: null
    -cssClass: "action-detail"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "detail"
    ]
    -linkUrl: "?crudAction=detail&crudControllerFqcn=FMT%5CApplication%5CController%5CAdmin%5CCrud%5CExternalUserController&entityId=188&filters%5BuserType%5D=STUDENT&referrer=?crudAction%3Dindex%26crudControllerFqcn%3DFMT%255CApplication%255CController%255CAdmin%255CCrud%255CExternalUserController%26filters%255BuserType%255D%3DSTUDENT"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "detail"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#4817
    -isAccessible: true
    -fqcn: "FMT\Data\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#92 …}
    -instance: FMT\Data\Entity\User {#1047 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 188
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#17619 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#23031 …}
  }
]
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
385 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#22486
    -type: "entity"
    -name: "edit"
    -label: "Edit"
    -icon: null
    -cssClass: "action-edit"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "?crudAction=edit&crudControllerFqcn=FMT%5CApplication%5CController%5CAdmin%5CCrud%5CExternalUserController&entityId=188&filters%5BuserType%5D=STUDENT&referrer=?crudAction%3Dindex%26crudControllerFqcn%3DFMT%255CApplication%255CController%255CAdmin%255CCrud%255CExternalUserController%26filters%255BuserType%255D%3DSTUDENT"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#4817
    -isAccessible: true
    -fqcn: "FMT\Data\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#92 …}
    -instance: FMT\Data\Entity\User {#1047 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 188
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#17619 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#23031 …}
  }
]
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
386 DENIED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#22948
    -type: "entity"
    -name: "delete"
    -label: "__ea__action.delete"
    -icon: null
    -cssClass: "action-delete text-danger"
    -htmlElement: "a"
    -htmlAttributes: []
    -linkUrl: null
    -templatePath: null
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#4817
    -isAccessible: true
    -fqcn: "FMT\Data\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#92 …}
    -instance: FMT\Data\Entity\User {#1047 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 188
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#17619 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#23031 …}
  }
]
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS DENIED
Show voter details
387 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#22612
    -type: "entity"
    -name: "detail"
    -label: "Show"
    -icon: null
    -cssClass: "action-detail"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "detail"
    ]
    -linkUrl: "?crudAction=detail&crudControllerFqcn=FMT%5CApplication%5CController%5CAdmin%5CCrud%5CExternalUserController&entityId=189&filters%5BuserType%5D=STUDENT&referrer=?crudAction%3Dindex%26crudControllerFqcn%3DFMT%255CApplication%255CController%255CAdmin%255CCrud%255CExternalUserController%26filters%255BuserType%255D%3DSTUDENT"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "detail"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#4857
    -isAccessible: true
    -fqcn: "FMT\Data\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#92 …}
    -instance: FMT\Data\Entity\User {#1015 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 189
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#18229 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#23156 …}
  }
]
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
388 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#22611
    -type: "entity"
    -name: "edit"
    -label: "Edit"
    -icon: null
    -cssClass: "action-edit"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "?crudAction=edit&crudControllerFqcn=FMT%5CApplication%5CController%5CAdmin%5CCrud%5CExternalUserController&entityId=189&filters%5BuserType%5D=STUDENT&referrer=?crudAction%3Dindex%26crudControllerFqcn%3DFMT%255CApplication%255CController%255CAdmin%255CCrud%255CExternalUserController%26filters%255BuserType%255D%3DSTUDENT"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#4857
    -isAccessible: true
    -fqcn: "FMT\Data\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#92 …}
    -instance: FMT\Data\Entity\User {#1015 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 189
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#18229 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#23156 …}
  }
]
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
389 DENIED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#23073
    -type: "entity"
    -name: "delete"
    -label: "__ea__action.delete"
    -icon: null
    -cssClass: "action-delete text-danger"
    -htmlElement: "a"
    -htmlAttributes: []
    -linkUrl: null
    -templatePath: null
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#4857
    -isAccessible: true
    -fqcn: "FMT\Data\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#92 …}
    -instance: FMT\Data\Entity\User {#1015 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 189
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#18229 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#23156 …}
  }
]
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS DENIED
Show voter details
390 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#22737
    -type: "entity"
    -name: "detail"
    -label: "Show"
    -icon: null
    -cssClass: "action-detail"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "detail"
    ]
    -linkUrl: "?crudAction=detail&crudControllerFqcn=FMT%5CApplication%5CController%5CAdmin%5CCrud%5CExternalUserController&entityId=204&filters%5BuserType%5D=STUDENT&referrer=?crudAction%3Dindex%26crudControllerFqcn%3DFMT%255CApplication%255CController%255CAdmin%255CCrud%255CExternalUserController%26filters%255BuserType%255D%3DSTUDENT"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "detail"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#4897
    -isAccessible: true
    -fqcn: "FMT\Data\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#92 …}
    -instance: FMT\Data\Entity\User {#1010 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 204
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#18839 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#23281 …}
  }
]
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
391 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#22736
    -type: "entity"
    -name: "edit"
    -label: "Edit"
    -icon: null
    -cssClass: "action-edit"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "?crudAction=edit&crudControllerFqcn=FMT%5CApplication%5CController%5CAdmin%5CCrud%5CExternalUserController&entityId=204&filters%5BuserType%5D=STUDENT&referrer=?crudAction%3Dindex%26crudControllerFqcn%3DFMT%255CApplication%255CController%255CAdmin%255CCrud%255CExternalUserController%26filters%255BuserType%255D%3DSTUDENT"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#4897
    -isAccessible: true
    -fqcn: "FMT\Data\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#92 …}
    -instance: FMT\Data\Entity\User {#1010 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 204
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#18839 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#23281 …}
  }
]
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
392 DENIED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#23198
    -type: "entity"
    -name: "delete"
    -label: "__ea__action.delete"
    -icon: null
    -cssClass: "action-delete text-danger"
    -htmlElement: "a"
    -htmlAttributes: []
    -linkUrl: null
    -templatePath: null
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#4897
    -isAccessible: true
    -fqcn: "FMT\Data\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#92 …}
    -instance: FMT\Data\Entity\User {#1010 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 204
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#18839 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#23281 …}
  }
]
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS DENIED
Show voter details
393 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#22862
    -type: "entity"
    -name: "detail"
    -label: "Show"
    -icon: null
    -cssClass: "action-detail"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "detail"
    ]
    -linkUrl: "?crudAction=detail&crudControllerFqcn=FMT%5CApplication%5CController%5CAdmin%5CCrud%5CExternalUserController&entityId=163&filters%5BuserType%5D=STUDENT&referrer=?crudAction%3Dindex%26crudControllerFqcn%3DFMT%255CApplication%255CController%255CAdmin%255CCrud%255CExternalUserController%26filters%255BuserType%255D%3DSTUDENT"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "detail"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#4937
    -isAccessible: true
    -fqcn: "FMT\Data\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#92 …}
    -instance: FMT\Data\Entity\User {#1336 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 163
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#19534 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#23406 …}
  }
]
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
394 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#22861
    -type: "entity"
    -name: "edit"
    -label: "Edit"
    -icon: null
    -cssClass: "action-edit"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "?crudAction=edit&crudControllerFqcn=FMT%5CApplication%5CController%5CAdmin%5CCrud%5CExternalUserController&entityId=163&filters%5BuserType%5D=STUDENT&referrer=?crudAction%3Dindex%26crudControllerFqcn%3DFMT%255CApplication%255CController%255CAdmin%255CCrud%255CExternalUserController%26filters%255BuserType%255D%3DSTUDENT"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#4937
    -isAccessible: true
    -fqcn: "FMT\Data\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#92 …}
    -instance: FMT\Data\Entity\User {#1336 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 163
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#19534 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#23406 …}
  }
]
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
395 DENIED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#23323
    -type: "entity"
    -name: "delete"
    -label: "__ea__action.delete"
    -icon: null
    -cssClass: "action-delete text-danger"
    -htmlElement: "a"
    -htmlAttributes: []
    -linkUrl: null
    -templatePath: null
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#4937
    -isAccessible: true
    -fqcn: "FMT\Data\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#92 …}
    -instance: FMT\Data\Entity\User {#1336 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 163
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#19534 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#23406 …}
  }
]
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS DENIED
Show voter details
396 DENIED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4261
    -type: "global"
    -name: "new"
    -label: "__ea__action.new"
    -icon: null
    -cssClass: "action-new btn btn-primary"
    -htmlElement: "a"
    -htmlAttributes: []
    -linkUrl: null
    -templatePath: null
    -crudActionName: "new"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => null
]
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS DENIED
Show voter details
397 DENIED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4267
    -type: "batch"
    -name: "batchDelete"
    -label: "__ea__action.delete"
    -icon: null
    -cssClass: "action-batchDelete btn btn-secondary pr-0 text-danger"
    -htmlElement: "a"
    -htmlAttributes: []
    -linkUrl: null
    -templatePath: null
    -crudActionName: "batchDelete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => null
]
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS DENIED
Show voter details
398 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#23604
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ImageField"
  -propertyName: "profile.avatar.filename"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: "Avatar"
  -formType: "EasyCorp\Bundle\EasyAdminBundle\Form\Type\FileUploadType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#23607 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "center"
  -help: null
  -cssClass: "field-image"
  -columns: null
  -defaultColumns: "col-md-7 col-xxl-5"
  -translationParameters: []
  -templateName: "label/empty"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#23606 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#23608 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#23759 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#23605 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#23610 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
399 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#23611
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.firstName"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: "First Name"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#23614 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -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"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#23613 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#23615 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#23595 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#23612 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#23617 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
400 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#23618
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.lastName"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: "Last Name"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#23621 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -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"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#23620 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#23622 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#23112 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#23619 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#23624 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
401 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#23625
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.email"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: "Email"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#23628 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -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"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#23627 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#23629 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#23755 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#23626 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#23631 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
402 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#23632
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.school"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: "User School"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#23635 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: "left"
  -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"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#23634 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#23636 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#23609 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#23633 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#23638 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
403 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#23639
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.major.name"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: "Major"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#23642 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -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"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#23641 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#23643 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#23616 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#23640 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#23645 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
404 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#23646
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.fundedTotal"
  -value: null
  -formattedValue: Twig\Markup {#23651 …}
  -formatValueCallable: Closure($value, $entity) {#23653 …}
  -label: "Funded"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#23649 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/label/inaccessible.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#23648 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#23650 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#23623 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#23647 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#23652 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
405 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#23654
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.transferTotal"
  -value: null
  -formattedValue: Twig\Markup {#23659 …}
  -formatValueCallable: Closure($value, $entity) {#23661 …}
  -label: "Purchased"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#23657 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/label/inaccessible.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#23656 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#23658 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#23997 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#23655 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#23660 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
406 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#23662
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.remainingTotal"
  -value: null
  -formattedValue: Twig\Markup {#23667 …}
  -formatValueCallable: Closure($value, $entity) {#23669 …}
  -label: "Remaining"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#23665 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/label/inaccessible.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#23664 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#23666 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#24037 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#23663 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#23668 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
407 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#23670
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.purchaseUrl"
  -value: null
  -formattedValue: Twig\Markup {#23675 …}
  -formatValueCallable: Closure($value, $entity) {#23677 …}
  -label: "Campaign"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#23673 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/label/inaccessible.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#23672 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#23674 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#24077 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#23671 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#23676 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
408 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#23678
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "profile.fundedPercent"
  -value: null
  -formattedValue: Twig\Markup {#23683 …}
  -formatValueCallable: Closure($value, $entity) {#23685 …}
  -label: "% Funded"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#23681 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/label/inaccessible.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#23680 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#23682 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#24117 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#23679 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#23684 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
409 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#23686
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ChoiceField"
  -propertyName: "roles"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: "Roles"
  -formType: "FMT\Application\FormType\RoleType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#23689 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-select"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/choice"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#23688 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#23690 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#24157 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#23687 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#23692 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
410 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#23693
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\BooleanField"
  -propertyName: "enabled"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: "Status"
  -formType: "Symfony\Component\Form\Extension\Core\Type\CheckboxType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#23696 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-boolean"
  -columns: null
  -defaultColumns: ""
  -translationParameters: []
  -templateName: null
  -templatePath: "admin/field/boolean.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#23695 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#23697 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#24235 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#23694 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#23699 …}
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
411 DENIED IS_IMPERSONATOR
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS DENIED
"FMT\Application\Voter\AdminPanelVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS ABSTAIN
Show voter details
412 DENIED EA_EXIT_IMPERSONATION
null
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS DENIED
Show voter details
413 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#24434
  -type: "crud"
  -index: 0
  -subIndex: -1
  -label: "View Profile"
  -icon: "fa fa-eye"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "detail"
    "crudControllerFqcn" => "FMT\Application\Controller\Admin\Crud\ProfileCrudController"
    "entityFqcn" => "FMT\Data\Entity\User"
    "entityId" => 178
  ]
  -linkUrl: "?crudAction=detail&crudControllerFqcn=FMT%5CApplication%5CController%5CAdmin%5CCrud%5CProfileCrudController&entityFqcn=FMT%5CData%5CEntity%5CUser&entityId=178&menuIndex=0&submenuIndex=-1"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
414 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#24346
  -type: "crud"
  -index: 1
  -subIndex: -1
  -label: "Edit Profile"
  -icon: "fa fa-pen"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "edit"
    "crudControllerFqcn" => "FMT\Application\Controller\Admin\Crud\ProfileCrudController"
    "entityFqcn" => "FMT\Data\Entity\User"
    "entityId" => 178
  ]
  -linkUrl: "?crudAction=edit&crudControllerFqcn=FMT%5CApplication%5CController%5CAdmin%5CCrud%5CProfileCrudController&entityFqcn=FMT%5CData%5CEntity%5CUser&entityId=178&menuIndex=1&submenuIndex=-1"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
415 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#24334
  -type: "section"
  -index: 2
  -subIndex: -1
  -label: ""
  -icon: null
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: null
  -linkUrl: "#"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
416 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#24337
  -type: "logout"
  -index: 3
  -subIndex: -1
  -label: "Sign out"
  -icon: "fa-sign-out"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: null
  -linkUrl: "/logout"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
417 DENIED IS_IMPERSONATOR
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS DENIED
"FMT\Application\Voter\AdminPanelVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS ABSTAIN
Show voter details
418 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#24661
  -type: "dashboard"
  -index: 0
  -subIndex: -1
  -label: "Dashboard"
  -icon: "fa fa-home"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: null
  -linkUrl: "?menuIndex=0&submenuIndex=-1"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
419 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#24663
  -type: "submenu"
  -index: 1
  -subIndex: -1
  -label: "User Management"
  -icon: "fa fa-users"
  -cssClass: ""
  -permission: "EXTERNAL_USER_VIEWER"
  -routeName: null
  -routeParameters: null
  -linkUrl: ""
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: [
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#24665
      -type: "crud"
      -index: 1
      -subIndex: 0
      -label: "Admin"
      -icon: "fa fa-user-tie"
      -cssClass: ""
      -permission: "ROLE_SUPER_ADMIN"
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => "FMT\Application\Controller\Admin\Crud\UserCrudController"
        "entityFqcn" => "FMT\Data\Entity\User"
        "entityId" => null
      ]
      -linkUrl: "?crudAction=index&crudControllerFqcn=FMT%5CApplication%5CController%5CAdmin%5CCrud%5CUserCrudController&entityFqcn=FMT%5CData%5CEntity%5CUser&menuIndex=1&submenuIndex=0"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -badge: null
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#24668
      -type: "url"
      -index: 1
      -subIndex: 1
      -label: "Students"
      -icon: "fa fa-user"
      -cssClass: ""
      -permission: "STUDENT_USER_VIEWER"
      -routeName: null
      -routeParameters: null
      -linkUrl: "?crudAction=index&crudControllerFqcn=FMT%5CApplication%5CController%5CAdmin%5CCrud%5CExternalUserController&filters%5BuserType%5D=STUDENT"
      -linkRel: "noopener"
      -linkTarget: "_self"
      -translationParameters: []
      -badge: null
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#24671
      -type: "url"
      -index: 1
      -subIndex: 2
      -label: "Donors"
      -icon: "fa fa-user"
      -cssClass: ""
      -permission: "DONOR_USER_VIEWER"
      -routeName: null
      -routeParameters: null
      -linkUrl: "?crudAction=index&crudControllerFqcn=FMT%5CApplication%5CController%5CAdmin%5CCrud%5CExternalUserController&filters%5BuserType%5D=DONOR"
      -linkRel: "noopener"
      -linkTarget: "_self"
      -translationParameters: []
      -badge: null
      -subItems: []
    }
  ]
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS GRANTED
Show voter details
420 GRANTED ROLE_SUPER_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#24665
  -type: "crud"
  -index: 1
  -subIndex: 0
  -label: "Admin"
  -icon: "fa fa-user-tie"
  -cssClass: ""
  -permission: "ROLE_SUPER_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "FMT\Application\Controller\Admin\Crud\UserCrudController"
    "entityFqcn" => "FMT\Data\Entity\User"
    "entityId" => null
  ]
  -linkUrl: "?crudAction=index&crudControllerFqcn=FMT%5CApplication%5CController%5CAdmin%5CCrud%5CUserCrudController&entityFqcn=FMT%5CData%5CEntity%5CUser&menuIndex=1&submenuIndex=0"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
421 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#24665
  -type: "crud"
  -index: 1
  -subIndex: 0
  -label: "Admin"
  -icon: "fa fa-user-tie"
  -cssClass: ""
  -permission: "ROLE_SUPER_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "FMT\Application\Controller\Admin\Crud\UserCrudController"
    "entityFqcn" => "FMT\Data\Entity\User"
    "entityId" => null
  ]
  -linkUrl: "?crudAction=index&crudControllerFqcn=FMT%5CApplication%5CController%5CAdmin%5CCrud%5CUserCrudController&entityFqcn=FMT%5CData%5CEntity%5CUser&menuIndex=1&submenuIndex=0"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
422 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#24668
  -type: "url"
  -index: 1
  -subIndex: 1
  -label: "Students"
  -icon: "fa fa-user"
  -cssClass: ""
  -permission: "STUDENT_USER_VIEWER"
  -routeName: null
  -routeParameters: null
  -linkUrl: "?crudAction=index&crudControllerFqcn=FMT%5CApplication%5CController%5CAdmin%5CCrud%5CExternalUserController&filters%5BuserType%5D=STUDENT"
  -linkRel: "noopener"
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS GRANTED
Show voter details
423 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#24671
  -type: "url"
  -index: 1
  -subIndex: 2
  -label: "Donors"
  -icon: "fa fa-user"
  -cssClass: ""
  -permission: "DONOR_USER_VIEWER"
  -routeName: null
  -routeParameters: null
  -linkUrl: "?crudAction=index&crudControllerFqcn=FMT%5CApplication%5CController%5CAdmin%5CCrud%5CExternalUserController&filters%5BuserType%5D=DONOR"
  -linkRel: "noopener"
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS GRANTED
Show voter details
424 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#24673
  -type: "submenu"
  -index: 2
  -subIndex: -1
  -label: "Reports"
  -icon: "fa fa-file-alt"
  -cssClass: ""
  -permission: "REPORT_VIEWER"
  -routeName: null
  -routeParameters: null
  -linkUrl: ""
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: [
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#24675
      -type: "crud"
      -index: 2
      -subIndex: 0
      -label: "Transaction Reports"
      -icon: "fa fa-file-invoice-dollar"
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "FMT\Data\Entity\Transaction"
        "entityId" => null
        "filters[createdAt][comparison]" => "between"
        "filters[createdAt][value]" => "2025-02-09 00:00"
        "filters[createdAt][value2]" => "2025-02-23 00:00"
      ]
      -linkUrl: "?crudAction=index&crudControllerFqcn=FMT%5CApplication%5CController%5CAdmin%5CCrud%5CReportCrudController&filters%5BcreatedAt%5D%5Bcomparison%5D=between&filters%5BcreatedAt%5D%5Bvalue2%5D=2025-02-23%2000:00&filters%5BcreatedAt%5D%5Bvalue%5D=2025-02-09%2000:00&menuIndex=2&submenuIndex=0"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -badge: null
      -subItems: []
    }
  ]
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS GRANTED
Show voter details
425 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#24675
  -type: "crud"
  -index: 2
  -subIndex: 0
  -label: "Transaction Reports"
  -icon: "fa fa-file-invoice-dollar"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "FMT\Data\Entity\Transaction"
    "entityId" => null
    "filters[createdAt][comparison]" => "between"
    "filters[createdAt][value]" => "2025-02-09 00:00"
    "filters[createdAt][value2]" => "2025-02-23 00:00"
  ]
  -linkUrl: "?crudAction=index&crudControllerFqcn=FMT%5CApplication%5CController%5CAdmin%5CCrud%5CReportCrudController&filters%5BcreatedAt%5D%5Bcomparison%5D=between&filters%5BcreatedAt%5D%5Bvalue2%5D=2025-02-23%2000:00&filters%5BcreatedAt%5D%5Bvalue%5D=2025-02-09%2000:00&menuIndex=2&submenuIndex=0"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS DENIED
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
426 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#24677
  -type: "crud"
  -index: 3
  -subIndex: -1
  -label: "Schools"
  -icon: "fa fa-store"
  -cssClass: ""
  -permission: "USER_SCHOOL_VIEWER"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "FMT\Data\Entity\UserSchool"
    "entityId" => null
  ]
  -linkUrl: "?crudAction=index&crudControllerFqcn=FMT%5CApplication%5CController%5CAdmin%5CCrud%5CUserSchoolController&menuIndex=3&submenuIndex=-1"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"FMT\Application\Voter\AdminPanelVoter"
ACCESS GRANTED
Show voter details
427 DENIED IS_IMPERSONATOR
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS DENIED
"FMT\Application\Voter\AdminPanelVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CampaignVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CartVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\CommandVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\DonorVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\TransactionVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserContactVoter"
ACCESS ABSTAIN
"FMT\Application\Voter\UserVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS ABSTAIN
Show voter details