Security

Token

Authenticated
Property Value
Roles
[
  "ROLE_ADMIN"
  "ROLE_PARTNER"
  "ROLE_FIN_ADMIN"
  "ROLE_PORTALUSER"
  "ROLE_USER"
]
Inherited Roles none
Token
Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken {#439
  -user: App\Entity\User {#361 …}
  -roleNames: [
    "ROLE_ADMIN"
    "ROLE_PARTNER"
    "ROLE_FIN_ADMIN"
    "ROLE_PORTALUSER"
    "ROLE_USER"
  ]
  -attributes: []
  -firewallName: "main"
}

Firewall

main Name
Security enabled
Stateless

Configuration

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

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#86
  -map: Symfony\Component\Security\Http\AccessMap {#87 …}
  -logger: Symfony\Bridge\Monolog\Logger {#59 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#90
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#179 …}
  -sessionKey: "_security_main"
  -logger: Symfony\Bridge\Monolog\Logger {#59 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#91 …}
  -dispatcher: Symfony\Component\EventDispatcher\EventDispatcher {#70 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#68 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#93 …}
}
14.13 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#474
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#108 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#69
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#180 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "app_logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#53 …}
  -csrfTokenManager: null
  -eventDispatcher: Symfony\Component\EventDispatcher\EventDispatcher {#70 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#94
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#180 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#273 …}
  -map: Symfony\Component\Security\Http\AccessMap {#87 …}
}
0.33 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
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"

Access decision log

# Result Attributes Object
1 GRANTED ROLE_USER
Symfony\Component\HttpFoundation\Request {#3
  +attributes: Symfony\Component\HttpFoundation\ParameterBag {#13 …}
  +request: Symfony\Component\HttpFoundation\InputBag {#9 …}
  +query: Symfony\Component\HttpFoundation\InputBag {#8 …}
  +server: Symfony\Component\HttpFoundation\ServerBag {#16 …}
  +files: Symfony\Component\HttpFoundation\FileBag {#15 …}
  +cookies: Symfony\Component\HttpFoundation\InputBag {#14 …}
  +headers: Symfony\Component\HttpFoundation\HeaderBag {#17 …}
  #content: ""
  #languages: null
  #charsets: null
  #encodings: null
  #acceptableContentTypes: null
  #pathInfo: "/admin"
  #requestUri: "/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CFilmProjectProgressReportCrudController&page=1&query=%22Behind+the+Test%22"
  #baseUrl: ""
  #basePath: ""
  #method: "GET"
  #format: null
  #session: Symfony\Component\HttpFoundation\Session\Session {#98 …}
  #locale: null
  #defaultLocale: "en"
  -preferredFormat: null
  -isHostValid: true
  -isForwardedValid: true
  format: "html"
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
2 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1004
  -isAccessible: true
  -fqcn: "App\Entity\FilmProjectProgressReport"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1064 …}
  -instance: null
  -primaryKeyName: "id"
  -primaryKeyValue: null
  -permission: null
  -fields: null
  -actions: null
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
3 GRANTED EA_EXECUTE_ACTION
[
  "action" => "index"
  "entity" => null
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
4 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1295
  -isAccessible: true
  -fqcn: "App\Entity\FilmProject"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#350 …}
  -instance: null
  -primaryKeyName: "id"
  -primaryKeyValue: null
  -permission: null
  -fields: null
  -actions: null
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
5 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1302
  -isAccessible: true
  -fqcn: "App\Entity\FilmProjectProgressReport"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1064 …}
  -instance: App\Entity\FilmProjectProgressReport {#1330 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 69
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1438 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#1830 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
6 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1439
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.title"
  -value: "Behind the Test"
  -formattedValue: "Behind the Test"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1613 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1346 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: "col-md-6"
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1352 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1460 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1615 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1367 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1467 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
7 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1308
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.productionStage"
  -value: "Development"
  -formattedValue: "Development"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1750 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1310 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: null
  -templatePath: "admin/field/project_stage.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1376 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1327 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1345 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1366 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1313 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
8 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1486
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.status"
  -value: "approved"
  -formattedValue: "approved"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1752 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1476 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: null
  -templatePath: "admin/field/project_status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1474 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1475 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1349 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1477 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1472 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
9 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1470
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.wordpressStatus"
  -value: "draft"
  -formattedValue: "draft"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1759 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1466 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: null
  -templatePath: "admin/field/project_wordpress_status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1468 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1465 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1751 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1469 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1463 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
10 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1462
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "filmProject.wordpressId"
  -value: 37644
  -formattedValue: "37644"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1766 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1387 …}
  -sortable: false
  -virtual: true
  -permission: "ROLE_ADMIN"
  -textAlign: null
  -help: null
  -cssClass: "field-id"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: null
  -templatePath: "admin/field/wordpress_id.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1459 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1434 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1315 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1461 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1409 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
11 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1462
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "filmProject.wordpressId"
  -value: 37644
  -formattedValue: "37644"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1766 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1387 …}
  -sortable: false
  -virtual: true
  -permission: "ROLE_ADMIN"
  -textAlign: null
  -help: null
  -cssClass: "field-id"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: null
  -templatePath: "admin/field/wordpress_id.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1459 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1434 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1315 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1461 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1409 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
12 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1453
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "oldWordpressId"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1773 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1441 …}
  -sortable: false
  -virtual: true
  -permission: "ROLE_ADMIN"
  -textAlign: null
  -help: null
  -cssClass: "field-id"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: null
  -templatePath: "admin/field/wordpress_id.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1436 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1445 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1781 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1450 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1452 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
13 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1453
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "oldWordpressId"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1773 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1441 …}
  -sortable: false
  -virtual: true
  -permission: "ROLE_ADMIN"
  -textAlign: null
  -help: null
  -cssClass: "field-id"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: null
  -templatePath: "admin/field/wordpress_id.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1436 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1445 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1781 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1450 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1452 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
14 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1451
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateField"
  -propertyName: "createdAt"
  -value: DateTime @1757320590 {#1374
    date: 2025-09-08 18:36:30.0 Australia/Sydney (+10:00)
  }
  -formattedValue: "2025"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1448 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1442 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-date"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/date"
  -templatePath: "@EasyAdmin/crud/field/date.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1443 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1446 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1478 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1449 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1456 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
15 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1431
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "status"
  -value: "received"
  -formattedValue: "received"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1786 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1344 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: null
  -templatePath: "admin/field/progress_report_status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1343 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1429 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1800 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1430 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1433 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
16 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#1807
    -type: "entity"
    -name: "viewProgressReport"
    -label: Symfony\Component\Translation\TranslatableMessage {#1819 …}
    -icon: ""
    -cssClass: "action-viewProgressReport"
    -addedCssClass: ""
    -htmlElement: "a"
    -htmlAttributes: [
      "target" => "_blank"
      "data-action-name" => "viewProgressReport"
    ]
    -linkUrl: "https://daf-middleware.wtdevsite.com/admin?crudAction=viewProgressReport&crudControllerFqcn=App%5CController%5CAdmin%5CFilmProjectProgressReportCrudController&entityId=69&page=1&referrer=https://daf-middleware.wtdevsite.com/admin?crudAction%3Dindex%26crudControllerFqcn%3DApp%255CController%255CAdmin%255CFilmProjectProgressReportCrudController%26page%3D1%26query%3D%2522Behind%2520the%2520Test%2522"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "viewProgressReport"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1302
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1064 …}
    -instance: App\Entity\FilmProjectProgressReport {#1330 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 69
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1438 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#1830 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
17 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#1808
    -type: "entity"
    -name: "downloadPdf"
    -label: "Download Progress Report"
    -icon: null
    -cssClass: ""
    -addedCssClass: ""
    -htmlElement: "a"
    -htmlAttributes: []
    -linkUrl: null
    -templatePath: null
    -crudActionName: "downloadPdf"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: Closure($entity) {#642 …}
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1302
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1064 …}
    -instance: App\Entity\FilmProjectProgressReport {#1330 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 69
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1438 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#1830 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
18 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#1809
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#1824 …}
    -icon: null
    -cssClass: "action-delete text-danger"
    -addedCssClass: " text-danger"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "delete"
      "formaction" => "https://daf-middleware.wtdevsite.com/admin?crudAction=delete&crudControllerFqcn=App%5CController%5CAdmin%5CFilmProjectProgressReportCrudController&entityId=69&page=1&query=%22Behind%20the%20Test%22"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-delete"
    ]
    -linkUrl: "https://daf-middleware.wtdevsite.com/admin?crudAction=delete&crudControllerFqcn=App%5CController%5CAdmin%5CFilmProjectProgressReportCrudController&entityId=69&page=1&referrer=https://daf-middleware.wtdevsite.com/admin?crudAction%3Dindex%26crudControllerFqcn%3DApp%255CController%255CAdmin%255CFilmProjectProgressReportCrudController%26page%3D1%26query%3D%2522Behind%2520the%2520Test%2522"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1302
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1064 …}
    -instance: App\Entity\FilmProjectProgressReport {#1330 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 69
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1438 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#1830 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
19 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
20 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#1055
    -type: "global"
    -name: "toggleProgressReportOff"
    -label: Symfony\Component\Translation\TranslatableMessage {#1314 …}
    -icon: null
    -cssClass: "btn action-toggleProgressReportOff btn btn-primary d-block"
    -addedCssClass: " btn btn-primary d-block"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "toggleProgressReportOff"
    ]
    -linkUrl: "/admin/progress-report/workflow/cron"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: "/admin/progress-report/workflow/cron"
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => null
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
21 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
22 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#1007
    -type: "batch"
    -name: "sendBatchEmail"
    -label: Symfony\Component\Translation\TranslatableMessage {#1818 …}
    -icon: null
    -cssClass: "btn action-sendBatchEmail"
    -addedCssClass: ""
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "sendBatchEmail"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-batch-action"
      "data-action-csrf-token" => Symfony\Component\Security\Csrf\CsrfToken {#1815
        -id: "ea-batch-action-sendBatchEmail"
        -value: "e068.o4NMTPIXExkootnPbu6L4c98YmcP28kyw3fAuBMZ6b4.6Mc_LpB7XVVs-I_5KKP_hJ4kMgp7upNAghqD3H9qhNTozT4Ph0ZXaG7BkA"
      }
      "data-action-batch" => "true"
      "data-entity-fqcn" => "App\Entity\FilmProjectProgressReport"
      "data-action-url" => "https://daf-middleware.wtdevsite.com/admin?crudAction=sendBatchEmail&crudControllerFqcn=App%5CController%5CAdmin%5CFilmProjectProgressReportCrudController&page=1&referrer=https://daf-middleware.wtdevsite.com/admin?crudAction%3Dindex%26crudControllerFqcn%3DApp%255CController%255CAdmin%255CFilmProjectProgressReportCrudController%26page%3D1%26query%3D%2522Behind%2520the%2520Test%2522"
    ]
    -linkUrl: "https://daf-middleware.wtdevsite.com/admin?crudAction=sendBatchEmail&crudControllerFqcn=App%5CController%5CAdmin%5CFilmProjectProgressReportCrudController&page=1&referrer=https://daf-middleware.wtdevsite.com/admin?crudAction%3Dindex%26crudControllerFqcn%3DApp%255CController%255CAdmin%255CFilmProjectProgressReportCrudController%26page%3D1%26query%3D%2522Behind%2520the%2520Test%2522"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "sendBatchEmail"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => null
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
23 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
24 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#1003
    -type: "batch"
    -name: "unpublishProjects"
    -label: Symfony\Component\Translation\TranslatableMessage {#1323 …}
    -icon: null
    -cssClass: "btn action-unpublishProjects wordpress-action"
    -addedCssClass: " wordpress-action"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "unpublishProjects"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-batch-action"
      "data-action-csrf-token" => Symfony\Component\Security\Csrf\CsrfToken {#1847
        -id: "ea-batch-action-unpublishProjects"
        -value: "3c0d44b78eabce3ef6619f.9dyS7iv3xFNUTo5nQhWoyJilSOXN8alEse8OiACMAIY.xLLzlHy_jD0MOrkWGnj8_K3NEqGPu_10h9hAu03AOciqhtq-XYKiIiV__Q"
      }
      "data-action-batch" => "true"
      "data-entity-fqcn" => "App\Entity\FilmProjectProgressReport"
      "data-action-url" => "https://daf-middleware.wtdevsite.com/admin?crudAction=unpublishProjects&crudControllerFqcn=App%5CController%5CAdmin%5CFilmProjectProgressReportCrudController&page=1&referrer=https://daf-middleware.wtdevsite.com/admin?crudAction%3Dindex%26crudControllerFqcn%3DApp%255CController%255CAdmin%255CFilmProjectProgressReportCrudController%26page%3D1%26query%3D%2522Behind%2520the%2520Test%2522"
    ]
    -linkUrl: "https://daf-middleware.wtdevsite.com/admin?crudAction=unpublishProjects&crudControllerFqcn=App%5CController%5CAdmin%5CFilmProjectProgressReportCrudController&page=1&referrer=https://daf-middleware.wtdevsite.com/admin?crudAction%3Dindex%26crudControllerFqcn%3DApp%255CController%255CAdmin%255CFilmProjectProgressReportCrudController%26page%3D1%26query%3D%2522Behind%2520the%2520Test%2522"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "unpublishProjects"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => null
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
25 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
26 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#1005
    -type: "batch"
    -name: "publishProjects"
    -label: Symfony\Component\Translation\TranslatableMessage {#1842 …}
    -icon: null
    -cssClass: "btn action-publishProjects wordpress-action"
    -addedCssClass: " wordpress-action"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "publishProjects"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-batch-action"
      "data-action-csrf-token" => Symfony\Component\Security\Csrf\CsrfToken {#1859
        -id: "ea-batch-action-publishProjects"
        -value: "c3.4agyTqvCb5Y9LT38BOXAktJYcNXKcYYJ9Z1c85vat10.l-UFHtu7Ka9XY1-GUpCLoJQpGYKsSNZa2N9vsOi3xRC24FV2_Ila2ldnVg"
      }
      "data-action-batch" => "true"
      "data-entity-fqcn" => "App\Entity\FilmProjectProgressReport"
      "data-action-url" => "https://daf-middleware.wtdevsite.com/admin?crudAction=publishProjects&crudControllerFqcn=App%5CController%5CAdmin%5CFilmProjectProgressReportCrudController&page=1&referrer=https://daf-middleware.wtdevsite.com/admin?crudAction%3Dindex%26crudControllerFqcn%3DApp%255CController%255CAdmin%255CFilmProjectProgressReportCrudController%26page%3D1%26query%3D%2522Behind%2520the%2520Test%2522"
    ]
    -linkUrl: "https://daf-middleware.wtdevsite.com/admin?crudAction=publishProjects&crudControllerFqcn=App%5CController%5CAdmin%5CFilmProjectProgressReportCrudController&page=1&referrer=https://daf-middleware.wtdevsite.com/admin?crudAction%3Dindex%26crudControllerFqcn%3DApp%255CController%255CAdmin%255CFilmProjectProgressReportCrudController%26page%3D1%26query%3D%2522Behind%2520the%2520Test%2522"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "publishProjects"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => null
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
27 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
28 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#1059
    -type: "global"
    -name: "exportProgressReportFeedbackList"
    -label: Symfony\Component\Translation\TranslatableMessage {#1854 …}
    -icon: null
    -cssClass: "btn action-exportProgressReportFeedbackList btn btn-primary d-block"
    -addedCssClass: " btn btn-primary d-block"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "exportProgressReportFeedbackList"
    ]
    -linkUrl: "/admin/project/export-progress-report-feedback"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: "/admin/project/export-progress-report-feedback"
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => null
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
29 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
30 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#1062
    -type: "global"
    -name: "exportProgressReportList"
    -label: Symfony\Component\Translation\TranslatableMessage {#1861 …}
    -icon: null
    -cssClass: "btn action-exportProgressReportList btn btn-primary d-block"
    -addedCssClass: " btn btn-primary d-block"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "exportProgressReportList"
    ]
    -linkUrl: "/admin/project/export-progress-report"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: Closure() {#1061 …}
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => null
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
31 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
32 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#1010
    -type: "global"
    -name: "sendEmail"
    -label: Symfony\Component\Translation\TranslatableMessage {#1866 …}
    -icon: null
    -cssClass: "btn action-sendEmail btn btn-primary d-block"
    -addedCssClass: " btn btn-primary d-block"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "sendEmail"
    ]
    -linkUrl: "/progress-report/workflow/send-email"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: "/progress-report/workflow/send-email"
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => null
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
33 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#1035
    -type: "batch"
    -name: "batchDelete"
    -label: Symfony\Component\Translation\TranslatableMessage {#1400 …}
    -icon: null
    -cssClass: "action-batchDelete btn btn-danger pr-0"
    -addedCssClass: " btn btn-danger pr-0"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "batchDelete"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-batch-action"
      "data-action-csrf-token" => Symfony\Component\Security\Csrf\CsrfToken {#1873
        -id: "ea-batch-action-batchDelete"
        -value: "576d112804f.6t19F_Y5ZqcRXxDGJiNEIgIuST840AvZuRTjdIDleIc.hbkQeoJWV_0iK0OEC3kVEnhqIGp2s2afwyOwNfHUN9aZ6AVuwFoUwU4ZZw"
      }
      "data-action-batch" => "true"
      "data-entity-fqcn" => "App\Entity\FilmProjectProgressReport"
      "data-action-url" => "https://daf-middleware.wtdevsite.com/admin?crudAction=batchDelete&crudControllerFqcn=App%5CController%5CAdmin%5CFilmProjectProgressReportCrudController&page=1&referrer=https://daf-middleware.wtdevsite.com/admin?crudAction%3Dindex%26crudControllerFqcn%3DApp%255CController%255CAdmin%255CFilmProjectProgressReportCrudController%26page%3D1%26query%3D%2522Behind%2520the%2520Test%2522"
    ]
    -linkUrl: "https://daf-middleware.wtdevsite.com/admin?crudAction=batchDelete&crudControllerFqcn=App%5CController%5CAdmin%5CFilmProjectProgressReportCrudController&page=1&referrer=https://daf-middleware.wtdevsite.com/admin?crudAction%3Dindex%26crudControllerFqcn%3DApp%255CController%255CAdmin%255CFilmProjectProgressReportCrudController%26page%3D1%26query%3D%2522Behind%2520the%2520Test%2522"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "batchDelete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => null
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
34 DENIED IS_IMPERSONATOR
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS DENIED
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS ABSTAIN
Show voter details
35 DENIED EA_EXIT_IMPERSONATION
null
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS DENIED
Show voter details
36 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2128
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2131 …}
  -icon: "fa fa-bell"
  -cssClass: "user-notification-action"
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Controller\Admin\ProjectNotificationCrudController"
    "entityFqcn" => "App\Entity\ProjectNotification"
    "entityId" => null
  ]
  -linkUrl: "https://daf-middleware.wtdevsite.com/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CProjectNotificationCrudController&entityFqcn=App%5CEntity%5CProjectNotification"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
37 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2117
  -type: "section"
  -selected: false
  -expanded: false
  -label: ""
  -icon: null
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: null
  -linkUrl: "#"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
38 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2125
  -type: "logout"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2120 …}
  -icon: "fa-sign-out"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: null
  -linkUrl: "/logout"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
39 DENIED IS_IMPERSONATOR
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS DENIED
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS ABSTAIN
Show voter details
40 GRANTED ROLE_PARTNER
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2187
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2251 …}
  -icon: null
  -cssClass: "filmmaker-portal"
  -permission: "ROLE_PARTNER"
  -routeName: null
  -routeParameters: null
  -linkUrl: "#"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
41 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2187
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2251 …}
  -icon: null
  -cssClass: "filmmaker-portal"
  -permission: "ROLE_PARTNER"
  -routeName: null
  -routeParameters: null
  -linkUrl: "#"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
42 GRANTED ROLE_PARTNER
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2189
  -type: "dashboard"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2254 …}
  -icon: "fa fa-list"
  -cssClass: ""
  -permission: "ROLE_PARTNER"
  -routeName: null
  -routeParameters: null
  -linkUrl: "https://daf-middleware.wtdevsite.com/admin"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
43 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2189
  -type: "dashboard"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2254 …}
  -icon: "fa fa-list"
  -cssClass: ""
  -permission: "ROLE_PARTNER"
  -routeName: null
  -routeParameters: null
  -linkUrl: "https://daf-middleware.wtdevsite.com/admin"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
44 GRANTED ROLE_PARTNER
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2191
  -type: "url"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2256 …}
  -icon: "fa fa-list"
  -cssClass: ""
  -permission: "ROLE_PARTNER"
  -routeName: null
  -routeParameters: null
  -linkUrl: "https://documentaryaustralia.com.au/filmmaker-resources/"
  -linkRel: "noopener"
  -linkTarget: "_blank"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
45 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2191
  -type: "url"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2256 …}
  -icon: "fa fa-list"
  -cssClass: ""
  -permission: "ROLE_PARTNER"
  -routeName: null
  -routeParameters: null
  -linkUrl: "https://documentaryaustralia.com.au/filmmaker-resources/"
  -linkRel: "noopener"
  -linkTarget: "_blank"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
46 DENIED ROLE_DONOR
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2193
  -type: "section"
  -selected: false
  -expanded: false
  -label: "SUPPORTER"
  -icon: null
  -cssClass: ""
  -permission: "ROLE_DONOR"
  -routeName: null
  -routeParameters: null
  -linkUrl: null
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS ABSTAIN
Show voter details
47 DENIED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2193
  -type: "section"
  -selected: false
  -expanded: false
  -label: "SUPPORTER"
  -icon: null
  -cssClass: ""
  -permission: "ROLE_DONOR"
  -routeName: null
  -routeParameters: null
  -linkUrl: null
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS DENIED
Show voter details
48 DENIED ROLE_DONOR
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2195
  -type: "url"
  -selected: false
  -expanded: false
  -label: "Dashboard"
  -icon: "fa fa-list"
  -cssClass: ""
  -permission: "ROLE_DONOR"
  -routeName: null
  -routeParameters: null
  -linkUrl: "/admin/supporter"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS ABSTAIN
Show voter details
49 DENIED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2195
  -type: "url"
  -selected: false
  -expanded: false
  -label: "Dashboard"
  -icon: "fa fa-list"
  -cssClass: ""
  -permission: "ROLE_DONOR"
  -routeName: null
  -routeParameters: null
  -linkUrl: "/admin/supporter"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS DENIED
Show voter details
50 DENIED ROLE_DONOR
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2197
  -type: "crud"
  -selected: false
  -expanded: false
  -label: "Donations"
  -icon: "fa fa-list"
  -cssClass: ""
  -permission: "ROLE_DONOR"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Controller\Admin\DonationCrudController"
    "entityFqcn" => "App\Entity\FilmProject"
    "entityId" => null
  ]
  -linkUrl: null
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS ABSTAIN
Show voter details
51 DENIED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2197
  -type: "crud"
  -selected: false
  -expanded: false
  -label: "Donations"
  -icon: "fa fa-list"
  -cssClass: ""
  -permission: "ROLE_DONOR"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Controller\Admin\DonationCrudController"
    "entityFqcn" => "App\Entity\FilmProject"
    "entityId" => null
  ]
  -linkUrl: null
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS DENIED
Show voter details
52 GRANTED ROLE_PORTALUSER
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2199
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2253 …}
  -icon: "fa fa-list"
  -cssClass: ""
  -permission: "ROLE_PORTALUSER"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Controller\Admin\FollowingProjectCrudController"
    "entityFqcn" => "App\Entity\FilmProject"
    "entityId" => null
  ]
  -linkUrl: "https://daf-middleware.wtdevsite.com/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CFollowingProjectCrudController&entityFqcn=App%5CEntity%5CFilmProject"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
53 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2199
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2253 …}
  -icon: "fa fa-list"
  -cssClass: ""
  -permission: "ROLE_PORTALUSER"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Controller\Admin\FollowingProjectCrudController"
    "entityFqcn" => "App\Entity\FilmProject"
    "entityId" => null
  ]
  -linkUrl: "https://daf-middleware.wtdevsite.com/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CFollowingProjectCrudController&entityFqcn=App%5CEntity%5CFilmProject"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
54 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2201
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2258 …}
  -icon: null
  -cssClass: ""
  -permission: "ROLE_ADMIN"
  -routeName: null
  -routeParameters: null
  -linkUrl: "#"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
55 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2201
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2258 …}
  -icon: null
  -cssClass: ""
  -permission: "ROLE_ADMIN"
  -routeName: null
  -routeParameters: null
  -linkUrl: "#"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
56 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2203
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2252 …}
  -icon: "fa fa-list"
  -cssClass: ""
  -permission: "ROLE_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Controller\Admin\UserAdminCrudController"
    "entityFqcn" => "App\Entity\User"
    "entityId" => null
  ]
  -linkUrl: "https://daf-middleware.wtdevsite.com/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CUserAdminCrudController&entityFqcn=App%5CEntity%5CUser"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
57 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2203
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2252 …}
  -icon: "fa fa-list"
  -cssClass: ""
  -permission: "ROLE_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Controller\Admin\UserAdminCrudController"
    "entityFqcn" => "App\Entity\User"
    "entityId" => null
  ]
  -linkUrl: "https://daf-middleware.wtdevsite.com/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CUserAdminCrudController&entityFqcn=App%5CEntity%5CUser"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
58 GRANTED ROLE_PORTALUSER
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2205
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2313 …}
  -icon: null
  -cssClass: ""
  -permission: "ROLE_PORTALUSER"
  -routeName: null
  -routeParameters: null
  -linkUrl: "#"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
59 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2205
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2313 …}
  -icon: null
  -cssClass: ""
  -permission: "ROLE_PORTALUSER"
  -routeName: null
  -routeParameters: null
  -linkUrl: "#"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
60 GRANTED ROLE_PORTALUSER
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2207
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2272 …}
  -icon: "fa fa-list"
  -cssClass: ""
  -permission: "ROLE_PORTALUSER"
  -routeName: null
  -routeParameters: [
    "crudAction" => "edit"
    "crudControllerFqcn" => "App\Controller\Admin\UserCrudController"
    "entityFqcn" => "App\Entity\User"
    "entityId" => 1
  ]
  -linkUrl: "https://daf-middleware.wtdevsite.com/admin?crudAction=edit&crudControllerFqcn=App%5CController%5CAdmin%5CUserCrudController&entityFqcn=App%5CEntity%5CUser&entityId=1"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
61 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2207
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2272 …}
  -icon: "fa fa-list"
  -cssClass: ""
  -permission: "ROLE_PORTALUSER"
  -routeName: null
  -routeParameters: [
    "crudAction" => "edit"
    "crudControllerFqcn" => "App\Controller\Admin\UserCrudController"
    "entityFqcn" => "App\Entity\User"
    "entityId" => 1
  ]
  -linkUrl: "https://daf-middleware.wtdevsite.com/admin?crudAction=edit&crudControllerFqcn=App%5CController%5CAdmin%5CUserCrudController&entityFqcn=App%5CEntity%5CUser&entityId=1"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
62 GRANTED ROLE_PORTALUSER
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2209
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2337 …}
  -icon: "fa fa-list"
  -cssClass: ""
  -permission: "ROLE_PORTALUSER"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Controller\Admin\UserBillingCrudController"
    "entityFqcn" => "App\Entity\User"
    "entityId" => null
  ]
  -linkUrl: "https://daf-middleware.wtdevsite.com/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CUserBillingCrudController&entityFqcn=App%5CEntity%5CUser"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
63 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2209
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2337 …}
  -icon: "fa fa-list"
  -cssClass: ""
  -permission: "ROLE_PORTALUSER"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Controller\Admin\UserBillingCrudController"
    "entityFqcn" => "App\Entity\User"
    "entityId" => null
  ]
  -linkUrl: "https://daf-middleware.wtdevsite.com/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CUserBillingCrudController&entityFqcn=App%5CEntity%5CUser"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
64 GRANTED ROLE_PARTNER
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2211
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2327 …}
  -icon: null
  -cssClass: ""
  -permission: "ROLE_PARTNER"
  -routeName: null
  -routeParameters: null
  -linkUrl: "#"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
65 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2211
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2327 …}
  -icon: null
  -cssClass: ""
  -permission: "ROLE_PARTNER"
  -routeName: null
  -routeParameters: null
  -linkUrl: "#"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
66 GRANTED ROLE_PARTNER
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2213
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2346 …}
  -icon: "fa fa-list"
  -cssClass: ""
  -permission: "ROLE_PARTNER"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Controller\Admin\FilmProjectCrudController"
    "entityFqcn" => "App\Entity\FilmProject"
    "entityId" => null
  ]
  -linkUrl: "https://daf-middleware.wtdevsite.com/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CFilmProjectCrudController&entityFqcn=App%5CEntity%5CFilmProject"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
67 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2213
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2346 …}
  -icon: "fa fa-list"
  -cssClass: ""
  -permission: "ROLE_PARTNER"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Controller\Admin\FilmProjectCrudController"
    "entityFqcn" => "App\Entity\FilmProject"
    "entityId" => null
  ]
  -linkUrl: "https://daf-middleware.wtdevsite.com/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CFilmProjectCrudController&entityFqcn=App%5CEntity%5CFilmProject"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
68 GRANTED ROLE_PARTNER
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2215
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2370 …}
  -icon: "fa fa-list"
  -cssClass: ""
  -permission: "ROLE_PARTNER"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Controller\Admin\PendingFilmProjectCrudController"
    "entityFqcn" => "App\Entity\FilmProject"
    "entityId" => null
  ]
  -linkUrl: "https://daf-middleware.wtdevsite.com/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CPendingFilmProjectCrudController&entityFqcn=App%5CEntity%5CFilmProject"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
69 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2215
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2370 …}
  -icon: "fa fa-list"
  -cssClass: ""
  -permission: "ROLE_PARTNER"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Controller\Admin\PendingFilmProjectCrudController"
    "entityFqcn" => "App\Entity\FilmProject"
    "entityId" => null
  ]
  -linkUrl: "https://daf-middleware.wtdevsite.com/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CPendingFilmProjectCrudController&entityFqcn=App%5CEntity%5CFilmProject"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
70 GRANTED ROLE_PARTNER
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2217
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2356 …}
  -icon: "fa fa-list"
  -cssClass: ""
  -permission: "ROLE_PARTNER"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Controller\Admin\LinkedFilmProjectCrudController"
    "entityFqcn" => "App\Entity\FilmProject"
    "entityId" => null
  ]
  -linkUrl: "https://daf-middleware.wtdevsite.com/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CLinkedFilmProjectCrudController&entityFqcn=App%5CEntity%5CFilmProject"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
71 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2217
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2356 …}
  -icon: "fa fa-list"
  -cssClass: ""
  -permission: "ROLE_PARTNER"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Controller\Admin\LinkedFilmProjectCrudController"
    "entityFqcn" => "App\Entity\FilmProject"
    "entityId" => null
  ]
  -linkUrl: "https://daf-middleware.wtdevsite.com/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CLinkedFilmProjectCrudController&entityFqcn=App%5CEntity%5CFilmProject"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
72 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2219
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2380 …}
  -icon: "fa fa-list"
  -cssClass: ""
  -permission: "ROLE_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Controller\Admin\FilmProjectAdminUpdateCrudController"
    "entityFqcn" => "App\Entity\FilmProjectUpdate"
    "entityId" => null
  ]
  -linkUrl: "https://daf-middleware.wtdevsite.com/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CFilmProjectAdminUpdateCrudController&entityFqcn=App%5CEntity%5CFilmProjectUpdate"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
73 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2219
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2380 …}
  -icon: "fa fa-list"
  -cssClass: ""
  -permission: "ROLE_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Controller\Admin\FilmProjectAdminUpdateCrudController"
    "entityFqcn" => "App\Entity\FilmProjectUpdate"
    "entityId" => null
  ]
  -linkUrl: "https://daf-middleware.wtdevsite.com/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CFilmProjectAdminUpdateCrudController&entityFqcn=App%5CEntity%5CFilmProjectUpdate"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
74 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2221
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2394 …}
  -icon: "fa fa-list"
  -cssClass: ""
  -permission: "ROLE_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Controller\Admin\FilmProjectProgressReportCrudController"
    "entityFqcn" => "App\Entity\FilmProjectProgressReport"
    "entityId" => null
  ]
  -linkUrl: "https://daf-middleware.wtdevsite.com/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CFilmProjectProgressReportCrudController&entityFqcn=App%5CEntity%5CFilmProjectProgressReport"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
75 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2221
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2394 …}
  -icon: "fa fa-list"
  -cssClass: ""
  -permission: "ROLE_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Controller\Admin\FilmProjectProgressReportCrudController"
    "entityFqcn" => "App\Entity\FilmProjectProgressReport"
    "entityId" => null
  ]
  -linkUrl: "https://daf-middleware.wtdevsite.com/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CFilmProjectProgressReportCrudController&entityFqcn=App%5CEntity%5CFilmProjectProgressReport"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
76 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2223
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2404 …}
  -icon: null
  -cssClass: ""
  -permission: "ROLE_ADMIN"
  -routeName: null
  -routeParameters: null
  -linkUrl: "#"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
77 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2223
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2404 …}
  -icon: null
  -cssClass: ""
  -permission: "ROLE_ADMIN"
  -routeName: null
  -routeParameters: null
  -linkUrl: "#"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
78 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2225
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2409 …}
  -icon: "fa fa-list"
  -cssClass: ""
  -permission: "ROLE_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Controller\Admin\EventCrudController"
    "entityFqcn" => "App\Entity\Event"
    "entityId" => null
  ]
  -linkUrl: "https://daf-middleware.wtdevsite.com/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CEventCrudController&entityFqcn=App%5CEntity%5CEvent"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
79 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2225
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2409 …}
  -icon: "fa fa-list"
  -cssClass: ""
  -permission: "ROLE_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Controller\Admin\EventCrudController"
    "entityFqcn" => "App\Entity\Event"
    "entityId" => null
  ]
  -linkUrl: "https://daf-middleware.wtdevsite.com/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CEventCrudController&entityFqcn=App%5CEntity%5CEvent"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
80 GRANTED ROLE_FIN_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2227
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2429 …}
  -icon: null
  -cssClass: ""
  -permission: "ROLE_FIN_ADMIN"
  -routeName: null
  -routeParameters: null
  -linkUrl: "#"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
81 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2227
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2429 …}
  -icon: null
  -cssClass: ""
  -permission: "ROLE_FIN_ADMIN"
  -routeName: null
  -routeParameters: null
  -linkUrl: "#"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
82 GRANTED ROLE_FIN_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2229
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2414 …}
  -icon: "fa fa-list"
  -cssClass: ""
  -permission: "ROLE_FIN_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Controller\Admin\ProductCrudController"
    "entityFqcn" => "App\Entity\Product"
    "entityId" => null
  ]
  -linkUrl: "https://daf-middleware.wtdevsite.com/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CProductCrudController&entityFqcn=App%5CEntity%5CProduct"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
83 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2229
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2414 …}
  -icon: "fa fa-list"
  -cssClass: ""
  -permission: "ROLE_FIN_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Controller\Admin\ProductCrudController"
    "entityFqcn" => "App\Entity\Product"
    "entityId" => null
  ]
  -linkUrl: "https://daf-middleware.wtdevsite.com/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CProductCrudController&entityFqcn=App%5CEntity%5CProduct"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
84 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2231
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2444 …}
  -icon: null
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: null
  -linkUrl: "#"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
85 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2233
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2419 …}
  -icon: "fa fa-list"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Controller\Admin\OrderDetailsCrudController"
    "entityFqcn" => "App\Entity\Donation"
    "entityId" => null
  ]
  -linkUrl: "https://daf-middleware.wtdevsite.com/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5COrderDetailsCrudController&entityFqcn=App%5CEntity%5CDonation"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
86 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2235
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2463 …}
  -icon: null
  -cssClass: ""
  -permission: "ROLE_ADMIN"
  -routeName: null
  -routeParameters: null
  -linkUrl: "#"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
87 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2235
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2463 …}
  -icon: null
  -cssClass: ""
  -permission: "ROLE_ADMIN"
  -routeName: null
  -routeParameters: null
  -linkUrl: "#"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
88 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2237
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2434 …}
  -icon: "fa fa-list"
  -cssClass: ""
  -permission: "ROLE_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Controller\Admin\DonationCrudController"
    "entityFqcn" => "App\Entity\Donation"
    "entityId" => null
  ]
  -linkUrl: "https://daf-middleware.wtdevsite.com/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CDonationCrudController&entityFqcn=App%5CEntity%5CDonation"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
89 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2237
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2434 …}
  -icon: "fa fa-list"
  -cssClass: ""
  -permission: "ROLE_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Controller\Admin\DonationCrudController"
    "entityFqcn" => "App\Entity\Donation"
    "entityId" => null
  ]
  -linkUrl: "https://daf-middleware.wtdevsite.com/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CDonationCrudController&entityFqcn=App%5CEntity%5CDonation"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
90 GRANTED ROLE_PORTALUSER
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2239
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2486 …}
  -icon: null
  -cssClass: ""
  -permission: "ROLE_PORTALUSER"
  -routeName: null
  -routeParameters: null
  -linkUrl: "#"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
91 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2239
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2486 …}
  -icon: null
  -cssClass: ""
  -permission: "ROLE_PORTALUSER"
  -routeName: null
  -routeParameters: null
  -linkUrl: "#"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
92 GRANTED ROLE_PORTALUSER
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2241
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2453 …}
  -icon: "fa fa-bell"
  -cssClass: ""
  -permission: "ROLE_PORTALUSER"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Controller\Admin\ProjectNotificationCrudController"
    "entityFqcn" => "App\Entity\ProjectNotification"
    "entityId" => null
  ]
  -linkUrl: "https://daf-middleware.wtdevsite.com/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CProjectNotificationCrudController&entityFqcn=App%5CEntity%5CProjectNotification"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
93 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2241
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2453 …}
  -icon: "fa fa-bell"
  -cssClass: ""
  -permission: "ROLE_PORTALUSER"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Controller\Admin\ProjectNotificationCrudController"
    "entityFqcn" => "App\Entity\ProjectNotification"
    "entityId" => null
  ]
  -linkUrl: "https://daf-middleware.wtdevsite.com/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CProjectNotificationCrudController&entityFqcn=App%5CEntity%5CProjectNotification"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
94 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2243
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2493 …}
  -icon: null
  -cssClass: ""
  -permission: "ROLE_ADMIN"
  -routeName: null
  -routeParameters: null
  -linkUrl: "#"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
95 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2243
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2493 …}
  -icon: null
  -cssClass: ""
  -permission: "ROLE_ADMIN"
  -routeName: null
  -routeParameters: null
  -linkUrl: "#"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
96 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2245
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2472 …}
  -icon: "fa fa-list"
  -cssClass: ""
  -permission: "ROLE_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Controller\Admin\EmailTemplateCrudController"
    "entityFqcn" => "App\Entity\EmailTemplate"
    "entityId" => null
  ]
  -linkUrl: "https://daf-middleware.wtdevsite.com/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CEmailTemplateCrudController&entityFqcn=App%5CEntity%5CEmailTemplate"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
97 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2245
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2472 …}
  -icon: "fa fa-list"
  -cssClass: ""
  -permission: "ROLE_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Controller\Admin\EmailTemplateCrudController"
    "entityFqcn" => "App\Entity\EmailTemplate"
    "entityId" => null
  ]
  -linkUrl: "https://daf-middleware.wtdevsite.com/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CEmailTemplateCrudController&entityFqcn=App%5CEntity%5CEmailTemplate"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
98 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2247
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2512 …}
  -icon: "fa fa-list"
  -cssClass: ""
  -permission: "ROLE_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Controller\Admin\SettingCrudController"
    "entityFqcn" => "App\Entity\Setting"
    "entityId" => null
  ]
  -linkUrl: "https://daf-middleware.wtdevsite.com/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CSettingCrudController&entityFqcn=App%5CEntity%5CSetting"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
99 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2247
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2512 …}
  -icon: "fa fa-list"
  -cssClass: ""
  -permission: "ROLE_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Controller\Admin\SettingCrudController"
    "entityFqcn" => "App\Entity\Setting"
    "entityId" => null
  ]
  -linkUrl: "https://daf-middleware.wtdevsite.com/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CSettingCrudController&entityFqcn=App%5CEntity%5CSetting"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
100 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2249
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2502 …}
  -icon: "fa fa-list"
  -cssClass: ""
  -permission: "ROLE_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Controller\Admin\UserCategoryCrudController"
    "entityFqcn" => "App\Entity\User"
    "entityId" => null
  ]
  -linkUrl: "https://daf-middleware.wtdevsite.com/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CUserCategoryCrudController&entityFqcn=App%5CEntity%5CUser"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
101 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2249
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2502 …}
  -icon: "fa fa-list"
  -cssClass: ""
  -permission: "ROLE_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Controller\Admin\UserCategoryCrudController"
    "entityFqcn" => "App\Entity\User"
    "entityId" => null
  ]
  -linkUrl: "https://daf-middleware.wtdevsite.com/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CUserCategoryCrudController&entityFqcn=App%5CEntity%5CUser"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
102 DENIED ROLE_DONOR
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS ABSTAIN
Show voter details
103 DENIED ROLE_FUNDER
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS ABSTAIN
Show voter details
104 DENIED IS_IMPERSONATOR
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS DENIED
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS ABSTAIN
Show voter details
105 DENIED ROLE_DONOR
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS ABSTAIN
Show voter details
106 DENIED ROLE_FUNDER
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS ABSTAIN
Show voter details