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 …}
}
32.58 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.54 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&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 {#1361 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4564 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
5 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1436
  -isAccessible: true
  -fqcn: "App\Entity\FilmProjectProgressReport"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
  -instance: App\Entity\FilmProjectProgressReport {#1473 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 47
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1310 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4590 …}
}
"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 {#1478 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 55
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2104 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4616 …}
}
"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 {#1484 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 38
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2244 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4642 …}
}
"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 {#1490 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 53
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2383 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4668 …}
}
"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 {#1496 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 52
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2521 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4694 …}
}
"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 {#1502 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 21
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2660 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4720 …}
}
"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 {#1507 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 19
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2801 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4746 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
12 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1435
  -isAccessible: true
  -fqcn: "App\Entity\FilmProjectProgressReport"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
  -instance: App\Entity\FilmProjectProgressReport {#1513 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 20
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2906 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4772 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
13 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1434
  -isAccessible: true
  -fqcn: "App\Entity\FilmProjectProgressReport"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
  -instance: App\Entity\FilmProjectProgressReport {#1605 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 11
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#3045 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4798 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
14 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 {#1603 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 17
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#3183 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4824 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
15 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1421
  -isAccessible: true
  -fqcn: "App\Entity\FilmProjectProgressReport"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
  -instance: App\Entity\FilmProjectProgressReport {#1525 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 15
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#3322 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4850 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
16 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 {#1611 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 16
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#3427 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4876 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
17 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 {#1577 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 5
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#3568 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4902 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
18 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 {#1642 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 3
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#3706 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4928 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
19 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 {#1571 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 1
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#3847 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4954 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
20 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 {#1564 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 2
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#3952 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4980 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
21 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 {#1450 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 14
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#4093 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#5006 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
22 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 {#1445 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 46
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#4233 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#5025 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
23 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: 51
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#4338 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#5048 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
24 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1362
  -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 {#1148 …}
  -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 {#1366 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1517 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1146 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1367 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1372 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
25 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1376
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.productionStage"
  -value: "Development"
  -formattedValue: "Development"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1033 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1356 …}
  -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 {#1357 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1355 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1308 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1358 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1353 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
26 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1352
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.status"
  -value: "approved"
  -formattedValue: "approved"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1011 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1349 …}
  -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 {#1350 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1348 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1305 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1351 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1346 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
27 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1345
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.wordpressStatus"
  -value: "draft"
  -formattedValue: "draft"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1004 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1342 …}
  -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 {#1343 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1341 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1012 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1344 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1339 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
28 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1338
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "filmProject.wordpressId"
  -value: 37539
  -formattedValue: "37539"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#997 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1335 …}
  -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 {#1336 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1334 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1354 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1337 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1332 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
29 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1338
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "filmProject.wordpressId"
  -value: 37539
  -formattedValue: "37539"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#997 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1335 …}
  -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 {#1336 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1334 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1354 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1337 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1332 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
30 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1331
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "oldWordpressId"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#990 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1328 …}
  -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 {#1329 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1327 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#917 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1330 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1325 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
31 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1331
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "oldWordpressId"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#990 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1328 …}
  -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 {#1329 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1327 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#917 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1330 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1325 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
32 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1324
  -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 {#1326 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1321 …}
  -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 {#1322 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1320 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#982 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1323 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1318 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
33 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1317
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "status"
  -value: "completed"
  -formattedValue: "completed"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#987 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1314 …}
  -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 {#1315 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1313 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#922 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1316 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1311 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
34 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1309
  -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 {#2108 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#936 …}
  -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 {#921 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1312 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2119 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1319 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#930 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
35 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#929
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.productionStage"
  -value: "Film Complete"
  -formattedValue: "Film Complete"
  -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: 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 {#927 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#925 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2151 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#928 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#923 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
36 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#918
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.status"
  -value: "approved"
  -formattedValue: "approved"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2110 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#940 …}
  -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 {#919 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#941 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2152 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#916 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#943 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
37 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#944
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.wordpressStatus"
  -value: "publish"
  -formattedValue: "publish"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2106 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#947 …}
  -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 {#946 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#948 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2157 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#945 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#950 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
38 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#951
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "filmProject.wordpressId"
  -value: 37396
  -formattedValue: "37396"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2109 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#954 …}
  -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 {#953 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#955 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2162 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#952 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#957 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
39 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#951
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "filmProject.wordpressId"
  -value: 37396
  -formattedValue: "37396"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2109 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#954 …}
  -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 {#953 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#955 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2162 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#952 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#957 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
40 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#958
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "oldWordpressId"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#935 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#961 …}
  -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 {#960 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#962 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2167 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#959 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#964 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
41 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#958
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "oldWordpressId"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#935 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#961 …}
  -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 {#960 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#962 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2167 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#959 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#964 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
42 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2090
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateField"
  -propertyName: "createdAt"
  -value: DateTime @1760071042 {#1455
    date: 2025-10-10 15:37:22.0 Australia/Sydney (+11:00)
  }
  -formattedValue: "2025"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#963 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2097 …}
  -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 {#2093 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2099 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2168 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2102 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2096 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
43 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2100
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "status"
  -value: "completed"
  -formattedValue: "completed"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#942 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2094 …}
  -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 {#2101 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2089 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2173 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2091 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2103 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
44 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2105
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.title"
  -value: "DAVE'S PROJECT2"
  -formattedValue: "DAVE'S PROJECT2"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2248 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#949 …}
  -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 {#924 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2098 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2259 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2092 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2190 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
45 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2195
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.productionStage"
  -value: "Development"
  -formattedValue: "Development"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2258 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2198 …}
  -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 {#2197 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2199 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2290 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2196 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2201 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
46 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2202
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.status"
  -value: "approved"
  -formattedValue: "approved"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2250 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2205 …}
  -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 {#2204 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2206 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2291 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2203 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2208 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
47 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2209
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.wordpressStatus"
  -value: "draft"
  -formattedValue: "draft"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2246 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2212 …}
  -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 {#2211 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2213 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2296 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2210 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2215 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
48 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2216
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "filmProject.wordpressId"
  -value: 37560
  -formattedValue: "37560"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2249 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2219 …}
  -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 {#2218 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2220 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2301 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2217 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2222 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
49 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2216
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "filmProject.wordpressId"
  -value: 37560
  -formattedValue: "37560"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2249 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2219 …}
  -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 {#2218 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2220 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2301 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2217 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2222 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
50 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2223
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "oldWordpressId"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#956 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2226 …}
  -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 {#2225 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2227 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2306 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2224 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2229 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
51 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2223
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "oldWordpressId"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#956 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2226 …}
  -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 {#2225 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2227 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2306 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2224 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2229 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
52 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2230
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateField"
  -propertyName: "createdAt"
  -value: DateTime @1728634532 {#1475
    date: 2024-10-11 19:15:32.0 Australia/Sydney (+11:00)
  }
  -formattedValue: "2024"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2228 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2233 …}
  -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 {#2232 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2234 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2307 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2231 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2236 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
53 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2237
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "status"
  -value: "completed"
  -formattedValue: "completed"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2207 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2240 …}
  -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 {#2239 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2241 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2312 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2238 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2243 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
54 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2245
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.title"
  -value: "EM TESTING"
  -formattedValue: "EM TESTING"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2387 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2214 …}
  -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 {#2200 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2242 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2398 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2235 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2329 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
55 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2334
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.productionStage"
  -value: "Development"
  -formattedValue: "Development"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2397 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2337 …}
  -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 {#2336 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2338 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2428 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2335 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2340 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
56 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2341
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.status"
  -value: "approved"
  -formattedValue: "approved"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2389 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2344 …}
  -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 {#2343 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2345 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2429 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2342 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2347 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
57 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2348
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.wordpressStatus"
  -value: "draft"
  -formattedValue: "draft"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2385 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2351 …}
  -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 {#2350 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2352 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2434 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2349 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2354 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
58 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2355
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "filmProject.wordpressId"
  -value: 37552
  -formattedValue: "37552"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2388 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2358 …}
  -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 {#2357 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2359 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2439 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2356 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2361 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
59 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2355
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "filmProject.wordpressId"
  -value: 37552
  -formattedValue: "37552"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2388 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2358 …}
  -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 {#2357 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2359 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2439 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2356 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2361 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
60 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2362
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "oldWordpressId"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2221 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2365 …}
  -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 {#2364 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2366 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2444 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2363 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2368 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
61 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2362
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "oldWordpressId"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2221 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2365 …}
  -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 {#2364 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2366 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2444 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2363 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2368 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
62 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2369
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateField"
  -propertyName: "createdAt"
  -value: DateTime @1760071042 {#1482
    date: 2025-10-10 15:37:22.0 Australia/Sydney (+11:00)
  }
  -formattedValue: "2025"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2367 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2372 …}
  -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 {#2371 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2373 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2445 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2370 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2375 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
63 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2376
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "status"
  -value: "completed"
  -formattedValue: "completed"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2346 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2379 …}
  -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 {#2378 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2380 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2450 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2377 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2382 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
64 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2384
  -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 {#2525 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2353 …}
  -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 {#2339 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2381 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2536 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2374 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2467 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
65 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2472
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.productionStage"
  -value: "Development"
  -formattedValue: "Development"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2535 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2475 …}
  -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 {#2474 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2476 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2567 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2473 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2478 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
66 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2479
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.status"
  -value: "approved"
  -formattedValue: "approved"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2527 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2482 …}
  -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 {#2481 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2483 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2568 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2480 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2485 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
67 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2486
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.wordpressStatus"
  -value: "publish"
  -formattedValue: "publish"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2523 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2489 …}
  -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 {#2488 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2490 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2573 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2487 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2492 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
68 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2493
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "filmProject.wordpressId"
  -value: 37555
  -formattedValue: "37555"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2526 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2496 …}
  -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 {#2495 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2497 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2578 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2494 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2499 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
69 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2493
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "filmProject.wordpressId"
  -value: 37555
  -formattedValue: "37555"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2526 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2496 …}
  -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 {#2495 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2497 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2578 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2494 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2499 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
70 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2500
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "oldWordpressId"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2360 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2503 …}
  -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 {#2502 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2504 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2583 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2501 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2506 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
71 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2500
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "oldWordpressId"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2360 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2503 …}
  -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 {#2502 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2504 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2583 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2501 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2506 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
72 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2507
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateField"
  -propertyName: "createdAt"
  -value: DateTime @1728627555 {#1488
    date: 2024-10-11 17:19:15.0 Australia/Sydney (+11:00)
  }
  -formattedValue: "2024"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2505 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2510 …}
  -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 {#2509 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2511 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2584 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2508 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2513 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
73 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2514
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "status"
  -value: "completed"
  -formattedValue: "completed"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2484 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2517 …}
  -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 {#2516 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2518 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2589 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2515 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2520 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
74 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2522
  -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 {#2664 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2491 …}
  -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 {#2477 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2519 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2675 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2512 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2606 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
75 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2611
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.productionStage"
  -value: "Film Complete"
  -formattedValue: "Film Complete"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2674 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2614 …}
  -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 {#2613 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2615 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2708 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2612 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2617 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
76 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2618
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.status"
  -value: "approved"
  -formattedValue: "approved"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2666 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2621 …}
  -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 {#2620 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2622 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2709 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2619 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2624 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
77 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2625
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.wordpressStatus"
  -value: "publish"
  -formattedValue: "publish"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2662 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2628 …}
  -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 {#2627 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2629 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2714 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2626 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2631 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
78 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2632
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "filmProject.wordpressId"
  -value: 37391
  -formattedValue: "37391"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2665 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2635 …}
  -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 {#2634 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2636 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2719 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2633 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2638 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
79 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2632
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "filmProject.wordpressId"
  -value: 37391
  -formattedValue: "37391"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2665 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2635 …}
  -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 {#2634 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2636 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2719 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2633 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2638 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
80 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2639
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "oldWordpressId"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2498 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2642 …}
  -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 {#2641 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2643 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2724 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2640 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2645 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
81 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2639
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "oldWordpressId"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2498 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2642 …}
  -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 {#2641 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2643 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2724 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2640 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2645 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
82 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2646
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateField"
  -propertyName: "createdAt"
  -value: DateTime @1760071520 {#1494
    date: 2025-10-10 15:45:20.0 Australia/Sydney (+11:00)
  }
  -formattedValue: "2025"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2644 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2649 …}
  -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 {#2648 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2650 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2725 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2647 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2652 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
83 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2653
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "status"
  -value: "completed"
  -formattedValue: "completed"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2623 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2656 …}
  -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 {#2655 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2657 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2730 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2654 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2659 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
84 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2661
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.title"
  -value: "EM TESTING"
  -formattedValue: "EM TESTING"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2805 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2630 …}
  -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 {#2616 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2658 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2808 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2651 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2747 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
85 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2752
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.productionStage"
  -value: "Development"
  -formattedValue: "Development"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2807 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2755 …}
  -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 {#2754 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2756 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2809 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2753 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2758 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
86 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2759
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.status"
  -value: "approved"
  -formattedValue: "approved"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2804 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2762 …}
  -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 {#2761 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2763 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2814 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2760 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2765 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
87 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2766
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.wordpressStatus"
  -value: "draft"
  -formattedValue: "draft"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2803 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2769 …}
  -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 {#2768 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2770 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2819 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2767 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2772 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
88 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2773
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "filmProject.wordpressId"
  -value: 37552
  -formattedValue: "37552"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2806 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2776 …}
  -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 {#2775 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2777 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2824 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2774 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2779 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
89 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2773
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "filmProject.wordpressId"
  -value: 37552
  -formattedValue: "37552"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2806 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2776 …}
  -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 {#2775 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2777 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2824 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2774 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2779 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
90 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2780
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "oldWordpressId"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2637 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2783 …}
  -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 {#2782 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2784 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2829 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2781 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2786 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
91 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2780
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "oldWordpressId"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2637 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2783 …}
  -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 {#2782 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2784 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2829 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2781 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2786 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
92 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2787
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateField"
  -propertyName: "createdAt"
  -value: DateTime @1728351925 {#1500
    date: 2024-10-08 12:45:25.0 Australia/Sydney (+11:00)
  }
  -formattedValue: "2024"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2785 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2790 …}
  -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 {#2789 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2791 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2830 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2788 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2793 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
93 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2794
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "status"
  -value: "completed"
  -formattedValue: "completed"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2764 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2797 …}
  -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 {#2796 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2798 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2835 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2795 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2800 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
94 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2802
  -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 {#2910 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2771 …}
  -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 {#2757 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2799 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2921 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2792 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2852 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
95 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2857
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.productionStage"
  -value: "Production"
  -formattedValue: "Production"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2920 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2860 …}
  -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 {#2859 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2861 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2952 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2858 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2863 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
96 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2864
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.status"
  -value: "approved"
  -formattedValue: "approved"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2912 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2867 …}
  -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 {#2866 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2868 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2953 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2865 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2870 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
97 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2871
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.wordpressStatus"
  -value: "publish"
  -formattedValue: "publish"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2908 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2874 …}
  -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 {#2873 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2875 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2958 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2872 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2877 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
98 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2878
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "filmProject.wordpressId"
  -value: 37542
  -formattedValue: "37542"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2911 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2881 …}
  -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 {#2880 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2882 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2963 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2879 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2884 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
99 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2878
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "filmProject.wordpressId"
  -value: 37542
  -formattedValue: "37542"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2911 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2881 …}
  -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 {#2880 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2882 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2963 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2879 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2884 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
100 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2885
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "oldWordpressId"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2778 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2888 …}
  -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 {#2887 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2889 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2968 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2886 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2891 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
101 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2885
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "oldWordpressId"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2778 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2888 …}
  -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 {#2887 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2889 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2968 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2886 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2891 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
102 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2892
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateField"
  -propertyName: "createdAt"
  -value: DateTime @1727738991 {#1505
    date: 2024-10-01 09:29:51.0 Australia/Sydney (+10:00)
  }
  -formattedValue: "2024"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2890 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2895 …}
  -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 {#2894 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2896 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2969 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2893 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2898 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
103 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2899
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "status"
  -value: "completed"
  -formattedValue: "completed"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2869 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2902 …}
  -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 {#2901 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2903 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2974 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2900 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2905 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
104 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2907
  -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 {#3049 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2876 …}
  -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 {#2862 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2904 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3060 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2897 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2991 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
105 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2996
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.productionStage"
  -value: "Post-Production"
  -formattedValue: "Post-Production"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3059 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2999 …}
  -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 {#2998 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3000 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3090 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2997 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3002 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
106 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3003
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.status"
  -value: "approved"
  -formattedValue: "approved"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3051 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3006 …}
  -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 {#3005 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3007 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3091 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3004 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3009 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
107 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3010
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.wordpressStatus"
  -value: "draft"
  -formattedValue: "draft"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3047 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3013 …}
  -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 {#3012 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3014 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3096 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3011 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3016 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
108 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3017
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "filmProject.wordpressId"
  -value: 37536
  -formattedValue: "37536"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3050 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3020 …}
  -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 {#3019 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3021 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3101 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3018 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3023 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
109 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3017
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "filmProject.wordpressId"
  -value: 37536
  -formattedValue: "37536"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3050 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3020 …}
  -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 {#3019 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3021 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3101 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3018 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3023 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
110 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3024
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "oldWordpressId"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2883 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3027 …}
  -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 {#3026 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3028 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3106 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3025 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3030 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
111 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3024
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "oldWordpressId"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2883 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3027 …}
  -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 {#3026 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3028 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3106 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3025 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3030 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
112 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3031
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateField"
  -propertyName: "createdAt"
  -value: DateTime @1727648556 {#1511
    date: 2024-09-30 08:22:36.0 Australia/Sydney (+10:00)
  }
  -formattedValue: "2024"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3029 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3034 …}
  -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 {#3033 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3035 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3107 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3032 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3037 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
113 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3038
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "status"
  -value: "completed"
  -formattedValue: "completed"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3008 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3041 …}
  -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 {#3040 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3042 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3112 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3039 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3044 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
114 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3046
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.title"
  -value: "STAGING CEALAN TEST"
  -formattedValue: "STAGING CEALAN TEST"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3187 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3015 …}
  -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 {#3001 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3043 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3198 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3036 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3129 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
115 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3134
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.productionStage"
  -value: "Development"
  -formattedValue: "Development"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3197 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3137 …}
  -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 {#3136 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3138 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3229 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3135 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3140 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
116 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3141
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.status"
  -value: "approved"
  -formattedValue: "approved"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3189 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3144 …}
  -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 {#3143 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3145 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3230 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3142 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3147 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
117 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3148
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.wordpressStatus"
  -value: "publish"
  -formattedValue: "publish"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3185 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3151 …}
  -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 {#3150 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3152 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3235 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3149 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3154 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
118 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3155
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "filmProject.wordpressId"
  -value: 37500
  -formattedValue: "37500"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3188 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3158 …}
  -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 {#3157 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3159 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3240 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3156 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3161 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
119 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3155
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "filmProject.wordpressId"
  -value: 37500
  -formattedValue: "37500"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3188 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3158 …}
  -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 {#3157 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3159 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3240 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3156 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3161 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
120 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3162
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "oldWordpressId"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3022 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3165 …}
  -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 {#3164 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3166 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3245 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3163 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3168 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
121 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3162
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "oldWordpressId"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3022 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3165 …}
  -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 {#3164 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3166 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3245 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3163 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3168 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
122 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3169
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateField"
  -propertyName: "createdAt"
  -value: DateTime @1727065484 {#1616
    date: 2024-09-23 14:24:44.0 Australia/Sydney (+10:00)
  }
  -formattedValue: "2024"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3167 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3172 …}
  -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 {#3171 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3173 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3246 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3170 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3175 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
123 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3176
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "status"
  -value: "completed"
  -formattedValue: "completed"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3146 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3179 …}
  -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 {#3178 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3180 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3251 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3177 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3182 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
124 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3184
  -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 {#3326 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3153 …}
  -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 {#3139 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3181 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3329 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3174 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3268 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
125 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3273
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.productionStage"
  -value: "Development"
  -formattedValue: "Development"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3328 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3276 …}
  -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 {#3275 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3277 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3330 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3274 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3279 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
126 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3280
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.status"
  -value: "approved"
  -formattedValue: "approved"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3325 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3283 …}
  -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 {#3282 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3284 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3335 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3281 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3286 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
127 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3287
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.wordpressStatus"
  -value: "draft"
  -formattedValue: "draft"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3324 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3290 …}
  -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 {#3289 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3291 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3340 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3288 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3293 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
128 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3294
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "filmProject.wordpressId"
  -value: 37539
  -formattedValue: "37539"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3327 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3297 …}
  -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 {#3296 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3298 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3345 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3295 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3300 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
129 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3294
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "filmProject.wordpressId"
  -value: 37539
  -formattedValue: "37539"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3327 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3297 …}
  -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 {#3296 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3298 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3345 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3295 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3300 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
130 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3301
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "oldWordpressId"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3160 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3304 …}
  -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 {#3303 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3305 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3350 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3302 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3307 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
131 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3301
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "oldWordpressId"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3160 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3304 …}
  -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 {#3303 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3305 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3350 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3302 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3307 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
132 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3308
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateField"
  -propertyName: "createdAt"
  -value: DateTime @1726123404 {#1515
    date: 2024-09-12 16:43:24.0 Australia/Sydney (+10:00)
  }
  -formattedValue: "2024"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3306 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3311 …}
  -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 {#3310 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3312 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3351 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3309 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3314 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
133 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3315
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "status"
  -value: "completed"
  -formattedValue: "completed"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3285 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3318 …}
  -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 {#3317 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3319 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3356 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3316 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3321 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
134 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3323
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.title"
  -value: "TEST PROGRESS REPORT"
  -formattedValue: "TEST PROGRESS REPORT"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3431 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3292 …}
  -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 {#3278 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3320 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3442 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3313 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3373 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
135 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3378
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.productionStage"
  -value: "Post-Production"
  -formattedValue: "Post-Production"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3441 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3381 …}
  -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 {#3380 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3382 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3475 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3379 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3384 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
136 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3385
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.status"
  -value: "approved"
  -formattedValue: "approved"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3433 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3388 …}
  -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 {#3387 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3389 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3476 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3386 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3391 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
137 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3392
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.wordpressStatus"
  -value: "draft"
  -formattedValue: "draft"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3429 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3395 …}
  -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 {#3394 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3396 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3481 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3393 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3398 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
138 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3399
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "filmProject.wordpressId"
  -value: 37527
  -formattedValue: "37527"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3432 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3402 …}
  -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 {#3401 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3403 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3486 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3400 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3405 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
139 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3399
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "filmProject.wordpressId"
  -value: 37527
  -formattedValue: "37527"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3432 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3402 …}
  -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 {#3401 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3403 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3486 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3400 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3405 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
140 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3406
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "oldWordpressId"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3299 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3409 …}
  -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 {#3408 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3410 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3491 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3407 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3412 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
141 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3406
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "oldWordpressId"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3299 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3409 …}
  -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 {#3408 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3410 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3491 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3407 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3412 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
142 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3413
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateField"
  -propertyName: "createdAt"
  -value: DateTime @1726118203 {#1527
    date: 2024-09-12 15:16:43.0 Australia/Sydney (+10:00)
  }
  -formattedValue: "2024"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3411 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3416 …}
  -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 {#3415 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3417 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3492 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3414 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3419 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
143 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3420
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "status"
  -value: "completed"
  -formattedValue: "completed"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3390 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3423 …}
  -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 {#3422 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3424 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3497 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3421 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3426 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
144 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3428
  -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 {#3572 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3397 …}
  -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 {#3383 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3425 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3583 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3418 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3514 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
145 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3519
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.productionStage"
  -value: "Production"
  -formattedValue: "Production"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3582 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3522 …}
  -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 {#3521 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3523 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3613 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3520 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3525 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
146 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3526
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.status"
  -value: "approved"
  -formattedValue: "approved"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3574 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3529 …}
  -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 {#3528 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3530 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3614 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3527 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3532 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
147 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3533
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.wordpressStatus"
  -value: "publish"
  -formattedValue: "publish"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3570 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3536 …}
  -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 {#3535 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3537 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3619 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3534 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3539 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
148 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3540
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "filmProject.wordpressId"
  -value: 37530
  -formattedValue: "37530"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3573 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3543 …}
  -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 {#3542 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3544 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3624 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3541 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3546 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
149 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3540
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "filmProject.wordpressId"
  -value: 37530
  -formattedValue: "37530"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3573 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3543 …}
  -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 {#3542 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3544 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3624 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3541 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3546 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
150 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3547
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "oldWordpressId"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3404 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3550 …}
  -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 {#3549 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3551 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3629 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3548 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3553 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
151 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3547
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "oldWordpressId"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3404 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3550 …}
  -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 {#3549 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3551 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3629 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3548 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3553 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
152 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3554
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateField"
  -propertyName: "createdAt"
  -value: DateTime @1726038600 {#1519
    date: 2024-09-11 17:10:00.0 Australia/Sydney (+10:00)
  }
  -formattedValue: "2024"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3552 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3557 …}
  -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 {#3556 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3558 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3630 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3555 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3560 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
153 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3561
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "status"
  -value: "completed"
  -formattedValue: "completed"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3531 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3564 …}
  -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 {#3563 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3565 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3635 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3562 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3567 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
154 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3569
  -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 {#3710 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3538 …}
  -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 {#3524 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3566 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3721 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3559 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3652 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
155 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3657
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.productionStage"
  -value: "Film Complete"
  -formattedValue: "Film Complete"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3720 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3660 …}
  -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 {#3659 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3661 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3754 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3658 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3663 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
156 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3664
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.status"
  -value: "approved"
  -formattedValue: "approved"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3712 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3667 …}
  -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 {#3666 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3668 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3755 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3665 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3670 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
157 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3671
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.wordpressStatus"
  -value: "private"
  -formattedValue: "private"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3708 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3674 …}
  -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 {#3673 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3675 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3760 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3672 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3677 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
158 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3678
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "filmProject.wordpressId"
  -value: 37379
  -formattedValue: "37379"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3711 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3681 …}
  -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 {#3680 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3682 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3765 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3679 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3684 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
159 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3678
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "filmProject.wordpressId"
  -value: 37379
  -formattedValue: "37379"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3711 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3681 …}
  -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 {#3680 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3682 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3765 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3679 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3684 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
160 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3685
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "oldWordpressId"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3545 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3688 …}
  -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 {#3687 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3689 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3770 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3686 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3691 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
161 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3685
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "oldWordpressId"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3545 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3688 …}
  -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 {#3687 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3689 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3770 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3686 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3691 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
162 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3692
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateField"
  -propertyName: "createdAt"
  -value: DateTime @1726027368 {#1560
    date: 2024-09-11 14:02:48.0 Australia/Sydney (+10:00)
  }
  -formattedValue: "2024"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3690 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3695 …}
  -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 {#3694 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3696 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3771 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3693 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3698 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
163 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3699
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "status"
  -value: "completed"
  -formattedValue: "completed"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3669 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3702 …}
  -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 {#3701 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3703 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3776 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3700 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3705 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
164 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3707
  -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 {#3851 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3676 …}
  -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 {#3662 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3704 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3854 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3697 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3793 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
165 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3798
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.productionStage"
  -value: "Film Complete"
  -formattedValue: "Film Complete"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3853 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3801 …}
  -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 {#3800 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3802 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3855 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3799 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3804 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
166 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3805
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.status"
  -value: "approved"
  -formattedValue: "approved"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3850 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3808 …}
  -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 {#3807 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3809 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3860 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3806 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3811 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
167 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3812
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.wordpressStatus"
  -value: "publish"
  -formattedValue: "publish"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3849 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3815 …}
  -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 {#3814 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3816 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3865 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3813 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3818 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
168 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3819
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "filmProject.wordpressId"
  -value: 37396
  -formattedValue: "37396"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3852 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3822 …}
  -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 {#3821 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3823 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3870 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3820 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3825 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
169 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3819
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "filmProject.wordpressId"
  -value: 37396
  -formattedValue: "37396"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3852 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3822 …}
  -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 {#3821 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3823 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3870 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3820 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3825 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
170 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3826
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "oldWordpressId"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3683 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3829 …}
  -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 {#3828 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3830 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3875 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3827 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3832 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
171 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3826
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "oldWordpressId"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3683 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3829 …}
  -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 {#3828 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3830 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3875 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3827 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3832 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
172 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3833
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateField"
  -propertyName: "createdAt"
  -value: DateTime @1725599373 {#1561
    date: 2024-09-06 15:09:33.0 Australia/Sydney (+10:00)
  }
  -formattedValue: "2024"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3831 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3836 …}
  -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 {#3835 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3837 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3876 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3834 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3839 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
173 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3840
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "status"
  -value: "completed"
  -formattedValue: "completed"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3810 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3843 …}
  -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 {#3842 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3844 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3881 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3841 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3846 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
174 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3848
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.title"
  -value: "Starry Skies"
  -formattedValue: "Starry Skies"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3956 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3817 …}
  -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 {#3803 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3845 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3967 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3838 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3898 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
175 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3903
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.productionStage"
  -value: "Film Complete"
  -formattedValue: "Film Complete"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3966 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3906 …}
  -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 {#3905 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3907 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4000 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3904 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3909 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
176 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3910
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.status"
  -value: "approved"
  -formattedValue: "approved"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3958 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3913 …}
  -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 {#3912 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3914 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4001 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3911 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3916 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
177 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3917
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.wordpressStatus"
  -value: "publish"
  -formattedValue: "publish"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3954 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3920 …}
  -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 {#3919 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3921 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4006 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3918 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3923 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
178 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3924
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "filmProject.wordpressId"
  -value: 37438
  -formattedValue: "37438"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3957 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3927 …}
  -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 {#3926 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3928 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4011 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3925 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3930 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
179 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3924
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "filmProject.wordpressId"
  -value: 37438
  -formattedValue: "37438"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3957 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3927 …}
  -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 {#3926 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3928 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4011 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3925 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3930 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
180 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3931
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "oldWordpressId"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3824 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3934 …}
  -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 {#3933 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3935 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4016 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3932 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3937 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
181 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3931
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "oldWordpressId"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3824 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3934 …}
  -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 {#3933 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3935 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4016 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3932 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3937 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
182 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3938
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateField"
  -propertyName: "createdAt"
  -value: DateTime @1724029798 {#1623
    date: 2024-08-19 11:09:58.0 Australia/Sydney (+10:00)
  }
  -formattedValue: "2024"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3936 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3941 …}
  -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 {#3940 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3942 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4017 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3939 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3944 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
183 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3945
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "status"
  -value: "completed"
  -formattedValue: "completed"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3915 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3948 …}
  -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 {#3947 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3949 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4022 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3946 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3951 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
184 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3953
  -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 {#4097 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3922 …}
  -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 {#3908 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3950 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4108 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3943 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4039 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
185 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4044
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.productionStage"
  -value: "Development"
  -formattedValue: "Development"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#4107 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4047 …}
  -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 {#4046 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4048 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4140 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4045 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4050 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
186 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4051
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.status"
  -value: "approved"
  -formattedValue: "approved"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#4099 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4054 …}
  -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 {#4053 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4055 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4141 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4052 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4057 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
187 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4058
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.wordpressStatus"
  -value: "publish"
  -formattedValue: "publish"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#4095 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4061 …}
  -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 {#4060 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4062 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4146 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4059 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4064 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
188 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4065
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "filmProject.wordpressId"
  -value: 37421
  -formattedValue: "37421"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#4098 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4068 …}
  -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 {#4067 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4069 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4151 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4066 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4071 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
189 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4065
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "filmProject.wordpressId"
  -value: 37421
  -formattedValue: "37421"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#4098 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4068 …}
  -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 {#4067 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4069 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4151 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4066 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4071 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
190 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4072
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "oldWordpressId"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3929 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4075 …}
  -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 {#4074 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4076 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4156 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4073 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4078 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
191 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4072
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "oldWordpressId"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#3929 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4075 …}
  -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 {#4074 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4076 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4156 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4073 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4078 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
192 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4079
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateField"
  -propertyName: "createdAt"
  -value: DateTime @1719207608 {#1621
    date: 2024-06-24 15:40:08.0 Australia/Sydney (+10:00)
  }
  -formattedValue: "2024"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#4077 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4082 …}
  -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 {#4081 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4083 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4157 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4080 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4085 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
193 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4086
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "status"
  -value: "completed"
  -formattedValue: "completed"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#4056 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4089 …}
  -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 {#4088 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4090 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4162 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4087 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4092 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
194 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4094
  -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 {#4237 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4063 …}
  -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 {#4049 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4091 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4240 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4084 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4179 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
195 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4184
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.productionStage"
  -value: "Film Complete"
  -formattedValue: "Film Complete"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#4239 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4187 …}
  -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 {#4186 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4188 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4241 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4185 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4190 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
196 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4191
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.status"
  -value: "approved"
  -formattedValue: "approved"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#4236 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4194 …}
  -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 {#4193 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4195 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4246 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4192 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4197 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
197 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4198
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.wordpressStatus"
  -value: "publish"
  -formattedValue: "publish"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#4235 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4201 …}
  -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 {#4200 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4202 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4251 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4199 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4204 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
198 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4205
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "filmProject.wordpressId"
  -value: 37391
  -formattedValue: "37391"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#4238 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4208 …}
  -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 {#4207 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4209 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4256 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4206 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4211 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
199 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4205
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "filmProject.wordpressId"
  -value: 37391
  -formattedValue: "37391"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#4238 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4208 …}
  -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 {#4207 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4209 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4256 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4206 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4211 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
200 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4212
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "oldWordpressId"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#4070 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4215 …}
  -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 {#4214 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4216 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4261 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4213 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4218 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
201 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4212
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "oldWordpressId"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#4070 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4215 …}
  -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 {#4214 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4216 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4261 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4213 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4218 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
202 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4219
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateField"
  -propertyName: "createdAt"
  -value: DateTime @1718838395 {#1452
    date: 2024-06-20 09:06:35.0 Australia/Sydney (+10:00)
  }
  -formattedValue: "2024"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#4217 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4222 …}
  -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 {#4221 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4223 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4262 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4220 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4225 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
203 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4226
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "status"
  -value: "completed"
  -formattedValue: "completed"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#4196 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4229 …}
  -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 {#4228 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4230 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4267 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4227 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4232 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
204 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4234
  -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 {#4342 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4203 …}
  -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 {#4189 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4231 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4345 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4224 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4284 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
205 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4289
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.productionStage"
  -value: "Development"
  -formattedValue: "Development"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#4344 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4292 …}
  -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 {#4291 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4293 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4346 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4290 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4295 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
206 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4296
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.status"
  -value: "approved"
  -formattedValue: "approved"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#4341 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4299 …}
  -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 {#4298 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4300 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4351 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4297 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4302 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
207 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4303
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.wordpressStatus"
  -value: "publish"
  -formattedValue: "publish"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#4340 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4306 …}
  -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 {#4305 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4307 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4356 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4304 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4309 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
208 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4310
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "filmProject.wordpressId"
  -value: 37421
  -formattedValue: "37421"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#4343 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4313 …}
  -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 {#4312 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4314 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4361 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4311 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4316 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
209 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4310
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "filmProject.wordpressId"
  -value: 37421
  -formattedValue: "37421"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#4343 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4313 …}
  -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 {#4312 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4314 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4361 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4311 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4316 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
210 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4317
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "oldWordpressId"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#4210 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4320 …}
  -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 {#4319 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4321 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4366 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4318 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4323 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
211 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4317
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "oldWordpressId"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#4210 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4320 …}
  -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 {#4319 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4321 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4366 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4318 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4323 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
212 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4324
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateField"
  -propertyName: "createdAt"
  -value: DateTime @1760071042 {#1447
    date: 2025-10-10 15:37:22.0 Australia/Sydney (+11:00)
  }
  -formattedValue: "2025"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#4322 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4327 …}
  -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 {#4326 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4328 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4367 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4325 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4330 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
213 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4331
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "status"
  -value: "created"
  -formattedValue: "created"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#4301 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4334 …}
  -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 {#4333 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4335 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4372 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4332 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4337 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
214 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4339
  -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 {#4447 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4308 …}
  -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 {#4294 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4336 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4458 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4329 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4389 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
215 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4394
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.productionStage"
  -value: "Development"
  -formattedValue: "Development"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#4457 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4397 …}
  -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 {#4396 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4398 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4491 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4395 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4400 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
216 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4401
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.status"
  -value: "approved"
  -formattedValue: "approved"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#4449 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4404 …}
  -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 {#4403 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4405 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4492 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4402 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4407 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
217 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4408
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "filmProject.wordpressStatus"
  -value: "draft"
  -formattedValue: "draft"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#4445 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4411 …}
  -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 {#4410 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4412 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4497 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4409 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4414 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
218 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4415
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "filmProject.wordpressId"
  -value: 37362
  -formattedValue: "37362"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#4448 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4418 …}
  -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 {#4417 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4419 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4502 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4416 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4421 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
219 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4415
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "filmProject.wordpressId"
  -value: 37362
  -formattedValue: "37362"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#4448 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4418 …}
  -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 {#4417 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4419 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4502 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4416 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4421 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
220 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4422
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "oldWordpressId"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#4315 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4425 …}
  -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 {#4424 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4426 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4507 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4423 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4428 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
221 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4422
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "oldWordpressId"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#4315 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4425 …}
  -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 {#4424 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4426 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4507 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4423 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4428 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
222 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4429
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateField"
  -propertyName: "createdAt"
  -value: DateTime @1760071042 {#1442
    date: 2025-10-10 15:37:22.0 Australia/Sydney (+11:00)
  }
  -formattedValue: "2025"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#4427 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4432 …}
  -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 {#4431 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4433 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4508 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4430 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4435 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
223 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#4436
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "status"
  -value: "received"
  -formattedValue: "received"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#4406 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4439 …}
  -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 {#4438 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4440 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4513 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#4437 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#4442 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
224 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4530
    -type: "entity"
    -name: "viewProgressReport"
    -label: Symfony\Component\Translation\TranslatableMessage {#4546 …}
    -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 {#1361 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4564 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
225 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4535
    -type: "entity"
    -name: "downloadPdf"
    -label: Symfony\Component\Translation\TranslatableMessage {#4557 …}
    -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 {#1361 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4564 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
226 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4536
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#4550 …}
    -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 {#1361 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4564 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
227 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4539
    -type: "entity"
    -name: "viewProgressReport"
    -label: Symfony\Component\Translation\TranslatableMessage {#4572 …}
    -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 {#1436
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1473 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 47
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1310 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4590 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
228 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4538
    -type: "entity"
    -name: "downloadPdf"
    -label: Symfony\Component\Translation\TranslatableMessage {#4577 …}
    -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 {#1436
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1473 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 47
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1310 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4590 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
229 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4537
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#4584 …}
    -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 {#1436
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1473 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 47
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1310 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4590 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
230 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4413
    -type: "entity"
    -name: "viewProgressReport"
    -label: Symfony\Component\Translation\TranslatableMessage {#4598 …}
    -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 {#1478 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 55
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2104 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4616 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
231 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4441
    -type: "entity"
    -name: "downloadPdf"
    -label: Symfony\Component\Translation\TranslatableMessage {#4603 …}
    -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 {#1478 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 55
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2104 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4616 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
232 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4420
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#4610 …}
    -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 {#1478 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 55
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2104 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4616 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
233 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4542
    -type: "entity"
    -name: "viewProgressReport"
    -label: Symfony\Component\Translation\TranslatableMessage {#4624 …}
    -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 {#1484 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 38
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2244 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4642 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
234 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4541
    -type: "entity"
    -name: "downloadPdf"
    -label: Symfony\Component\Translation\TranslatableMessage {#4629 …}
    -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 {#1484 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 38
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2244 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4642 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
235 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4540
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#4636 …}
    -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 {#1484 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 38
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2244 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4642 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
236 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4444
    -type: "entity"
    -name: "viewProgressReport"
    -label: Symfony\Component\Translation\TranslatableMessage {#4650 …}
    -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 {#1490 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 53
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2383 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4668 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
237 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4434
    -type: "entity"
    -name: "downloadPdf"
    -label: Symfony\Component\Translation\TranslatableMessage {#4655 …}
    -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 {#1490 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 53
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2383 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4668 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
238 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4399
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#4662 …}
    -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 {#1490 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 53
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2383 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4668 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
239 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4545
    -type: "entity"
    -name: "viewProgressReport"
    -label: Symfony\Component\Translation\TranslatableMessage {#4676 …}
    -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 {#1496 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 52
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2521 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4694 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
240 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4544
    -type: "entity"
    -name: "downloadPdf"
    -label: Symfony\Component\Translation\TranslatableMessage {#4681 …}
    -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 {#1496 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 52
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2521 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4694 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
241 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4543
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#4688 …}
    -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 {#1496 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 52
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2521 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4694 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
242 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4571
    -type: "entity"
    -name: "viewProgressReport"
    -label: Symfony\Component\Translation\TranslatableMessage {#4702 …}
    -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 {#1502 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 21
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2660 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4720 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
243 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4566
    -type: "entity"
    -name: "downloadPdf"
    -label: Symfony\Component\Translation\TranslatableMessage {#4707 …}
    -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 {#1502 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 21
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2660 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4720 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
244 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4551
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#4714 …}
    -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 {#1502 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 21
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2660 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4720 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
245 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4597
    -type: "entity"
    -name: "viewProgressReport"
    -label: Symfony\Component\Translation\TranslatableMessage {#4728 …}
    -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 {#1507 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 19
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2801 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4746 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
246 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4592
    -type: "entity"
    -name: "downloadPdf"
    -label: Symfony\Component\Translation\TranslatableMessage {#4733 …}
    -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 {#1507 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 19
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2801 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4746 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
247 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4583
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#4740 …}
    -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 {#1507 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 19
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2801 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4746 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
248 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4623
    -type: "entity"
    -name: "viewProgressReport"
    -label: Symfony\Component\Translation\TranslatableMessage {#4754 …}
    -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 {#1435
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1513 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 20
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2906 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4772 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
249 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4618
    -type: "entity"
    -name: "downloadPdf"
    -label: Symfony\Component\Translation\TranslatableMessage {#4759 …}
    -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 {#1435
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1513 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 20
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2906 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4772 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
250 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4609
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#4766 …}
    -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 {#1435
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1513 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 20
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2906 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4772 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
251 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4649
    -type: "entity"
    -name: "viewProgressReport"
    -label: Symfony\Component\Translation\TranslatableMessage {#4780 …}
    -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 {#1434
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1605 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 11
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#3045 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4798 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
252 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4644
    -type: "entity"
    -name: "downloadPdf"
    -label: Symfony\Component\Translation\TranslatableMessage {#4785 …}
    -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 {#1434
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1605 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 11
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#3045 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4798 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
253 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4635
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#4792 …}
    -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 {#1434
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1605 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 11
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#3045 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4798 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
254 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4675
    -type: "entity"
    -name: "viewProgressReport"
    -label: Symfony\Component\Translation\TranslatableMessage {#4806 …}
    -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 {#1426
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1603 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 17
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#3183 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4824 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
255 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4670
    -type: "entity"
    -name: "downloadPdf"
    -label: Symfony\Component\Translation\TranslatableMessage {#4811 …}
    -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 {#1426
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1603 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 17
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#3183 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4824 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
256 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4661
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#4818 …}
    -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 {#1426
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1603 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 17
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#3183 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4824 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
257 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4701
    -type: "entity"
    -name: "viewProgressReport"
    -label: Symfony\Component\Translation\TranslatableMessage {#4832 …}
    -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 {#1421
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1525 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 15
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#3322 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4850 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
258 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4696
    -type: "entity"
    -name: "downloadPdf"
    -label: Symfony\Component\Translation\TranslatableMessage {#4837 …}
    -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 {#1421
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1525 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 15
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#3322 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4850 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
259 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4687
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#4844 …}
    -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 {#1421
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1525 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 15
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#3322 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4850 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
260 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4727
    -type: "entity"
    -name: "viewProgressReport"
    -label: Symfony\Component\Translation\TranslatableMessage {#4858 …}
    -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 {#1416
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1611 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 16
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#3427 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4876 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
261 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4722
    -type: "entity"
    -name: "downloadPdf"
    -label: Symfony\Component\Translation\TranslatableMessage {#4863 …}
    -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 {#1416
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1611 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 16
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#3427 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4876 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
262 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4713
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#4870 …}
    -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 {#1416
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1611 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 16
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#3427 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4876 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
263 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4753
    -type: "entity"
    -name: "viewProgressReport"
    -label: Symfony\Component\Translation\TranslatableMessage {#4884 …}
    -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 {#1411
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1577 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 5
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#3568 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4902 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
264 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4748
    -type: "entity"
    -name: "downloadPdf"
    -label: Symfony\Component\Translation\TranslatableMessage {#4889 …}
    -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 {#1411
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1577 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 5
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#3568 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4902 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
265 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4739
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#4896 …}
    -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 {#1411
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1577 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 5
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#3568 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4902 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
266 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4779
    -type: "entity"
    -name: "viewProgressReport"
    -label: Symfony\Component\Translation\TranslatableMessage {#4910 …}
    -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 {#1406
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1642 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 3
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#3706 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4928 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
267 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4774
    -type: "entity"
    -name: "downloadPdf"
    -label: Symfony\Component\Translation\TranslatableMessage {#4915 …}
    -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 {#1406
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1642 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 3
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#3706 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4928 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
268 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4765
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#4922 …}
    -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 {#1406
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1642 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 3
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#3706 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4928 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
269 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4805
    -type: "entity"
    -name: "viewProgressReport"
    -label: Symfony\Component\Translation\TranslatableMessage {#4936 …}
    -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 {#1401
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1571 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 1
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#3847 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4954 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
270 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4800
    -type: "entity"
    -name: "downloadPdf"
    -label: Symfony\Component\Translation\TranslatableMessage {#4941 …}
    -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 {#1401
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1571 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 1
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#3847 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4954 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
271 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4791
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#4948 …}
    -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 {#1401
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1571 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 1
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#3847 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4954 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
272 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4831
    -type: "entity"
    -name: "viewProgressReport"
    -label: Symfony\Component\Translation\TranslatableMessage {#4962 …}
    -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 {#1396
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1564 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 2
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#3952 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4980 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
273 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4826
    -type: "entity"
    -name: "downloadPdf"
    -label: Symfony\Component\Translation\TranslatableMessage {#4967 …}
    -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 {#1396
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1564 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 2
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#3952 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4980 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
274 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4817
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#4974 …}
    -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 {#1396
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1564 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 2
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#3952 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#4980 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
275 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4857
    -type: "entity"
    -name: "viewProgressReport"
    -label: Symfony\Component\Translation\TranslatableMessage {#4988 …}
    -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 {#1391
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1450 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 14
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#4093 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#5006 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
276 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4852
    -type: "entity"
    -name: "downloadPdf"
    -label: Symfony\Component\Translation\TranslatableMessage {#4993 …}
    -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 {#1391
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1450 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 14
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#4093 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#5006 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
277 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4843
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#5000 …}
    -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 {#1391
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1450 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 14
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#4093 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#5006 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
278 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4883
    -type: "entity"
    -name: "viewProgressReport"
    -label: Symfony\Component\Translation\TranslatableMessage {#5014 …}
    -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 {#1386
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1445 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 46
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#4233 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#5025 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
279 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4878
    -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 {#1386
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1445 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 46
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#4233 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#5025 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
280 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4869
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#5019 …}
    -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 {#1386
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1445 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 46
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#4233 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#5025 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
281 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4909
    -type: "entity"
    -name: "viewProgressReport"
    -label: Symfony\Component\Translation\TranslatableMessage {#5037 …}
    -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 {#1381
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1440 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 51
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#4338 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#5048 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
282 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4904
    -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 {#1381
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1440 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 51
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#4338 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#5048 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
283 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#4895
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#5042 …}
    -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 {#1381
    -isAccessible: true
    -fqcn: "App\Entity\FilmProjectProgressReport"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1923 …}
    -instance: App\Entity\FilmProjectProgressReport {#1440 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 51
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#4338 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#5048 …}
  }
]
"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 {#1359 …}
    -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 {#5036 …}
    -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 {#4987
        -id: "ea-batch-action-sendBatchEmail"
        -value: "86140ae979.yecDCCILOwDTqKxVKIA6Bmn7KyNXndKm2R6w10C0mQY._Z1LRhRyDTOc2ps9WNFrSza1Xxsvz6vU4HnKsija3EixplpAVjwPR-P8xw"
      }
      "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 {#1360 …}
    -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 {#5065
        -id: "ea-batch-action-unpublishProjects"
        -value: "735451256bc5.q6tXQEB5Dbl7K5OL76pTLgl8JIcvEiRS15pTBVihQgE.2Mk7ExkUY_Q3ZKK9i94dakUGZ-19X3M4lssSaTPZMnCa8jo2GRdEzCFN9A"
      }
      "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 {#5060 …}
    -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 {#5077
        -id: "ea-batch-action-publishProjects"
        -value: "235fd6153ca40d2d76.sUiiRZqsbEyWTnZ2EDoXxMOAmVJGZ3hSovfv9NfDHfg.xDH2HfCbC3n-LRsZRkxhoJzIzhx1V0071LOFv5X1X4H8cMAw7P0mecM5GQ"
      }
      "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 {#5072 …}
    -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 {#5079 …}
    -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 {#5084 …}
    -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 {#4443 …}
    -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 {#5091
        -id: "ea-batch-action-batchDelete"
        -value: "964dd31c3cf.Ss7gSYwZbGZJq0WlugcZjNCc2ISgkTEoiAekUNkYczk.PYqDG-t8GgQz7yCT8Fcr3qTfucLG52VbsEnQH4FeEmgNmNYW50AJFQ2eAA"
      }
      "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 {#5349
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5346 …}
  -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 {#5354
  -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 {#5369
  -type: "logout"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5381 …}
  -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 {#5408
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5475 …}
  -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 {#5408
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5475 …}
  -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 {#5420
  -type: "dashboard"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5472 …}
  -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 {#5420
  -type: "dashboard"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5472 …}
  -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 {#5422
  -type: "url"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5477 …}
  -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 {#5422
  -type: "url"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5477 …}
  -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 {#5410
  -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 {#5410
  -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 {#5412
  -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 {#5412
  -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 {#5414
  -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 {#5414
  -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 {#5416
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5473 …}
  -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 {#5416
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5473 …}
  -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 {#5421
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5479 …}
  -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 {#5421
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5479 …}
  -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 {#5424
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5474 …}
  -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 {#5424
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5474 …}
  -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 {#5426
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5534 …}
  -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 {#5426
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5534 …}
  -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 {#5428
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5493 …}
  -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 {#5428
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5493 …}
  -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 {#5430
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5558 …}
  -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 {#5430
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5558 …}
  -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 {#5432
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5548 …}
  -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 {#5432
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5548 …}
  -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 {#5434
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5567 …}
  -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 {#5434
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5567 …}
  -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 {#5436
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5591 …}
  -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 {#5436
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5591 …}
  -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 {#5438
  -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\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 {#5438
  -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\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 {#5440
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5601 …}
  -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 {#5440
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5601 …}
  -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 {#5442
  -type: "crud"
  -selected: true
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5615 …}
  -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 {#5442
  -type: "crud"
  -selected: true
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5615 …}
  -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 {#5444
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5625 …}
  -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 {#5444
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5625 …}
  -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 {#5446
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5630 …}
  -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 {#5446
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5630 …}
  -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 {#5448
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5650 …}
  -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 {#5448
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5650 …}
  -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 {#5450
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5635 …}
  -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 {#5450
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5635 …}
  -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 {#5452
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5665 …}
  -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 {#5454
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5640 …}
  -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 {#5456
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5684 …}
  -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 {#5456
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5684 …}
  -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 {#5458
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5655 …}
  -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 {#5458
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5655 …}
  -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 {#5460
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5707 …}
  -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 {#5460
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5707 …}
  -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 {#5462
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5674 …}
  -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 {#5462
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5674 …}
  -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 {#5464
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5714 …}
  -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 {#5464
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5714 …}
  -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 {#5466
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5693 …}
  -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 {#5466
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5693 …}
  -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 {#5468
  -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\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 {#5468
  -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\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 {#5470
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5723 …}
  -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 {#5470
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#5723 …}
  -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