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 {#500
  -user: App\Entity\User {#403 …}
  -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 {#85
  -map: Symfony\Component\Security\Http\AccessMap {#86 …}
  -logger: Symfony\Bridge\Monolog\Logger {#58 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#89
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#178 …}
  -sessionKey: "_security_main"
  -logger: Symfony\Bridge\Monolog\Logger {#58 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#90 …}
  -dispatcher: Symfony\Component\EventDispatcher\EventDispatcher {#69 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#67 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#92 …}
}
41.17 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#465
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#107 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#68
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#179 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "app_logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#52 …}
  -csrfTokenManager: null
  -eventDispatcher: Symfony\Component\EventDispatcher\EventDispatcher {#69 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#93
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#179 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#272 …}
  -map: Symfony\Component\Security\Http\AccessMap {#86 …}
}
0.81 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?referrer=%2Fadmin%3FcrudAction%3Dindex%26crudControllerFqcn%3DApp%255CController%255CAdmin%255CFilmProjectProgressReportCrudController%26entityFqcn%3DApp%255CEntity%255CFilmProjectProgressReport%26page%3D2&crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CFilmProjectProgressReportCrudController&entityFqcn=App%5CEntity%5CFilmProjectProgressReport"
  #baseUrl: ""
  #basePath: ""
  #method: "GET"
  #format: null
  #session: Symfony\Component\HttpFoundation\Session\Session {#97 …}
  #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 {#1929
  -isAccessible: true
  -fqcn: "App\Entity\FilmProjectProgressReport"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
  -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 {#1673
  -isAccessible: true
  -fqcn: "App\Entity\FilmProjectProgressReport"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
  -instance: App\Entity\FilmProjectProgressReport {#1609 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 40
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1351 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4574 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
5 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1426
  -isAccessible: true
  -fqcn: "App\Entity\FilmProjectProgressReport"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
  -instance: App\Entity\FilmProjectProgressReport {#1531 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 47
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1300 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4600 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
6 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1644
  -isAccessible: true
  -fqcn: "App\Entity\FilmProjectProgressReport"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
  -instance: App\Entity\FilmProjectProgressReport {#1521 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 55
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2114 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4626 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
7 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1640
  -isAccessible: true
  -fqcn: "App\Entity\FilmProjectProgressReport"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
  -instance: App\Entity\FilmProjectProgressReport {#1604 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 38
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2254 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4652 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
8 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1670
  -isAccessible: true
  -fqcn: "App\Entity\FilmProjectProgressReport"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
  -instance: App\Entity\FilmProjectProgressReport {#1526 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 53
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2393 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4678 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
9 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1627
  -isAccessible: true
  -fqcn: "App\Entity\FilmProjectProgressReport"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
  -instance: App\Entity\FilmProjectProgressReport {#1614 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 52
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2531 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4704 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
10 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1643
  -isAccessible: true
  -fqcn: "App\Entity\FilmProjectProgressReport"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
  -instance: App\Entity\FilmProjectProgressReport {#1509 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 21
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2670 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4730 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
11 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1578
  -isAccessible: true
  -fqcn: "App\Entity\FilmProjectProgressReport"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
  -instance: App\Entity\FilmProjectProgressReport {#1481 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 19
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2811 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4756 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
12 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1425
  -isAccessible: true
  -fqcn: "App\Entity\FilmProjectProgressReport"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
  -instance: App\Entity\FilmProjectProgressReport {#1487 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 20
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2916 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4782 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
13 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1424
  -isAccessible: true
  -fqcn: "App\Entity\FilmProjectProgressReport"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
  -instance: App\Entity\FilmProjectProgressReport {#1493 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 11
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#3055 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4808 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
14 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1416
  -isAccessible: true
  -fqcn: "App\Entity\FilmProjectProgressReport"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
  -instance: App\Entity\FilmProjectProgressReport {#1499 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 17
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#3193 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4834 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
15 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1411
  -isAccessible: true
  -fqcn: "App\Entity\FilmProjectProgressReport"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
  -instance: App\Entity\FilmProjectProgressReport {#1504 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 15
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#3332 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4860 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
16 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1406
  -isAccessible: true
  -fqcn: "App\Entity\FilmProjectProgressReport"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
  -instance: App\Entity\FilmProjectProgressReport {#1561 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 16
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#3437 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4886 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
17 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1401
  -isAccessible: true
  -fqcn: "App\Entity\FilmProjectProgressReport"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
  -instance: App\Entity\FilmProjectProgressReport {#1633 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 5
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#3578 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4912 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
18 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1396
  -isAccessible: true
  -fqcn: "App\Entity\FilmProjectProgressReport"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
  -instance: App\Entity\FilmProjectProgressReport {#1563 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 3
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#3716 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4938 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
19 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1391
  -isAccessible: true
  -fqcn: "App\Entity\FilmProjectProgressReport"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
  -instance: App\Entity\FilmProjectProgressReport {#1452 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 1
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#3857 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4964 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
20 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1386
  -isAccessible: true
  -fqcn: "App\Entity\FilmProjectProgressReport"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
  -instance: App\Entity\FilmProjectProgressReport {#1446 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 2
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#3962 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4990 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
21 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1381
  -isAccessible: true
  -fqcn: "App\Entity\FilmProjectProgressReport"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
  -instance: App\Entity\FilmProjectProgressReport {#1440 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 14
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#4103 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#5016 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
22 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1376
  -isAccessible: true
  -fqcn: "App\Entity\FilmProjectProgressReport"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
  -instance: App\Entity\FilmProjectProgressReport {#1435 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 46
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#4243 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#5035 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
23 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1371
  -isAccessible: true
  -fqcn: "App\Entity\FilmProjectProgressReport"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
  -instance: App\Entity\FilmProjectProgressReport {#1430 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 51
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#4348 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#5058 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
24 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1352
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.title"
  -value: "Progress Report Testing 3"
  -formattedValue: "Progress Report Testing 3"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1138 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1570 …}
  -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 {#1356 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1517 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1136 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1357 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1362 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
25 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1366
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.productionStage"
  -value: "Development"
  -formattedValue: "Development"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1023 …}
  -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: 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 {#1347 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1345 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1298 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1348 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1343 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
26 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1342
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.status"
  -value: "approved"
  -formattedValue: "approved"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1001 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1339 …}
  -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 {#1340 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1338 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1295 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1341 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1336 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
27 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1335
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.wordpressStatus"
  -value: "draft"
  -formattedValue: "draft"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#994 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1332 …}
  -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 {#1333 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1331 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1002 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1334 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1329 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
28 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1328
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "filmProject.wordpressId"
  -value: 37539
  -formattedValue: "37539"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#987 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1325 …}
  -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 {#1326 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1324 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1344 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1327 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1322 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
29 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1328
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "filmProject.wordpressId"
  -value: 37539
  -formattedValue: "37539"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#987 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1325 …}
  -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 {#1326 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1324 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1344 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1327 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1322 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
30 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1321
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "oldWordpressId"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#980 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1318 …}
  -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 {#1319 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1317 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#927 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1320 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1315 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
31 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1321
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "oldWordpressId"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#980 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1318 …}
  -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 {#1319 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1317 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#927 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1320 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1315 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
32 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1314
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateField"
  -propertyName: "createdAt"
  -value: DateTime @1760071042 {#1592
    date: 2025-10-10 15:37:22.0 Australia/Sydney (+11:00)
  }
  -formattedValue: "2025"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1316 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1311 …}
  -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 {#1312 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1310 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#972 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1313 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1308 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
33 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1307
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "status"
  -value: "completed"
  -formattedValue: "completed"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#977 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1304 …}
  -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 {#1305 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1303 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#929 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1306 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1301 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
34 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1299
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.title"
  -value: "title Lucy title final - changed dates"
  -formattedValue: "title Lucy title final - changed dates"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2118 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#926 …}
  -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 {#928 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1302 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2129 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1309 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#919 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
35 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#940
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.productionStage"
  -value: "Film Complete"
  -formattedValue: "Film Complete"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2128 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#943 …}
  -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 {#942 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#944 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2161 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#941 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#946 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
36 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#947
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.status"
  -value: "approved"
  -formattedValue: "approved"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2120 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#950 …}
  -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 {#949 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#951 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2162 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#948 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#953 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
37 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#954
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.wordpressStatus"
  -value: "publish"
  -formattedValue: "publish"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2116 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#957 …}
  -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 {#956 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#958 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2167 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#955 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#960 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
38 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#961
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "filmProject.wordpressId"
  -value: 37396
  -formattedValue: "37396"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2119 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#964 …}
  -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 {#963 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2090 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2172 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#962 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2093 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
39 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#961
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "filmProject.wordpressId"
  -value: 37396
  -formattedValue: "37396"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2119 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#964 …}
  -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 {#963 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2090 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2172 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#962 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2093 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
40 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2097
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "oldWordpressId"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#925 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2096 …}
  -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 {#2092 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2100 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2177 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2099 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2101 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
41 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2097
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "oldWordpressId"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#925 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2096 …}
  -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 {#2092 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2100 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2177 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2099 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2101 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
42 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2094
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateField"
  -propertyName: "createdAt"
  -value: DateTime @1760071042 {#1540
    date: 2025-10-10 15:37:22.0 Australia/Sydney (+11:00)
  }
  -formattedValue: "2025"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2091 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2103 …}
  -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 {#2098 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2104 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2178 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2089 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2106 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
43 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2107
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "status"
  -value: "completed"
  -formattedValue: "completed"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#952 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2110 …}
  -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 {#2109 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2111 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2183 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2108 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2113 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
44 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2115
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.title"
  -value: "DAVE'S PROJECT2"
  -formattedValue: "DAVE'S PROJECT2"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2258 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#959 …}
  -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 {#945 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2112 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2269 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2105 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2200 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
45 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2205
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.productionStage"
  -value: "Development"
  -formattedValue: "Development"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2268 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2208 …}
  -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 {#2207 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2209 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2300 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2206 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2211 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
46 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2212
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.status"
  -value: "approved"
  -formattedValue: "approved"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2260 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2215 …}
  -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 {#2214 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2216 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2301 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2213 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2218 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
47 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2219
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.wordpressStatus"
  -value: "draft"
  -formattedValue: "draft"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2256 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2222 …}
  -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 {#2221 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2223 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2306 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2220 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2225 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
48 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2226
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "filmProject.wordpressId"
  -value: 37560
  -formattedValue: "37560"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2259 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2229 …}
  -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 {#2228 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2230 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2311 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2227 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2232 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
49 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2226
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "filmProject.wordpressId"
  -value: 37560
  -formattedValue: "37560"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2259 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2229 …}
  -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 {#2228 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2230 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2311 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2227 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2232 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
50 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2233
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "oldWordpressId"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2102 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2236 …}
  -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 {#2235 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2237 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2316 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2234 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2239 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
51 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2233
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "oldWordpressId"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2102 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2236 …}
  -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 {#2235 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2237 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2316 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2234 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2239 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
52 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2240
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateField"
  -propertyName: "createdAt"
  -value: DateTime @1728634532 {#1610
    date: 2024-10-11 19:15:32.0 Australia/Sydney (+11:00)
  }
  -formattedValue: "2024"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2238 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2243 …}
  -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 {#2242 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2244 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2317 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2241 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2246 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
53 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2247
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "status"
  -value: "completed"
  -formattedValue: "completed"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2217 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2250 …}
  -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 {#2249 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2251 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2322 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2248 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2253 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
54 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2255
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.title"
  -value: "EM TESTING"
  -formattedValue: "EM TESTING"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2397 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2224 …}
  -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 {#2210 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2252 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2408 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2245 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2339 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
55 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2344
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.productionStage"
  -value: "Development"
  -formattedValue: "Development"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2407 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2347 …}
  -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 {#2346 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2348 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2438 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2345 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2350 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
56 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2351
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.status"
  -value: "approved"
  -formattedValue: "approved"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2399 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2354 …}
  -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 {#2353 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2355 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2439 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2352 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2357 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
57 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2358
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.wordpressStatus"
  -value: "draft"
  -formattedValue: "draft"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2395 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2361 …}
  -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 {#2360 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2362 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2444 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2359 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2364 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
58 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2365
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "filmProject.wordpressId"
  -value: 37552
  -formattedValue: "37552"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2398 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2368 …}
  -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 {#2367 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2369 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2449 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2366 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2371 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
59 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2365
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "filmProject.wordpressId"
  -value: 37552
  -formattedValue: "37552"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2398 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2368 …}
  -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 {#2367 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2369 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2449 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2366 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2371 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
60 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2372
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "oldWordpressId"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2231 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2375 …}
  -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 {#2374 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2376 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2454 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2373 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2378 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
61 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2372
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "oldWordpressId"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2231 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2375 …}
  -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 {#2374 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2376 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2454 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2373 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2378 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
62 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2379
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateField"
  -propertyName: "createdAt"
  -value: DateTime @1760071042 {#1523
    date: 2025-10-10 15:37:22.0 Australia/Sydney (+11:00)
  }
  -formattedValue: "2025"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2377 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2382 …}
  -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 {#2381 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2383 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2455 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2380 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2385 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
63 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2386
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "status"
  -value: "completed"
  -formattedValue: "completed"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2356 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2389 …}
  -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 {#2388 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2390 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2460 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2387 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2392 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
64 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2394
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.title"
  -value: "Another Test Project 11 Octoberv - Title 2"
  -formattedValue: "Another Test Project 11 Octoberv - Title 2"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2535 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2363 …}
  -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 {#2349 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2391 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2546 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2384 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2477 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
65 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2482
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.productionStage"
  -value: "Development"
  -formattedValue: "Development"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2545 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2485 …}
  -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 {#2484 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2486 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2577 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2483 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2488 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
66 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2489
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.status"
  -value: "approved"
  -formattedValue: "approved"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2537 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2492 …}
  -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 {#2491 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2493 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2578 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2490 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2495 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
67 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2496
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.wordpressStatus"
  -value: "publish"
  -formattedValue: "publish"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2533 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2499 …}
  -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 {#2498 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2500 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2583 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2497 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2502 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
68 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2503
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "filmProject.wordpressId"
  -value: 37555
  -formattedValue: "37555"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2536 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2506 …}
  -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 {#2505 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2507 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2588 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2504 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2509 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
69 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2503
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "filmProject.wordpressId"
  -value: 37555
  -formattedValue: "37555"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2536 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2506 …}
  -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 {#2505 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2507 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2588 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2504 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2509 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
70 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2510
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "oldWordpressId"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2370 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2513 …}
  -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 {#2512 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2514 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2593 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2511 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2516 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
71 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2510
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "oldWordpressId"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2370 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2513 …}
  -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 {#2512 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2514 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2593 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2511 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2516 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
72 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2517
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateField"
  -propertyName: "createdAt"
  -value: DateTime @1728627555 {#1515
    date: 2024-10-11 17:19:15.0 Australia/Sydney (+11:00)
  }
  -formattedValue: "2024"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2515 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2520 …}
  -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 {#2519 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2521 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2594 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2518 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2523 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
73 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2524
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "status"
  -value: "completed"
  -formattedValue: "completed"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2494 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2527 …}
  -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 {#2526 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2528 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2599 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2525 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2530 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
74 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2532
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.title"
  -value: "TEST STAGING - DO NOT TOUCH"
  -formattedValue: "TEST STAGING - DO NOT TOUCH"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2674 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2501 …}
  -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 {#2487 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2529 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2685 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2522 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2616 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
75 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2621
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.productionStage"
  -value: "Film Complete"
  -formattedValue: "Film Complete"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2684 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2624 …}
  -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 {#2623 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2625 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2718 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2622 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2627 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
76 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2628
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.status"
  -value: "approved"
  -formattedValue: "approved"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2676 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2631 …}
  -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 {#2630 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2632 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2719 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2629 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2634 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
77 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2635
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.wordpressStatus"
  -value: "publish"
  -formattedValue: "publish"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2672 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2638 …}
  -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 {#2637 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2639 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2724 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2636 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2641 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
78 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2642
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "filmProject.wordpressId"
  -value: 37391
  -formattedValue: "37391"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2675 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2645 …}
  -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 {#2644 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2646 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2729 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2643 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2648 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
79 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2642
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "filmProject.wordpressId"
  -value: 37391
  -formattedValue: "37391"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2675 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2645 …}
  -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 {#2644 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2646 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2729 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2643 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2648 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
80 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2649
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "oldWordpressId"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2508 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2652 …}
  -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 {#2651 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2653 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2734 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2650 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2655 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
81 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2649
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "oldWordpressId"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2508 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2652 …}
  -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 {#2651 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2653 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2734 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2650 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2655 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
82 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2656
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateField"
  -propertyName: "createdAt"
  -value: DateTime @1760071520 {#1616
    date: 2025-10-10 15:45:20.0 Australia/Sydney (+11:00)
  }
  -formattedValue: "2025"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2654 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2659 …}
  -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 {#2658 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2660 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2735 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2657 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2662 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
83 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2663
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "status"
  -value: "completed"
  -formattedValue: "completed"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2633 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2666 …}
  -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 {#2665 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2667 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2740 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2664 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2669 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
84 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2671
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.title"
  -value: "EM TESTING"
  -formattedValue: "EM TESTING"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2815 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2640 …}
  -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 {#2626 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2668 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2818 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2661 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2757 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
85 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2762
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.productionStage"
  -value: "Development"
  -formattedValue: "Development"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2817 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2765 …}
  -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 {#2764 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2766 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2819 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2763 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2768 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
86 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2769
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.status"
  -value: "approved"
  -formattedValue: "approved"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2814 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2772 …}
  -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 {#2771 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2773 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2824 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2770 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2775 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
87 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2776
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.wordpressStatus"
  -value: "draft"
  -formattedValue: "draft"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2813 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2779 …}
  -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 {#2778 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2780 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2829 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2777 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2782 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
88 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2783
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "filmProject.wordpressId"
  -value: 37552
  -formattedValue: "37552"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2816 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2786 …}
  -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 {#2785 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2787 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2834 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2784 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2789 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
89 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2783
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "filmProject.wordpressId"
  -value: 37552
  -formattedValue: "37552"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2816 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2786 …}
  -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 {#2785 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2787 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2834 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2784 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2789 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
90 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2790
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "oldWordpressId"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2647 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2793 …}
  -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 {#2792 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2794 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2839 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2791 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2796 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
91 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2790
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "oldWordpressId"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2647 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2793 …}
  -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 {#2792 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2794 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2839 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2791 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2796 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
92 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2797
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateField"
  -propertyName: "createdAt"
  -value: DateTime @1728351925 {#1511
    date: 2024-10-08 12:45:25.0 Australia/Sydney (+11:00)
  }
  -formattedValue: "2024"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2795 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2800 …}
  -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 {#2799 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2801 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2840 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2798 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2803 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
93 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2804
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "status"
  -value: "completed"
  -formattedValue: "completed"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2774 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2807 …}
  -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 {#2806 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2808 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2845 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2805 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2810 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
94 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2812
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.title"
  -value: "Progress Report Testing 4 - Title updated 27 Sept"
  -formattedValue: "Progress Report Testing 4 - Title updated 27 Sept"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2920 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2781 …}
  -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 {#2767 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2809 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2931 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2802 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2862 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
95 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2867
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.productionStage"
  -value: "Production"
  -formattedValue: "Production"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2930 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2870 …}
  -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 {#2869 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2871 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2962 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2868 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2873 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
96 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2874
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.status"
  -value: "approved"
  -formattedValue: "approved"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2922 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2877 …}
  -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 {#2876 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2878 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2963 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2875 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2880 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
97 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2881
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.wordpressStatus"
  -value: "publish"
  -formattedValue: "publish"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2918 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2884 …}
  -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 {#2883 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2885 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2968 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2882 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2887 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
98 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2888
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "filmProject.wordpressId"
  -value: 37542
  -formattedValue: "37542"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2921 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2891 …}
  -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 {#2890 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2892 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2973 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2889 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2894 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
99 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2888
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "filmProject.wordpressId"
  -value: 37542
  -formattedValue: "37542"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2921 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2891 …}
  -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 {#2890 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2892 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2973 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2889 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2894 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
100 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2895
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "oldWordpressId"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2788 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2898 …}
  -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 {#2897 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2899 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2978 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2896 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2901 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
101 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2895
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "oldWordpressId"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2788 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2898 …}
  -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 {#2897 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2899 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2978 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2896 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2901 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
102 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2902
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateField"
  -propertyName: "createdAt"
  -value: DateTime @1727738991 {#1479
    date: 2024-10-01 09:29:51.0 Australia/Sydney (+10:00)
  }
  -formattedValue: "2024"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2900 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2905 …}
  -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 {#2904 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2906 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2979 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2903 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2908 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
103 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2909
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "status"
  -value: "completed"
  -formattedValue: "completed"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2879 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2912 …}
  -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 {#2911 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2913 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2984 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2910 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2915 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
104 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2917
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.title"
  -value: "TEST PROGRESS REPORT 3"
  -formattedValue: "TEST PROGRESS REPORT 3"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3059 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2886 …}
  -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 {#2872 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2914 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3070 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2907 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3001 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
105 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3006
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.productionStage"
  -value: "Post-Production"
  -formattedValue: "Post-Production"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3069 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3009 …}
  -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 {#3008 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3010 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3100 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3007 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3012 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
106 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3013
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.status"
  -value: "approved"
  -formattedValue: "approved"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3061 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3016 …}
  -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 {#3015 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3017 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3101 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3014 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3019 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
107 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3020
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.wordpressStatus"
  -value: "draft"
  -formattedValue: "draft"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3057 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3023 …}
  -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 {#3022 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3024 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3106 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3021 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3026 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
108 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3027
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "filmProject.wordpressId"
  -value: 37536
  -formattedValue: "37536"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3060 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3030 …}
  -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 {#3029 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3031 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3111 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3028 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3033 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
109 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3027
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "filmProject.wordpressId"
  -value: 37536
  -formattedValue: "37536"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3060 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3030 …}
  -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 {#3029 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3031 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3111 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3028 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3033 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
110 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3034
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "oldWordpressId"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2893 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3037 …}
  -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 {#3036 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3038 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3116 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3035 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3040 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
111 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3034
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "oldWordpressId"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2893 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3037 …}
  -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 {#3036 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3038 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3116 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3035 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3040 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
112 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3041
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateField"
  -propertyName: "createdAt"
  -value: DateTime @1727648556 {#1485
    date: 2024-09-30 08:22:36.0 Australia/Sydney (+10:00)
  }
  -formattedValue: "2024"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3039 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3044 …}
  -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 {#3043 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3045 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3117 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3042 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3047 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
113 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3048
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "status"
  -value: "completed"
  -formattedValue: "completed"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3018 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3051 …}
  -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 {#3050 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3052 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3122 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3049 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3054 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
114 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3056
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.title"
  -value: "STAGING CEALAN TEST"
  -formattedValue: "STAGING CEALAN TEST"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3197 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3025 …}
  -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 {#3011 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3053 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3208 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3046 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3139 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
115 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3144
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.productionStage"
  -value: "Development"
  -formattedValue: "Development"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3207 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3147 …}
  -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 {#3146 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3148 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3239 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3145 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3150 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
116 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3151
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.status"
  -value: "approved"
  -formattedValue: "approved"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3199 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3154 …}
  -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 {#3153 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3155 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3240 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3152 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3157 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
117 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3158
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.wordpressStatus"
  -value: "publish"
  -formattedValue: "publish"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3195 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3161 …}
  -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 {#3160 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3162 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3245 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3159 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3164 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
118 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3165
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "filmProject.wordpressId"
  -value: 37500
  -formattedValue: "37500"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3198 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3168 …}
  -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 {#3167 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3169 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3250 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3166 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3171 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
119 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3165
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "filmProject.wordpressId"
  -value: 37500
  -formattedValue: "37500"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3198 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3168 …}
  -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 {#3167 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3169 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3250 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3166 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3171 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
120 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3172
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "oldWordpressId"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3032 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3175 …}
  -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 {#3174 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3176 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3255 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3173 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3178 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
121 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3172
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "oldWordpressId"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3032 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3175 …}
  -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 {#3174 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3176 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3255 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3173 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3178 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
122 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3179
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateField"
  -propertyName: "createdAt"
  -value: DateTime @1727065484 {#1491
    date: 2024-09-23 14:24:44.0 Australia/Sydney (+10:00)
  }
  -formattedValue: "2024"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3177 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3182 …}
  -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 {#3181 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3183 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3256 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3180 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3185 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
123 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3186
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "status"
  -value: "completed"
  -formattedValue: "completed"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3156 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3189 …}
  -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 {#3188 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3190 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3261 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3187 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3192 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
124 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3194
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.title"
  -value: "Progress Report Testing 3"
  -formattedValue: "Progress Report Testing 3"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3336 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3163 …}
  -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 {#3149 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3191 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3339 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3184 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3278 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
125 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3283
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.productionStage"
  -value: "Development"
  -formattedValue: "Development"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3338 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3286 …}
  -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 {#3285 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3287 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3340 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3284 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3289 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
126 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3290
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.status"
  -value: "approved"
  -formattedValue: "approved"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3335 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3293 …}
  -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 {#3292 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3294 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3345 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3291 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3296 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
127 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3297
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.wordpressStatus"
  -value: "draft"
  -formattedValue: "draft"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3334 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3300 …}
  -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 {#3299 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3301 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3350 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3298 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3303 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
128 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3304
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "filmProject.wordpressId"
  -value: 37539
  -formattedValue: "37539"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3337 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3307 …}
  -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 {#3306 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3308 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3355 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3305 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3310 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
129 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3304
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "filmProject.wordpressId"
  -value: 37539
  -formattedValue: "37539"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3337 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3307 …}
  -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 {#3306 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3308 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3355 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3305 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3310 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
130 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3311
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "oldWordpressId"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3170 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3314 …}
  -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 {#3313 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3315 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3360 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3312 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3317 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
131 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3311
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "oldWordpressId"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3170 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3314 …}
  -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 {#3313 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3315 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3360 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3312 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3317 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
132 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3318
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateField"
  -propertyName: "createdAt"
  -value: DateTime @1726123404 {#1497
    date: 2024-09-12 16:43:24.0 Australia/Sydney (+10:00)
  }
  -formattedValue: "2024"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3316 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3321 …}
  -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 {#3320 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3322 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3361 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3319 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3324 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
133 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3325
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "status"
  -value: "completed"
  -formattedValue: "completed"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3295 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3328 …}
  -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 {#3327 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3329 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3366 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3326 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3331 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
134 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3333
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.title"
  -value: "TEST PROGRESS REPORT"
  -formattedValue: "TEST PROGRESS REPORT"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3441 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3302 …}
  -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 {#3288 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3330 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3452 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3323 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3383 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
135 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3388
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.productionStage"
  -value: "Post-Production"
  -formattedValue: "Post-Production"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3451 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3391 …}
  -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 {#3390 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3392 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3485 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3389 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3394 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
136 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3395
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.status"
  -value: "approved"
  -formattedValue: "approved"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3443 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3398 …}
  -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 {#3397 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3399 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3486 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3396 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3401 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
137 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3402
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.wordpressStatus"
  -value: "draft"
  -formattedValue: "draft"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3439 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3405 …}
  -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 {#3404 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3406 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3491 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3403 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3408 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
138 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3409
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "filmProject.wordpressId"
  -value: 37527
  -formattedValue: "37527"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3442 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3412 …}
  -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 {#3411 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3413 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3496 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3410 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3415 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
139 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3409
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "filmProject.wordpressId"
  -value: 37527
  -formattedValue: "37527"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3442 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3412 …}
  -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 {#3411 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3413 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3496 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3410 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3415 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
140 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3416
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "oldWordpressId"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3309 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3419 …}
  -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 {#3418 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3420 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3501 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3417 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3422 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
141 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3416
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "oldWordpressId"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3309 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3419 …}
  -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 {#3418 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3420 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3501 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3417 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3422 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
142 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3423
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateField"
  -propertyName: "createdAt"
  -value: DateTime @1726118203 {#1502
    date: 2024-09-12 15:16:43.0 Australia/Sydney (+10:00)
  }
  -formattedValue: "2024"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3421 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3426 …}
  -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 {#3425 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3427 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3502 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3424 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3429 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
143 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3430
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "status"
  -value: "completed"
  -formattedValue: "completed"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3400 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3433 …}
  -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 {#3432 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3434 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3507 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3431 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3436 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
144 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3438
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.title"
  -value: "Progress Report Testing 2"
  -formattedValue: "Progress Report Testing 2"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3582 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3407 …}
  -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 {#3393 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3435 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3593 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3428 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3524 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
145 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3529
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.productionStage"
  -value: "Production"
  -formattedValue: "Production"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3592 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3532 …}
  -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 {#3531 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3533 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3623 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3530 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3535 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
146 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3536
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.status"
  -value: "approved"
  -formattedValue: "approved"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3584 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3539 …}
  -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 {#3538 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3540 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3624 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3537 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3542 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
147 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3543
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.wordpressStatus"
  -value: "publish"
  -formattedValue: "publish"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3580 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3546 …}
  -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 {#3545 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3547 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3629 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3544 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3549 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
148 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3550
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "filmProject.wordpressId"
  -value: 37530
  -formattedValue: "37530"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3583 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3553 …}
  -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 {#3552 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3554 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3634 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3551 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3556 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
149 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3550
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "filmProject.wordpressId"
  -value: 37530
  -formattedValue: "37530"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3583 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3553 …}
  -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 {#3552 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3554 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3634 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3551 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3556 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
150 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3557
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "oldWordpressId"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3414 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3560 …}
  -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 {#3559 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3561 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3639 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3558 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3563 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
151 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3557
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "oldWordpressId"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3414 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3560 …}
  -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 {#3559 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3561 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3639 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3558 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3563 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
152 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3564
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateField"
  -propertyName: "createdAt"
  -value: DateTime @1726038600 {#1574
    date: 2024-09-11 17:10:00.0 Australia/Sydney (+10:00)
  }
  -formattedValue: "2024"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3562 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3567 …}
  -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 {#3566 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3568 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3640 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3565 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3570 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
153 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3571
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "status"
  -value: "completed"
  -formattedValue: "completed"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3541 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3574 …}
  -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 {#3573 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3575 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3645 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3572 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3577 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
154 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3579
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.title"
  -value: "Final testing testing testing - updated fundraising goals"
  -formattedValue: "Final testing testing testing - updated fundraising goals"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3720 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3548 …}
  -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 {#3534 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3576 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3731 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3569 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3662 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
155 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3667
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.productionStage"
  -value: "Film Complete"
  -formattedValue: "Film Complete"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3730 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3670 …}
  -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 {#3669 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3671 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3764 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3668 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3673 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
156 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3674
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.status"
  -value: "approved"
  -formattedValue: "approved"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3722 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3677 …}
  -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 {#3676 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3678 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3765 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3675 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3680 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
157 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3681
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.wordpressStatus"
  -value: "private"
  -formattedValue: "private"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3718 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3684 …}
  -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 {#3683 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3685 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3770 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3682 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3687 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
158 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3688
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "filmProject.wordpressId"
  -value: 37379
  -formattedValue: "37379"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3721 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3691 …}
  -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 {#3690 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3692 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3775 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3689 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3694 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
159 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3688
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "filmProject.wordpressId"
  -value: 37379
  -formattedValue: "37379"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3721 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3691 …}
  -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 {#3690 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3692 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3775 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3689 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3694 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
160 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3695
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "oldWordpressId"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3555 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3698 …}
  -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 {#3697 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3699 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3780 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3696 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3701 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
161 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3695
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "oldWordpressId"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3555 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3698 …}
  -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 {#3697 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3699 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3780 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3696 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3701 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
162 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3702
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateField"
  -propertyName: "createdAt"
  -value: DateTime @1726027368 {#1624
    date: 2024-09-11 14:02:48.0 Australia/Sydney (+10:00)
  }
  -formattedValue: "2024"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3700 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3705 …}
  -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 {#3704 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3706 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3781 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3703 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3708 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
163 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3709
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "status"
  -value: "completed"
  -formattedValue: "completed"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3679 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3712 …}
  -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 {#3711 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3713 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3786 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3710 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3715 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
164 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3717
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.title"
  -value: "title Lucy title final - changed dates"
  -formattedValue: "title Lucy title final - changed dates"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3861 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3686 …}
  -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 {#3672 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3714 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3864 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3707 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3803 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
165 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3808
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.productionStage"
  -value: "Film Complete"
  -formattedValue: "Film Complete"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3863 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3811 …}
  -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 {#3810 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3812 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3865 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3809 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3814 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
166 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3815
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.status"
  -value: "approved"
  -formattedValue: "approved"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3860 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3818 …}
  -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 {#3817 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3819 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3870 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3816 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3821 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
167 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3822
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.wordpressStatus"
  -value: "publish"
  -formattedValue: "publish"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3859 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3825 …}
  -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 {#3824 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3826 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3875 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3823 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3828 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
168 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3829
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "filmProject.wordpressId"
  -value: 37396
  -formattedValue: "37396"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3862 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3832 …}
  -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 {#3831 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3833 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3880 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3830 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3835 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
169 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3829
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "filmProject.wordpressId"
  -value: 37396
  -formattedValue: "37396"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3862 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3832 …}
  -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 {#3831 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3833 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3880 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3830 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3835 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
170 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3836
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "oldWordpressId"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3693 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3839 …}
  -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 {#3838 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3840 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3885 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3837 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3842 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
171 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3836
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "oldWordpressId"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3693 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3839 …}
  -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 {#3838 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3840 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3885 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3837 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3842 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
172 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3843
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateField"
  -propertyName: "createdAt"
  -value: DateTime @1725599373 {#1569
    date: 2024-09-06 15:09:33.0 Australia/Sydney (+10:00)
  }
  -formattedValue: "2024"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3841 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3846 …}
  -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 {#3845 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3847 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3886 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3844 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3849 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
173 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3850
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "status"
  -value: "completed"
  -formattedValue: "completed"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3820 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3853 …}
  -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 {#3852 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3854 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3891 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3851 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3856 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
174 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3858
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.title"
  -value: "Starry Skies"
  -formattedValue: "Starry Skies"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3966 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3827 …}
  -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 {#3813 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3855 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3977 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3848 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3908 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
175 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3913
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.productionStage"
  -value: "Film Complete"
  -formattedValue: "Film Complete"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3976 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3916 …}
  -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 {#3915 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3917 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4010 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3914 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3919 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
176 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3920
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.status"
  -value: "approved"
  -formattedValue: "approved"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3968 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3923 …}
  -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 {#3922 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3924 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4011 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3921 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3926 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
177 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3927
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.wordpressStatus"
  -value: "publish"
  -formattedValue: "publish"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3964 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3930 …}
  -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 {#3929 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3931 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4016 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3928 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3933 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
178 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3934
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "filmProject.wordpressId"
  -value: 37438
  -formattedValue: "37438"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3967 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3937 …}
  -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 {#3936 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3938 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4021 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3935 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3940 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
179 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3934
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "filmProject.wordpressId"
  -value: 37438
  -formattedValue: "37438"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3967 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3937 …}
  -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 {#3936 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3938 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4021 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3935 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3940 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
180 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3941
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "oldWordpressId"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3834 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3944 …}
  -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 {#3943 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3945 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4026 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3942 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3947 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
181 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3941
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "oldWordpressId"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3834 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3944 …}
  -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 {#3943 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3945 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4026 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3942 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3947 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
182 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3948
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateField"
  -propertyName: "createdAt"
  -value: DateTime @1724029798 {#1618
    date: 2024-08-19 11:09:58.0 Australia/Sydney (+10:00)
  }
  -formattedValue: "2024"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3946 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3951 …}
  -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 {#3950 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3952 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4027 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3949 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3954 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
183 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3955
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "status"
  -value: "completed"
  -formattedValue: "completed"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3925 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3958 …}
  -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 {#3957 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3959 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4032 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3956 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3961 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
184 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3963
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.title"
  -value: "Testing Duplicate Invoice - project update test"
  -formattedValue: "Testing Duplicate Invoice - project update test"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#4107 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3932 …}
  -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 {#3918 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3960 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4118 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3953 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4049 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
185 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4054
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.productionStage"
  -value: "Development"
  -formattedValue: "Development"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#4117 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4057 …}
  -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 {#4056 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4058 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4150 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4055 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4060 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
186 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4061
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.status"
  -value: "approved"
  -formattedValue: "approved"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#4109 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4064 …}
  -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 {#4063 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4065 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4151 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4062 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4067 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
187 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4068
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.wordpressStatus"
  -value: "publish"
  -formattedValue: "publish"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#4105 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4071 …}
  -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 {#4070 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4072 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4156 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4069 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4074 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
188 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4075
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "filmProject.wordpressId"
  -value: 37421
  -formattedValue: "37421"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#4108 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4078 …}
  -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 {#4077 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4079 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4161 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4076 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4081 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
189 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4075
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "filmProject.wordpressId"
  -value: 37421
  -formattedValue: "37421"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#4108 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4078 …}
  -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 {#4077 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4079 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4161 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4076 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4081 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
190 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4082
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "oldWordpressId"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3939 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4085 …}
  -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 {#4084 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4086 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4166 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4083 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4088 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
191 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4082
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "oldWordpressId"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3939 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4085 …}
  -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 {#4084 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4086 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4166 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4083 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4088 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
192 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4089
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateField"
  -propertyName: "createdAt"
  -value: DateTime @1719207608 {#1448
    date: 2024-06-24 15:40:08.0 Australia/Sydney (+10:00)
  }
  -formattedValue: "2024"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#4087 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4092 …}
  -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 {#4091 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4093 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4167 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4090 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4095 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
193 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4096
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "status"
  -value: "completed"
  -formattedValue: "completed"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#4066 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4099 …}
  -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 {#4098 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4100 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4172 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4097 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4102 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
194 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4104
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.title"
  -value: "TEST STAGING - DO NOT TOUCH"
  -formattedValue: "TEST STAGING - DO NOT TOUCH"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#4247 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4073 …}
  -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 {#4059 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4101 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4250 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4094 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4189 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
195 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4194
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.productionStage"
  -value: "Film Complete"
  -formattedValue: "Film Complete"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#4249 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4197 …}
  -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 {#4196 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4198 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4251 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4195 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4200 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
196 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4201
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.status"
  -value: "approved"
  -formattedValue: "approved"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#4246 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4204 …}
  -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 {#4203 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4205 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4256 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4202 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4207 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
197 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4208
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.wordpressStatus"
  -value: "publish"
  -formattedValue: "publish"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#4245 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4211 …}
  -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 {#4210 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4212 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4261 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4209 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4214 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
198 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4215
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "filmProject.wordpressId"
  -value: 37391
  -formattedValue: "37391"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#4248 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4218 …}
  -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 {#4217 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4219 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4266 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4216 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4221 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
199 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4215
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "filmProject.wordpressId"
  -value: 37391
  -formattedValue: "37391"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#4248 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4218 …}
  -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 {#4217 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4219 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4266 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4216 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4221 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
200 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4222
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "oldWordpressId"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#4080 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4225 …}
  -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 {#4224 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4226 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4271 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4223 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4228 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
201 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4222
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "oldWordpressId"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#4080 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4225 …}
  -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 {#4224 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4226 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4271 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4223 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4228 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
202 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4229
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateField"
  -propertyName: "createdAt"
  -value: DateTime @1718838395 {#1442
    date: 2024-06-20 09:06:35.0 Australia/Sydney (+10:00)
  }
  -formattedValue: "2024"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#4227 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4232 …}
  -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 {#4231 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4233 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4272 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4230 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4235 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
203 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4236
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "status"
  -value: "completed"
  -formattedValue: "completed"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#4206 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4239 …}
  -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 {#4238 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4240 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4277 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4237 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4242 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
204 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4244
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.title"
  -value: "Testing Duplicate Invoice - project update test"
  -formattedValue: "Testing Duplicate Invoice - project update test"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#4352 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4213 …}
  -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 {#4199 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4241 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4355 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4234 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4294 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
205 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4299
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.productionStage"
  -value: "Development"
  -formattedValue: "Development"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#4354 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4302 …}
  -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 {#4301 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4303 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4356 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4300 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4305 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
206 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4306
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.status"
  -value: "approved"
  -formattedValue: "approved"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#4351 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4309 …}
  -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 {#4308 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4310 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4361 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4307 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4312 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
207 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4313
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.wordpressStatus"
  -value: "publish"
  -formattedValue: "publish"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#4350 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4316 …}
  -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 {#4315 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4317 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4366 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4314 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4319 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
208 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4320
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "filmProject.wordpressId"
  -value: 37421
  -formattedValue: "37421"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#4353 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4323 …}
  -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 {#4322 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4324 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4371 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4321 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4326 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
209 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4320
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "filmProject.wordpressId"
  -value: 37421
  -formattedValue: "37421"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#4353 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4323 …}
  -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 {#4322 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4324 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4371 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4321 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4326 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
210 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4327
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "oldWordpressId"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#4220 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4330 …}
  -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 {#4329 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4331 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4376 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4328 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4333 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
211 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4327
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "oldWordpressId"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#4220 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4330 …}
  -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 {#4329 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4331 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4376 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4328 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4333 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
212 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4334
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateField"
  -propertyName: "createdAt"
  -value: DateTime @1760071042 {#1437
    date: 2025-10-10 15:37:22.0 Australia/Sydney (+11:00)
  }
  -formattedValue: "2025"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#4332 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4337 …}
  -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 {#4336 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4338 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4377 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4335 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4340 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
213 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4341
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "status"
  -value: "created"
  -formattedValue: "created"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#4311 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4344 …}
  -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 {#4343 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4345 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4382 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4342 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4347 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
214 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4349
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.title"
  -value: "Documentary Australia's core operations"
  -formattedValue: "Documentary Australia's core operations"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#4457 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4318 …}
  -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 {#4304 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4346 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4468 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4339 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4399 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
215 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4404
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.productionStage"
  -value: "Development"
  -formattedValue: "Development"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#4467 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4407 …}
  -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 {#4406 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4408 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4501 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4405 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4410 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
216 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4411
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.status"
  -value: "approved"
  -formattedValue: "approved"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#4459 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4414 …}
  -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 {#4413 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4415 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4502 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4412 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4417 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
217 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4418
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.wordpressStatus"
  -value: "draft"
  -formattedValue: "draft"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#4455 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4421 …}
  -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 {#4420 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4422 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4507 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4419 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4424 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
218 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4425
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "filmProject.wordpressId"
  -value: 37362
  -formattedValue: "37362"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#4458 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4428 …}
  -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 {#4427 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4429 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4512 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4426 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4431 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
219 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4425
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "filmProject.wordpressId"
  -value: 37362
  -formattedValue: "37362"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#4458 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4428 …}
  -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 {#4427 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4429 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4512 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4426 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4431 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
220 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4432
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "oldWordpressId"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#4325 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4435 …}
  -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 {#4434 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4436 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4517 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4433 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4438 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
221 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4432
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "oldWordpressId"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#4325 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4435 …}
  -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 {#4434 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4436 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4517 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4433 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4438 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
222 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4439
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateField"
  -propertyName: "createdAt"
  -value: DateTime @1760071042 {#1432
    date: 2025-10-10 15:37:22.0 Australia/Sydney (+11:00)
  }
  -formattedValue: "2025"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#4437 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4442 …}
  -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 {#4441 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4443 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4518 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4440 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4445 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
223 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4446
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "status"
  -value: "received"
  -formattedValue: "received"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#4416 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4449 …}
  -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 {#4448 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4450 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4523 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4447 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4452 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
224 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4540
    -type: "entity"
    -name: "viewProgressReport"
    -label: Symfony\Component\Translation\TranslatableMessage {#4556 …}
    -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=40&referrer=https://daf-middleware.wtdevsite.com/admin?crudAction%3Dindex%26crudControllerFqcn%3DApp%255CController%255CAdmin%255CFilmProjectProgressReportCrudController%26entityFqcn%3DApp%255CEntity%255CFilmProjectProgressReport"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "viewProgressReport"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1673
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1609 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 40
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1351 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4574 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
225 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4545
    -type: "entity"
    -name: "downloadPdf"
    -label: Symfony\Component\Translation\TranslatableMessage {#4567 …}
    -icon: null
    -cssClass: "action-downloadPdf"
    -addedCssClass: ""
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "downloadPdf"
    ]
    -linkUrl: "https://daf-middleware.wtdevsite.com/admin?crudAction=downloadPdf&crudControllerFqcn=App%5CController%5CAdmin%5CFilmProjectProgressReportCrudController&entityId=40&referrer=https://daf-middleware.wtdevsite.com/admin?crudAction%3Dindex%26crudControllerFqcn%3DApp%255CController%255CAdmin%255CFilmProjectProgressReportCrudController%26entityFqcn%3DApp%255CEntity%255CFilmProjectProgressReport"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "downloadPdf"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: Closure($entity) {#1804 …}
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1673
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1609 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 40
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1351 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4574 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
226 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4546
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#4560 …}
    -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&entityFqcn=App%5CEntity%5CFilmProjectProgressReport&entityId=40"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-delete"
    ]
    -linkUrl: "https://daf-middleware.wtdevsite.com/admin?crudAction=delete&crudControllerFqcn=App%5CController%5CAdmin%5CFilmProjectProgressReportCrudController&entityId=40&referrer=https://daf-middleware.wtdevsite.com/admin?crudAction%3Dindex%26crudControllerFqcn%3DApp%255CController%255CAdmin%255CFilmProjectProgressReportCrudController%26entityFqcn%3DApp%255CEntity%255CFilmProjectProgressReport"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1673
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1609 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 40
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1351 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4574 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
227 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4549
    -type: "entity"
    -name: "viewProgressReport"
    -label: Symfony\Component\Translation\TranslatableMessage {#4582 …}
    -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=47&referrer=https://daf-middleware.wtdevsite.com/admin?crudAction%3Dindex%26crudControllerFqcn%3DApp%255CController%255CAdmin%255CFilmProjectProgressReportCrudController%26entityFqcn%3DApp%255CEntity%255CFilmProjectProgressReport"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "viewProgressReport"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1426
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1531 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 47
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1300 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4600 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
228 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4548
    -type: "entity"
    -name: "downloadPdf"
    -label: Symfony\Component\Translation\TranslatableMessage {#4587 …}
    -icon: null
    -cssClass: "action-downloadPdf"
    -addedCssClass: ""
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "downloadPdf"
    ]
    -linkUrl: "https://daf-middleware.wtdevsite.com/admin?crudAction=downloadPdf&crudControllerFqcn=App%5CController%5CAdmin%5CFilmProjectProgressReportCrudController&entityId=47&referrer=https://daf-middleware.wtdevsite.com/admin?crudAction%3Dindex%26crudControllerFqcn%3DApp%255CController%255CAdmin%255CFilmProjectProgressReportCrudController%26entityFqcn%3DApp%255CEntity%255CFilmProjectProgressReport"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "downloadPdf"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: Closure($entity) {#1804 …}
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1426
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1531 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 47
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1300 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4600 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
229 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4547
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#4594 …}
    -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&entityFqcn=App%5CEntity%5CFilmProjectProgressReport&entityId=47"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-delete"
    ]
    -linkUrl: "https://daf-middleware.wtdevsite.com/admin?crudAction=delete&crudControllerFqcn=App%5CController%5CAdmin%5CFilmProjectProgressReportCrudController&entityId=47&referrer=https://daf-middleware.wtdevsite.com/admin?crudAction%3Dindex%26crudControllerFqcn%3DApp%255CController%255CAdmin%255CFilmProjectProgressReportCrudController%26entityFqcn%3DApp%255CEntity%255CFilmProjectProgressReport"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1426
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1531 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 47
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1300 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4600 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
230 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4423
    -type: "entity"
    -name: "viewProgressReport"
    -label: Symfony\Component\Translation\TranslatableMessage {#4608 …}
    -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=55&referrer=https://daf-middleware.wtdevsite.com/admin?crudAction%3Dindex%26crudControllerFqcn%3DApp%255CController%255CAdmin%255CFilmProjectProgressReportCrudController%26entityFqcn%3DApp%255CEntity%255CFilmProjectProgressReport"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "viewProgressReport"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1644
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1521 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 55
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2114 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4626 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
231 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4451
    -type: "entity"
    -name: "downloadPdf"
    -label: Symfony\Component\Translation\TranslatableMessage {#4613 …}
    -icon: null
    -cssClass: "action-downloadPdf"
    -addedCssClass: ""
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "downloadPdf"
    ]
    -linkUrl: "https://daf-middleware.wtdevsite.com/admin?crudAction=downloadPdf&crudControllerFqcn=App%5CController%5CAdmin%5CFilmProjectProgressReportCrudController&entityId=55&referrer=https://daf-middleware.wtdevsite.com/admin?crudAction%3Dindex%26crudControllerFqcn%3DApp%255CController%255CAdmin%255CFilmProjectProgressReportCrudController%26entityFqcn%3DApp%255CEntity%255CFilmProjectProgressReport"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "downloadPdf"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: Closure($entity) {#1804 …}
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1644
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1521 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 55
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2114 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4626 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
232 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4430
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#4620 …}
    -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&entityFqcn=App%5CEntity%5CFilmProjectProgressReport&entityId=55"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-delete"
    ]
    -linkUrl: "https://daf-middleware.wtdevsite.com/admin?crudAction=delete&crudControllerFqcn=App%5CController%5CAdmin%5CFilmProjectProgressReportCrudController&entityId=55&referrer=https://daf-middleware.wtdevsite.com/admin?crudAction%3Dindex%26crudControllerFqcn%3DApp%255CController%255CAdmin%255CFilmProjectProgressReportCrudController%26entityFqcn%3DApp%255CEntity%255CFilmProjectProgressReport"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1644
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1521 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 55
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2114 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4626 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
233 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4552
    -type: "entity"
    -name: "viewProgressReport"
    -label: Symfony\Component\Translation\TranslatableMessage {#4634 …}
    -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=38&referrer=https://daf-middleware.wtdevsite.com/admin?crudAction%3Dindex%26crudControllerFqcn%3DApp%255CController%255CAdmin%255CFilmProjectProgressReportCrudController%26entityFqcn%3DApp%255CEntity%255CFilmProjectProgressReport"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "viewProgressReport"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1640
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1604 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 38
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2254 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4652 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
234 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4551
    -type: "entity"
    -name: "downloadPdf"
    -label: Symfony\Component\Translation\TranslatableMessage {#4639 …}
    -icon: null
    -cssClass: "action-downloadPdf"
    -addedCssClass: ""
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "downloadPdf"
    ]
    -linkUrl: "https://daf-middleware.wtdevsite.com/admin?crudAction=downloadPdf&crudControllerFqcn=App%5CController%5CAdmin%5CFilmProjectProgressReportCrudController&entityId=38&referrer=https://daf-middleware.wtdevsite.com/admin?crudAction%3Dindex%26crudControllerFqcn%3DApp%255CController%255CAdmin%255CFilmProjectProgressReportCrudController%26entityFqcn%3DApp%255CEntity%255CFilmProjectProgressReport"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "downloadPdf"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: Closure($entity) {#1804 …}
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1640
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1604 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 38
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2254 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4652 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
235 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4550
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#4646 …}
    -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&entityFqcn=App%5CEntity%5CFilmProjectProgressReport&entityId=38"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-delete"
    ]
    -linkUrl: "https://daf-middleware.wtdevsite.com/admin?crudAction=delete&crudControllerFqcn=App%5CController%5CAdmin%5CFilmProjectProgressReportCrudController&entityId=38&referrer=https://daf-middleware.wtdevsite.com/admin?crudAction%3Dindex%26crudControllerFqcn%3DApp%255CController%255CAdmin%255CFilmProjectProgressReportCrudController%26entityFqcn%3DApp%255CEntity%255CFilmProjectProgressReport"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1640
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1604 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 38
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2254 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4652 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
236 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4454
    -type: "entity"
    -name: "viewProgressReport"
    -label: Symfony\Component\Translation\TranslatableMessage {#4660 …}
    -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=53&referrer=https://daf-middleware.wtdevsite.com/admin?crudAction%3Dindex%26crudControllerFqcn%3DApp%255CController%255CAdmin%255CFilmProjectProgressReportCrudController%26entityFqcn%3DApp%255CEntity%255CFilmProjectProgressReport"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "viewProgressReport"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1670
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1526 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 53
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2393 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4678 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
237 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4444
    -type: "entity"
    -name: "downloadPdf"
    -label: Symfony\Component\Translation\TranslatableMessage {#4665 …}
    -icon: null
    -cssClass: "action-downloadPdf"
    -addedCssClass: ""
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "downloadPdf"
    ]
    -linkUrl: "https://daf-middleware.wtdevsite.com/admin?crudAction=downloadPdf&crudControllerFqcn=App%5CController%5CAdmin%5CFilmProjectProgressReportCrudController&entityId=53&referrer=https://daf-middleware.wtdevsite.com/admin?crudAction%3Dindex%26crudControllerFqcn%3DApp%255CController%255CAdmin%255CFilmProjectProgressReportCrudController%26entityFqcn%3DApp%255CEntity%255CFilmProjectProgressReport"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "downloadPdf"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: Closure($entity) {#1804 …}
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1670
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1526 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 53
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2393 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4678 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
238 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4409
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#4672 …}
    -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&entityFqcn=App%5CEntity%5CFilmProjectProgressReport&entityId=53"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-delete"
    ]
    -linkUrl: "https://daf-middleware.wtdevsite.com/admin?crudAction=delete&crudControllerFqcn=App%5CController%5CAdmin%5CFilmProjectProgressReportCrudController&entityId=53&referrer=https://daf-middleware.wtdevsite.com/admin?crudAction%3Dindex%26crudControllerFqcn%3DApp%255CController%255CAdmin%255CFilmProjectProgressReportCrudController%26entityFqcn%3DApp%255CEntity%255CFilmProjectProgressReport"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1670
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1526 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 53
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2393 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4678 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
239 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4555
    -type: "entity"
    -name: "viewProgressReport"
    -label: Symfony\Component\Translation\TranslatableMessage {#4686 …}
    -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=52&referrer=https://daf-middleware.wtdevsite.com/admin?crudAction%3Dindex%26crudControllerFqcn%3DApp%255CController%255CAdmin%255CFilmProjectProgressReportCrudController%26entityFqcn%3DApp%255CEntity%255CFilmProjectProgressReport"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "viewProgressReport"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1627
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1614 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 52
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2531 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4704 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
240 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4554
    -type: "entity"
    -name: "downloadPdf"
    -label: Symfony\Component\Translation\TranslatableMessage {#4691 …}
    -icon: null
    -cssClass: "action-downloadPdf"
    -addedCssClass: ""
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "downloadPdf"
    ]
    -linkUrl: "https://daf-middleware.wtdevsite.com/admin?crudAction=downloadPdf&crudControllerFqcn=App%5CController%5CAdmin%5CFilmProjectProgressReportCrudController&entityId=52&referrer=https://daf-middleware.wtdevsite.com/admin?crudAction%3Dindex%26crudControllerFqcn%3DApp%255CController%255CAdmin%255CFilmProjectProgressReportCrudController%26entityFqcn%3DApp%255CEntity%255CFilmProjectProgressReport"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "downloadPdf"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: Closure($entity) {#1804 …}
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1627
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1614 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 52
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2531 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4704 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
241 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4553
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#4698 …}
    -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&entityFqcn=App%5CEntity%5CFilmProjectProgressReport&entityId=52"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-delete"
    ]
    -linkUrl: "https://daf-middleware.wtdevsite.com/admin?crudAction=delete&crudControllerFqcn=App%5CController%5CAdmin%5CFilmProjectProgressReportCrudController&entityId=52&referrer=https://daf-middleware.wtdevsite.com/admin?crudAction%3Dindex%26crudControllerFqcn%3DApp%255CController%255CAdmin%255CFilmProjectProgressReportCrudController%26entityFqcn%3DApp%255CEntity%255CFilmProjectProgressReport"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1627
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1614 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 52
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2531 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4704 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
242 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4581
    -type: "entity"
    -name: "viewProgressReport"
    -label: Symfony\Component\Translation\TranslatableMessage {#4712 …}
    -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=21&referrer=https://daf-middleware.wtdevsite.com/admin?crudAction%3Dindex%26crudControllerFqcn%3DApp%255CController%255CAdmin%255CFilmProjectProgressReportCrudController%26entityFqcn%3DApp%255CEntity%255CFilmProjectProgressReport"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "viewProgressReport"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1643
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1509 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 21
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2670 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4730 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
243 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4576
    -type: "entity"
    -name: "downloadPdf"
    -label: Symfony\Component\Translation\TranslatableMessage {#4717 …}
    -icon: null
    -cssClass: "action-downloadPdf"
    -addedCssClass: ""
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "downloadPdf"
    ]
    -linkUrl: "https://daf-middleware.wtdevsite.com/admin?crudAction=downloadPdf&crudControllerFqcn=App%5CController%5CAdmin%5CFilmProjectProgressReportCrudController&entityId=21&referrer=https://daf-middleware.wtdevsite.com/admin?crudAction%3Dindex%26crudControllerFqcn%3DApp%255CController%255CAdmin%255CFilmProjectProgressReportCrudController%26entityFqcn%3DApp%255CEntity%255CFilmProjectProgressReport"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "downloadPdf"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: Closure($entity) {#1804 …}
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1643
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1509 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 21
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2670 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4730 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
244 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4561
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#4724 …}
    -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&entityFqcn=App%5CEntity%5CFilmProjectProgressReport&entityId=21"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-delete"
    ]
    -linkUrl: "https://daf-middleware.wtdevsite.com/admin?crudAction=delete&crudControllerFqcn=App%5CController%5CAdmin%5CFilmProjectProgressReportCrudController&entityId=21&referrer=https://daf-middleware.wtdevsite.com/admin?crudAction%3Dindex%26crudControllerFqcn%3DApp%255CController%255CAdmin%255CFilmProjectProgressReportCrudController%26entityFqcn%3DApp%255CEntity%255CFilmProjectProgressReport"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1643
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1509 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 21
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2670 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4730 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
245 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4607
    -type: "entity"
    -name: "viewProgressReport"
    -label: Symfony\Component\Translation\TranslatableMessage {#4738 …}
    -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=19&referrer=https://daf-middleware.wtdevsite.com/admin?crudAction%3Dindex%26crudControllerFqcn%3DApp%255CController%255CAdmin%255CFilmProjectProgressReportCrudController%26entityFqcn%3DApp%255CEntity%255CFilmProjectProgressReport"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "viewProgressReport"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1578
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1481 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 19
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2811 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4756 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
246 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4602
    -type: "entity"
    -name: "downloadPdf"
    -label: Symfony\Component\Translation\TranslatableMessage {#4743 …}
    -icon: null
    -cssClass: "action-downloadPdf"
    -addedCssClass: ""
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "downloadPdf"
    ]
    -linkUrl: "https://daf-middleware.wtdevsite.com/admin?crudAction=downloadPdf&crudControllerFqcn=App%5CController%5CAdmin%5CFilmProjectProgressReportCrudController&entityId=19&referrer=https://daf-middleware.wtdevsite.com/admin?crudAction%3Dindex%26crudControllerFqcn%3DApp%255CController%255CAdmin%255CFilmProjectProgressReportCrudController%26entityFqcn%3DApp%255CEntity%255CFilmProjectProgressReport"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "downloadPdf"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: Closure($entity) {#1804 …}
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1578
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1481 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 19
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2811 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4756 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
247 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4593
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#4750 …}
    -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&entityFqcn=App%5CEntity%5CFilmProjectProgressReport&entityId=19"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-delete"
    ]
    -linkUrl: "https://daf-middleware.wtdevsite.com/admin?crudAction=delete&crudControllerFqcn=App%5CController%5CAdmin%5CFilmProjectProgressReportCrudController&entityId=19&referrer=https://daf-middleware.wtdevsite.com/admin?crudAction%3Dindex%26crudControllerFqcn%3DApp%255CController%255CAdmin%255CFilmProjectProgressReportCrudController%26entityFqcn%3DApp%255CEntity%255CFilmProjectProgressReport"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1578
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1481 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 19
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2811 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4756 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
248 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4633
    -type: "entity"
    -name: "viewProgressReport"
    -label: Symfony\Component\Translation\TranslatableMessage {#4764 …}
    -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=20&referrer=https://daf-middleware.wtdevsite.com/admin?crudAction%3Dindex%26crudControllerFqcn%3DApp%255CController%255CAdmin%255CFilmProjectProgressReportCrudController%26entityFqcn%3DApp%255CEntity%255CFilmProjectProgressReport"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "viewProgressReport"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1425
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1487 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 20
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2916 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4782 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
249 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4628
    -type: "entity"
    -name: "downloadPdf"
    -label: Symfony\Component\Translation\TranslatableMessage {#4769 …}
    -icon: null
    -cssClass: "action-downloadPdf"
    -addedCssClass: ""
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "downloadPdf"
    ]
    -linkUrl: "https://daf-middleware.wtdevsite.com/admin?crudAction=downloadPdf&crudControllerFqcn=App%5CController%5CAdmin%5CFilmProjectProgressReportCrudController&entityId=20&referrer=https://daf-middleware.wtdevsite.com/admin?crudAction%3Dindex%26crudControllerFqcn%3DApp%255CController%255CAdmin%255CFilmProjectProgressReportCrudController%26entityFqcn%3DApp%255CEntity%255CFilmProjectProgressReport"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "downloadPdf"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: Closure($entity) {#1804 …}
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1425
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1487 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 20
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2916 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4782 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
250 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4619
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#4776 …}
    -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&entityFqcn=App%5CEntity%5CFilmProjectProgressReport&entityId=20"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-delete"
    ]
    -linkUrl: "https://daf-middleware.wtdevsite.com/admin?crudAction=delete&crudControllerFqcn=App%5CController%5CAdmin%5CFilmProjectProgressReportCrudController&entityId=20&referrer=https://daf-middleware.wtdevsite.com/admin?crudAction%3Dindex%26crudControllerFqcn%3DApp%255CController%255CAdmin%255CFilmProjectProgressReportCrudController%26entityFqcn%3DApp%255CEntity%255CFilmProjectProgressReport"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1425
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1487 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 20
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2916 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4782 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
251 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4659
    -type: "entity"
    -name: "viewProgressReport"
    -label: Symfony\Component\Translation\TranslatableMessage {#4790 …}
    -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=11&referrer=https://daf-middleware.wtdevsite.com/admin?crudAction%3Dindex%26crudControllerFqcn%3DApp%255CController%255CAdmin%255CFilmProjectProgressReportCrudController%26entityFqcn%3DApp%255CEntity%255CFilmProjectProgressReport"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "viewProgressReport"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1424
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1493 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 11
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#3055 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4808 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
252 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4654
    -type: "entity"
    -name: "downloadPdf"
    -label: Symfony\Component\Translation\TranslatableMessage {#4795 …}
    -icon: null
    -cssClass: "action-downloadPdf"
    -addedCssClass: ""
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "downloadPdf"
    ]
    -linkUrl: "https://daf-middleware.wtdevsite.com/admin?crudAction=downloadPdf&crudControllerFqcn=App%5CController%5CAdmin%5CFilmProjectProgressReportCrudController&entityId=11&referrer=https://daf-middleware.wtdevsite.com/admin?crudAction%3Dindex%26crudControllerFqcn%3DApp%255CController%255CAdmin%255CFilmProjectProgressReportCrudController%26entityFqcn%3DApp%255CEntity%255CFilmProjectProgressReport"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "downloadPdf"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: Closure($entity) {#1804 …}
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1424
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1493 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 11
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#3055 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4808 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
253 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4645
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#4802 …}
    -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&entityFqcn=App%5CEntity%5CFilmProjectProgressReport&entityId=11"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-delete"
    ]
    -linkUrl: "https://daf-middleware.wtdevsite.com/admin?crudAction=delete&crudControllerFqcn=App%5CController%5CAdmin%5CFilmProjectProgressReportCrudController&entityId=11&referrer=https://daf-middleware.wtdevsite.com/admin?crudAction%3Dindex%26crudControllerFqcn%3DApp%255CController%255CAdmin%255CFilmProjectProgressReportCrudController%26entityFqcn%3DApp%255CEntity%255CFilmProjectProgressReport"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1424
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1493 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 11
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#3055 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4808 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
254 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4685
    -type: "entity"
    -name: "viewProgressReport"
    -label: Symfony\Component\Translation\TranslatableMessage {#4816 …}
    -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=17&referrer=https://daf-middleware.wtdevsite.com/admin?crudAction%3Dindex%26crudControllerFqcn%3DApp%255CController%255CAdmin%255CFilmProjectProgressReportCrudController%26entityFqcn%3DApp%255CEntity%255CFilmProjectProgressReport"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "viewProgressReport"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1416
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1499 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 17
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#3193 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4834 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
255 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4680
    -type: "entity"
    -name: "downloadPdf"
    -label: Symfony\Component\Translation\TranslatableMessage {#4821 …}
    -icon: null
    -cssClass: "action-downloadPdf"
    -addedCssClass: ""
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "downloadPdf"
    ]
    -linkUrl: "https://daf-middleware.wtdevsite.com/admin?crudAction=downloadPdf&crudControllerFqcn=App%5CController%5CAdmin%5CFilmProjectProgressReportCrudController&entityId=17&referrer=https://daf-middleware.wtdevsite.com/admin?crudAction%3Dindex%26crudControllerFqcn%3DApp%255CController%255CAdmin%255CFilmProjectProgressReportCrudController%26entityFqcn%3DApp%255CEntity%255CFilmProjectProgressReport"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "downloadPdf"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: Closure($entity) {#1804 …}
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1416
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1499 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 17
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#3193 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4834 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
256 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4671
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#4828 …}
    -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&entityFqcn=App%5CEntity%5CFilmProjectProgressReport&entityId=17"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-delete"
    ]
    -linkUrl: "https://daf-middleware.wtdevsite.com/admin?crudAction=delete&crudControllerFqcn=App%5CController%5CAdmin%5CFilmProjectProgressReportCrudController&entityId=17&referrer=https://daf-middleware.wtdevsite.com/admin?crudAction%3Dindex%26crudControllerFqcn%3DApp%255CController%255CAdmin%255CFilmProjectProgressReportCrudController%26entityFqcn%3DApp%255CEntity%255CFilmProjectProgressReport"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1416
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1499 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 17
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#3193 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4834 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
257 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4711
    -type: "entity"
    -name: "viewProgressReport"
    -label: Symfony\Component\Translation\TranslatableMessage {#4842 …}
    -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=15&referrer=https://daf-middleware.wtdevsite.com/admin?crudAction%3Dindex%26crudControllerFqcn%3DApp%255CController%255CAdmin%255CFilmProjectProgressReportCrudController%26entityFqcn%3DApp%255CEntity%255CFilmProjectProgressReport"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "viewProgressReport"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1411
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1504 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 15
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#3332 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4860 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
258 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4706
    -type: "entity"
    -name: "downloadPdf"
    -label: Symfony\Component\Translation\TranslatableMessage {#4847 …}
    -icon: null
    -cssClass: "action-downloadPdf"
    -addedCssClass: ""
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "downloadPdf"
    ]
    -linkUrl: "https://daf-middleware.wtdevsite.com/admin?crudAction=downloadPdf&crudControllerFqcn=App%5CController%5CAdmin%5CFilmProjectProgressReportCrudController&entityId=15&referrer=https://daf-middleware.wtdevsite.com/admin?crudAction%3Dindex%26crudControllerFqcn%3DApp%255CController%255CAdmin%255CFilmProjectProgressReportCrudController%26entityFqcn%3DApp%255CEntity%255CFilmProjectProgressReport"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "downloadPdf"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: Closure($entity) {#1804 …}
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1411
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1504 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 15
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#3332 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4860 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
259 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4697
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#4854 …}
    -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&entityFqcn=App%5CEntity%5CFilmProjectProgressReport&entityId=15"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-delete"
    ]
    -linkUrl: "https://daf-middleware.wtdevsite.com/admin?crudAction=delete&crudControllerFqcn=App%5CController%5CAdmin%5CFilmProjectProgressReportCrudController&entityId=15&referrer=https://daf-middleware.wtdevsite.com/admin?crudAction%3Dindex%26crudControllerFqcn%3DApp%255CController%255CAdmin%255CFilmProjectProgressReportCrudController%26entityFqcn%3DApp%255CEntity%255CFilmProjectProgressReport"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1411
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1504 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 15
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#3332 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4860 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
260 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4737
    -type: "entity"
    -name: "viewProgressReport"
    -label: Symfony\Component\Translation\TranslatableMessage {#4868 …}
    -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=16&referrer=https://daf-middleware.wtdevsite.com/admin?crudAction%3Dindex%26crudControllerFqcn%3DApp%255CController%255CAdmin%255CFilmProjectProgressReportCrudController%26entityFqcn%3DApp%255CEntity%255CFilmProjectProgressReport"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "viewProgressReport"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1406
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1561 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 16
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#3437 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4886 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
261 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4732
    -type: "entity"
    -name: "downloadPdf"
    -label: Symfony\Component\Translation\TranslatableMessage {#4873 …}
    -icon: null
    -cssClass: "action-downloadPdf"
    -addedCssClass: ""
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "downloadPdf"
    ]
    -linkUrl: "https://daf-middleware.wtdevsite.com/admin?crudAction=downloadPdf&crudControllerFqcn=App%5CController%5CAdmin%5CFilmProjectProgressReportCrudController&entityId=16&referrer=https://daf-middleware.wtdevsite.com/admin?crudAction%3Dindex%26crudControllerFqcn%3DApp%255CController%255CAdmin%255CFilmProjectProgressReportCrudController%26entityFqcn%3DApp%255CEntity%255CFilmProjectProgressReport"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "downloadPdf"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: Closure($entity) {#1804 …}
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1406
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1561 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 16
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#3437 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4886 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
262 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4723
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#4880 …}
    -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&entityFqcn=App%5CEntity%5CFilmProjectProgressReport&entityId=16"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-delete"
    ]
    -linkUrl: "https://daf-middleware.wtdevsite.com/admin?crudAction=delete&crudControllerFqcn=App%5CController%5CAdmin%5CFilmProjectProgressReportCrudController&entityId=16&referrer=https://daf-middleware.wtdevsite.com/admin?crudAction%3Dindex%26crudControllerFqcn%3DApp%255CController%255CAdmin%255CFilmProjectProgressReportCrudController%26entityFqcn%3DApp%255CEntity%255CFilmProjectProgressReport"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1406
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1561 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 16
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#3437 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4886 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
263 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4763
    -type: "entity"
    -name: "viewProgressReport"
    -label: Symfony\Component\Translation\TranslatableMessage {#4894 …}
    -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=5&referrer=https://daf-middleware.wtdevsite.com/admin?crudAction%3Dindex%26crudControllerFqcn%3DApp%255CController%255CAdmin%255CFilmProjectProgressReportCrudController%26entityFqcn%3DApp%255CEntity%255CFilmProjectProgressReport"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "viewProgressReport"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1401
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1633 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 5
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#3578 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4912 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
264 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4758
    -type: "entity"
    -name: "downloadPdf"
    -label: Symfony\Component\Translation\TranslatableMessage {#4899 …}
    -icon: null
    -cssClass: "action-downloadPdf"
    -addedCssClass: ""
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "downloadPdf"
    ]
    -linkUrl: "https://daf-middleware.wtdevsite.com/admin?crudAction=downloadPdf&crudControllerFqcn=App%5CController%5CAdmin%5CFilmProjectProgressReportCrudController&entityId=5&referrer=https://daf-middleware.wtdevsite.com/admin?crudAction%3Dindex%26crudControllerFqcn%3DApp%255CController%255CAdmin%255CFilmProjectProgressReportCrudController%26entityFqcn%3DApp%255CEntity%255CFilmProjectProgressReport"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "downloadPdf"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: Closure($entity) {#1804 …}
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1401
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1633 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 5
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#3578 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4912 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
265 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4749
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#4906 …}
    -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&entityFqcn=App%5CEntity%5CFilmProjectProgressReport&entityId=5"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-delete"
    ]
    -linkUrl: "https://daf-middleware.wtdevsite.com/admin?crudAction=delete&crudControllerFqcn=App%5CController%5CAdmin%5CFilmProjectProgressReportCrudController&entityId=5&referrer=https://daf-middleware.wtdevsite.com/admin?crudAction%3Dindex%26crudControllerFqcn%3DApp%255CController%255CAdmin%255CFilmProjectProgressReportCrudController%26entityFqcn%3DApp%255CEntity%255CFilmProjectProgressReport"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1401
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1633 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 5
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#3578 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4912 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
266 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4789
    -type: "entity"
    -name: "viewProgressReport"
    -label: Symfony\Component\Translation\TranslatableMessage {#4920 …}
    -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=3&referrer=https://daf-middleware.wtdevsite.com/admin?crudAction%3Dindex%26crudControllerFqcn%3DApp%255CController%255CAdmin%255CFilmProjectProgressReportCrudController%26entityFqcn%3DApp%255CEntity%255CFilmProjectProgressReport"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "viewProgressReport"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1396
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1563 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 3
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#3716 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4938 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
267 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4784
    -type: "entity"
    -name: "downloadPdf"
    -label: Symfony\Component\Translation\TranslatableMessage {#4925 …}
    -icon: null
    -cssClass: "action-downloadPdf"
    -addedCssClass: ""
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "downloadPdf"
    ]
    -linkUrl: "https://daf-middleware.wtdevsite.com/admin?crudAction=downloadPdf&crudControllerFqcn=App%5CController%5CAdmin%5CFilmProjectProgressReportCrudController&entityId=3&referrer=https://daf-middleware.wtdevsite.com/admin?crudAction%3Dindex%26crudControllerFqcn%3DApp%255CController%255CAdmin%255CFilmProjectProgressReportCrudController%26entityFqcn%3DApp%255CEntity%255CFilmProjectProgressReport"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "downloadPdf"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: Closure($entity) {#1804 …}
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1396
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1563 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 3
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#3716 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4938 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
268 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4775
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#4932 …}
    -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&entityFqcn=App%5CEntity%5CFilmProjectProgressReport&entityId=3"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-delete"
    ]
    -linkUrl: "https://daf-middleware.wtdevsite.com/admin?crudAction=delete&crudControllerFqcn=App%5CController%5CAdmin%5CFilmProjectProgressReportCrudController&entityId=3&referrer=https://daf-middleware.wtdevsite.com/admin?crudAction%3Dindex%26crudControllerFqcn%3DApp%255CController%255CAdmin%255CFilmProjectProgressReportCrudController%26entityFqcn%3DApp%255CEntity%255CFilmProjectProgressReport"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1396
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1563 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 3
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#3716 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4938 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
269 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4815
    -type: "entity"
    -name: "viewProgressReport"
    -label: Symfony\Component\Translation\TranslatableMessage {#4946 …}
    -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=1&referrer=https://daf-middleware.wtdevsite.com/admin?crudAction%3Dindex%26crudControllerFqcn%3DApp%255CController%255CAdmin%255CFilmProjectProgressReportCrudController%26entityFqcn%3DApp%255CEntity%255CFilmProjectProgressReport"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "viewProgressReport"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1391
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1452 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 1
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#3857 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4964 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
270 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4810
    -type: "entity"
    -name: "downloadPdf"
    -label: Symfony\Component\Translation\TranslatableMessage {#4951 …}
    -icon: null
    -cssClass: "action-downloadPdf"
    -addedCssClass: ""
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "downloadPdf"
    ]
    -linkUrl: "https://daf-middleware.wtdevsite.com/admin?crudAction=downloadPdf&crudControllerFqcn=App%5CController%5CAdmin%5CFilmProjectProgressReportCrudController&entityId=1&referrer=https://daf-middleware.wtdevsite.com/admin?crudAction%3Dindex%26crudControllerFqcn%3DApp%255CController%255CAdmin%255CFilmProjectProgressReportCrudController%26entityFqcn%3DApp%255CEntity%255CFilmProjectProgressReport"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "downloadPdf"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: Closure($entity) {#1804 …}
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1391
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1452 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 1
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#3857 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4964 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
271 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4801
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#4958 …}
    -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&entityFqcn=App%5CEntity%5CFilmProjectProgressReport&entityId=1"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-delete"
    ]
    -linkUrl: "https://daf-middleware.wtdevsite.com/admin?crudAction=delete&crudControllerFqcn=App%5CController%5CAdmin%5CFilmProjectProgressReportCrudController&entityId=1&referrer=https://daf-middleware.wtdevsite.com/admin?crudAction%3Dindex%26crudControllerFqcn%3DApp%255CController%255CAdmin%255CFilmProjectProgressReportCrudController%26entityFqcn%3DApp%255CEntity%255CFilmProjectProgressReport"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1391
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1452 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 1
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#3857 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4964 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
272 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4841
    -type: "entity"
    -name: "viewProgressReport"
    -label: Symfony\Component\Translation\TranslatableMessage {#4972 …}
    -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=2&referrer=https://daf-middleware.wtdevsite.com/admin?crudAction%3Dindex%26crudControllerFqcn%3DApp%255CController%255CAdmin%255CFilmProjectProgressReportCrudController%26entityFqcn%3DApp%255CEntity%255CFilmProjectProgressReport"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "viewProgressReport"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1386
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1446 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 2
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#3962 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4990 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
273 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4836
    -type: "entity"
    -name: "downloadPdf"
    -label: Symfony\Component\Translation\TranslatableMessage {#4977 …}
    -icon: null
    -cssClass: "action-downloadPdf"
    -addedCssClass: ""
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "downloadPdf"
    ]
    -linkUrl: "https://daf-middleware.wtdevsite.com/admin?crudAction=downloadPdf&crudControllerFqcn=App%5CController%5CAdmin%5CFilmProjectProgressReportCrudController&entityId=2&referrer=https://daf-middleware.wtdevsite.com/admin?crudAction%3Dindex%26crudControllerFqcn%3DApp%255CController%255CAdmin%255CFilmProjectProgressReportCrudController%26entityFqcn%3DApp%255CEntity%255CFilmProjectProgressReport"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "downloadPdf"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: Closure($entity) {#1804 …}
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1386
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1446 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 2
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#3962 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4990 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
274 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4827
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#4984 …}
    -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&entityFqcn=App%5CEntity%5CFilmProjectProgressReport&entityId=2"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-delete"
    ]
    -linkUrl: "https://daf-middleware.wtdevsite.com/admin?crudAction=delete&crudControllerFqcn=App%5CController%5CAdmin%5CFilmProjectProgressReportCrudController&entityId=2&referrer=https://daf-middleware.wtdevsite.com/admin?crudAction%3Dindex%26crudControllerFqcn%3DApp%255CController%255CAdmin%255CFilmProjectProgressReportCrudController%26entityFqcn%3DApp%255CEntity%255CFilmProjectProgressReport"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1386
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1446 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 2
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#3962 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4990 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
275 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4867
    -type: "entity"
    -name: "viewProgressReport"
    -label: Symfony\Component\Translation\TranslatableMessage {#4998 …}
    -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=14&referrer=https://daf-middleware.wtdevsite.com/admin?crudAction%3Dindex%26crudControllerFqcn%3DApp%255CController%255CAdmin%255CFilmProjectProgressReportCrudController%26entityFqcn%3DApp%255CEntity%255CFilmProjectProgressReport"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "viewProgressReport"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1381
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1440 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 14
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#4103 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#5016 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
276 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4862
    -type: "entity"
    -name: "downloadPdf"
    -label: Symfony\Component\Translation\TranslatableMessage {#5003 …}
    -icon: null
    -cssClass: "action-downloadPdf"
    -addedCssClass: ""
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "downloadPdf"
    ]
    -linkUrl: "https://daf-middleware.wtdevsite.com/admin?crudAction=downloadPdf&crudControllerFqcn=App%5CController%5CAdmin%5CFilmProjectProgressReportCrudController&entityId=14&referrer=https://daf-middleware.wtdevsite.com/admin?crudAction%3Dindex%26crudControllerFqcn%3DApp%255CController%255CAdmin%255CFilmProjectProgressReportCrudController%26entityFqcn%3DApp%255CEntity%255CFilmProjectProgressReport"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "downloadPdf"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: Closure($entity) {#1804 …}
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1381
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1440 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 14
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#4103 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#5016 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
277 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4853
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#5010 …}
    -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&entityFqcn=App%5CEntity%5CFilmProjectProgressReport&entityId=14"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-delete"
    ]
    -linkUrl: "https://daf-middleware.wtdevsite.com/admin?crudAction=delete&crudControllerFqcn=App%5CController%5CAdmin%5CFilmProjectProgressReportCrudController&entityId=14&referrer=https://daf-middleware.wtdevsite.com/admin?crudAction%3Dindex%26crudControllerFqcn%3DApp%255CController%255CAdmin%255CFilmProjectProgressReportCrudController%26entityFqcn%3DApp%255CEntity%255CFilmProjectProgressReport"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1381
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1440 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 14
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#4103 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#5016 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
278 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4893
    -type: "entity"
    -name: "viewProgressReport"
    -label: Symfony\Component\Translation\TranslatableMessage {#5024 …}
    -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=46&referrer=https://daf-middleware.wtdevsite.com/admin?crudAction%3Dindex%26crudControllerFqcn%3DApp%255CController%255CAdmin%255CFilmProjectProgressReportCrudController%26entityFqcn%3DApp%255CEntity%255CFilmProjectProgressReport"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "viewProgressReport"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1376
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1435 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 46
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#4243 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#5035 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
279 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4888
    -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) {#1804 …}
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1376
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1435 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 46
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#4243 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#5035 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
280 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4879
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#5029 …}
    -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&entityFqcn=App%5CEntity%5CFilmProjectProgressReport&entityId=46"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-delete"
    ]
    -linkUrl: "https://daf-middleware.wtdevsite.com/admin?crudAction=delete&crudControllerFqcn=App%5CController%5CAdmin%5CFilmProjectProgressReportCrudController&entityId=46&referrer=https://daf-middleware.wtdevsite.com/admin?crudAction%3Dindex%26crudControllerFqcn%3DApp%255CController%255CAdmin%255CFilmProjectProgressReportCrudController%26entityFqcn%3DApp%255CEntity%255CFilmProjectProgressReport"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1376
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1435 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 46
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#4243 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#5035 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
281 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4919
    -type: "entity"
    -name: "viewProgressReport"
    -label: Symfony\Component\Translation\TranslatableMessage {#5047 …}
    -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=51&referrer=https://daf-middleware.wtdevsite.com/admin?crudAction%3Dindex%26crudControllerFqcn%3DApp%255CController%255CAdmin%255CFilmProjectProgressReportCrudController%26entityFqcn%3DApp%255CEntity%255CFilmProjectProgressReport"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "viewProgressReport"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1371
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1430 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 51
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#4348 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#5058 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
282 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4914
    -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) {#1804 …}
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1371
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1430 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 51
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#4348 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#5058 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
283 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4905
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#5052 …}
    -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&entityFqcn=App%5CEntity%5CFilmProjectProgressReport&entityId=51"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-delete"
    ]
    -linkUrl: "https://daf-middleware.wtdevsite.com/admin?crudAction=delete&crudControllerFqcn=App%5CController%5CAdmin%5CFilmProjectProgressReportCrudController&entityId=51&referrer=https://daf-middleware.wtdevsite.com/admin?crudAction%3Dindex%26crudControllerFqcn%3DApp%255CController%255CAdmin%255CFilmProjectProgressReportCrudController%26entityFqcn%3DApp%255CEntity%255CFilmProjectProgressReport"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1371
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1430 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 51
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#4348 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#5058 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
284 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
285 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#1934
    -type: "global"
    -name: "toggleProgressReportOn"
    -label: Symfony\Component\Translation\TranslatableMessage {#1349 …}
    -icon: null
    -cssClass: "btn action-toggleProgressReportOn btn btn-primary d-block"
    -addedCssClass: " btn btn-primary d-block"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "toggleProgressReportOn"
    ]
    -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
286 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
287 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#1866
    -type: "batch"
    -name: "sendBatchEmail"
    -label: Symfony\Component\Translation\TranslatableMessage {#5046 …}
    -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 {#4997
        -id: "ea-batch-action-sendBatchEmail"
        -value: "8a60ef.5fK40rlkNCzY1lIWPp9KFvBhRkQz4M1__dsDIVBMVIs.0YjwnI8dAh-XpGV-Ts4bW68vMnxLsrQNxLx5RDgiEcWds-GazVMAa-iCOQ"
      }
      "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&referrer=https://daf-middleware.wtdevsite.com/admin?crudAction%3Dindex%26crudControllerFqcn%3DApp%255CController%255CAdmin%255CFilmProjectProgressReportCrudController%26entityFqcn%3DApp%255CEntity%255CFilmProjectProgressReport"
    ]
    -linkUrl: "https://daf-middleware.wtdevsite.com/admin?crudAction=sendBatchEmail&crudControllerFqcn=App%5CController%5CAdmin%5CFilmProjectProgressReportCrudController&referrer=https://daf-middleware.wtdevsite.com/admin?crudAction%3Dindex%26crudControllerFqcn%3DApp%255CController%255CAdmin%255CFilmProjectProgressReportCrudController%26entityFqcn%3DApp%255CEntity%255CFilmProjectProgressReport"
    -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
288 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
289 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#1863
    -type: "batch"
    -name: "unpublishProjects"
    -label: Symfony\Component\Translation\TranslatableMessage {#1350 …}
    -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 {#5075
        -id: "ea-batch-action-unpublishProjects"
        -value: "b18096ccf40cf5bb36dbcc36.tzXCGQDo5FyJjqJDPOhLLGKWkf99s75b8-tsdwTu434.xFeuSlmFihHFwZN1WJwFaC7s0pUv_ukxsrotG2-Wkw-GbK9vWYatKdPoxQ"
      }
      "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&referrer=https://daf-middleware.wtdevsite.com/admin?crudAction%3Dindex%26crudControllerFqcn%3DApp%255CController%255CAdmin%255CFilmProjectProgressReportCrudController%26entityFqcn%3DApp%255CEntity%255CFilmProjectProgressReport"
    ]
    -linkUrl: "https://daf-middleware.wtdevsite.com/admin?crudAction=unpublishProjects&crudControllerFqcn=App%5CController%5CAdmin%5CFilmProjectProgressReportCrudController&referrer=https://daf-middleware.wtdevsite.com/admin?crudAction%3Dindex%26crudControllerFqcn%3DApp%255CController%255CAdmin%255CFilmProjectProgressReportCrudController%26entityFqcn%3DApp%255CEntity%255CFilmProjectProgressReport"
    -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
290 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
291 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#1864
    -type: "batch"
    -name: "publishProjects"
    -label: Symfony\Component\Translation\TranslatableMessage {#5070 …}
    -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 {#5087
        -id: "ea-batch-action-publishProjects"
        -value: "3a1c50d1619a812a2528a6c8077bf68.fhMiKCLoKALNN58yHwLM0EyulGj2cLeL7cZQehHbktM.C2p2cEjfTzelVPJdSXS6tBPmwybFQILim4I6MVPt0KozK0BdVLliN5hA8A"
      }
      "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&referrer=https://daf-middleware.wtdevsite.com/admin?crudAction%3Dindex%26crudControllerFqcn%3DApp%255CController%255CAdmin%255CFilmProjectProgressReportCrudController%26entityFqcn%3DApp%255CEntity%255CFilmProjectProgressReport"
    ]
    -linkUrl: "https://daf-middleware.wtdevsite.com/admin?crudAction=publishProjects&crudControllerFqcn=App%5CController%5CAdmin%5CFilmProjectProgressReportCrudController&referrer=https://daf-middleware.wtdevsite.com/admin?crudAction%3Dindex%26crudControllerFqcn%3DApp%255CController%255CAdmin%255CFilmProjectProgressReportCrudController%26entityFqcn%3DApp%255CEntity%255CFilmProjectProgressReport"
    -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
292 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
293 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#1873
    -type: "global"
    -name: "exportProgressReportFeedbackList"
    -label: Symfony\Component\Translation\TranslatableMessage {#5082 …}
    -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
294 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
295 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#1842
    -type: "global"
    -name: "exportProgressReportList"
    -label: Symfony\Component\Translation\TranslatableMessage {#5089 …}
    -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: "/admin/project/export-progress-report"
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => null
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
296 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
297 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#1843
    -type: "global"
    -name: "sendEmail"
    -label: Symfony\Component\Translation\TranslatableMessage {#5094 …}
    -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
298 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#1952
    -type: "batch"
    -name: "batchDelete"
    -label: Symfony\Component\Translation\TranslatableMessage {#4453 …}
    -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 {#5101
        -id: "ea-batch-action-batchDelete"
        -value: "c0fa2acd16f.ii_Fi0qLW73f8-nyKF3PR-vtXObajAuMYX98hul_Hso._Wum2S3uLd-lt4zEYg39FZ-uPaC8-l__WTEIybE5f5vNefPUIdI-zpvGrA"
      }
      "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&referrer=https://daf-middleware.wtdevsite.com/admin?crudAction%3Dindex%26crudControllerFqcn%3DApp%255CController%255CAdmin%255CFilmProjectProgressReportCrudController%26entityFqcn%3DApp%255CEntity%255CFilmProjectProgressReport"
    ]
    -linkUrl: "https://daf-middleware.wtdevsite.com/admin?crudAction=batchDelete&crudControllerFqcn=App%5CController%5CAdmin%5CFilmProjectProgressReportCrudController&referrer=https://daf-middleware.wtdevsite.com/admin?crudAction%3Dindex%26crudControllerFqcn%3DApp%255CController%255CAdmin%255CFilmProjectProgressReportCrudController%26entityFqcn%3DApp%255CEntity%255CFilmProjectProgressReport"
    -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
299 DENIED IS_IMPERSONATOR
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS DENIED
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS ABSTAIN
Show voter details
300 DENIED EA_EXIT_IMPERSONATION
null
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS DENIED
Show voter details
301 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#5359
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5356 …}
  -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
302 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#5364
  -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
303 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#5379
  -type: "logout"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5391 …}
  -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
304 DENIED IS_IMPERSONATOR
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS DENIED
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS ABSTAIN
Show voter details
305 GRANTED ROLE_PARTNER
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#5418
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5485 …}
  -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
306 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#5418
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5485 …}
  -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
307 GRANTED ROLE_PARTNER
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#5430
  -type: "dashboard"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5482 …}
  -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
308 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#5430
  -type: "dashboard"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5482 …}
  -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
309 GRANTED ROLE_PARTNER
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#5432
  -type: "url"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5487 …}
  -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
310 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#5432
  -type: "url"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5487 …}
  -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
311 DENIED ROLE_DONOR
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#5420
  -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
312 DENIED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#5420
  -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
313 DENIED ROLE_DONOR
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#5422
  -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
314 DENIED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#5422
  -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
315 DENIED ROLE_DONOR
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#5424
  -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
316 DENIED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#5424
  -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
317 GRANTED ROLE_PORTALUSER
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#5426
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5483 …}
  -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
318 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#5426
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5483 …}
  -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
319 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#5431
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5489 …}
  -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
320 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#5431
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5489 …}
  -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
321 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#5434
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5484 …}
  -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
322 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#5434
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5484 …}
  -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
323 GRANTED ROLE_PORTALUSER
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#5436
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5544 …}
  -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
324 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#5436
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5544 …}
  -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
325 GRANTED ROLE_PORTALUSER
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#5438
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5503 …}
  -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
326 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#5438
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5503 …}
  -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
327 GRANTED ROLE_PORTALUSER
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#5440
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5568 …}
  -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
328 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#5440
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5568 …}
  -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
329 GRANTED ROLE_PARTNER
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#5442
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5558 …}
  -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
330 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#5442
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5558 …}
  -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
331 GRANTED ROLE_PARTNER
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#5444
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5577 …}
  -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
332 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#5444
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5577 …}
  -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
333 GRANTED ROLE_PARTNER
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#5446
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5601 …}
  -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
334 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#5446
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5601 …}
  -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
335 GRANTED ROLE_PARTNER
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#5448
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5587 …}
  -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
336 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#5448
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5587 …}
  -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
337 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#5450
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5611 …}
  -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
338 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#5450
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5611 …}
  -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
339 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#5452
  -type: "crud"
  -selected: true
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5625 …}
  -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
340 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#5452
  -type: "crud"
  -selected: true
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5625 …}
  -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
341 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#5454
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5635 …}
  -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
342 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#5454
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5635 …}
  -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
343 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#5456
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5640 …}
  -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
344 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#5456
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5640 …}
  -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
345 GRANTED ROLE_FIN_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#5458
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5660 …}
  -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
346 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#5458
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5660 …}
  -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
347 GRANTED ROLE_FIN_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#5460
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5645 …}
  -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
348 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#5460
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5645 …}
  -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
349 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#5462
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5675 …}
  -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
350 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#5464
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5650 …}
  -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
351 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#5466
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5694 …}
  -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
352 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#5466
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5694 …}
  -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
353 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#5468
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5665 …}
  -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
354 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#5468
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5665 …}
  -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
355 GRANTED ROLE_PORTALUSER
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#5470
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5717 …}
  -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
356 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#5470
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5717 …}
  -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
357 GRANTED ROLE_PORTALUSER
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#5472
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5684 …}
  -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
358 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#5472
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5684 …}
  -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
359 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#5474
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5724 …}
  -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
360 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#5474
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5724 …}
  -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
361 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#5476
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5703 …}
  -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
362 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#5476
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5703 …}
  -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
363 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#5478
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5743 …}
  -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
364 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#5478
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5743 …}
  -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
365 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#5480
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5733 …}
  -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
366 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#5480
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5733 …}
  -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
367 DENIED ROLE_DONOR
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS ABSTAIN
Show voter details
368 DENIED ROLE_FUNDER
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS ABSTAIN
Show voter details
369 DENIED IS_IMPERSONATOR
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS DENIED
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS ABSTAIN
Show voter details
370 DENIED ROLE_DONOR
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS ABSTAIN
Show voter details
371 DENIED ROLE_FUNDER
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS ABSTAIN
Show voter details