Redirect 302 redirect from GET @admin_certification_view_audits (046b87)

Security

Token

anjap@greensign.de Username
Authenticated
9089e6 From
Property Value
Roles
[
  0 => "ROLE_USER"
  1 => "ROLE_ADMIN"
  2 => "ROLE_GROUP_ADMIN"
  4 => "ROLE_API_USER"
]
Inherited Roles
[
  "ROLE_MANAGER"
  "ROLE_AUDIT_ADMIN"
  "ROLE_AUDITOR"
]
Token
Symfony\Component\Security\Http\Authenticator\Token\PostAuthenticationToken {#800
  -user: App\Entity\User {#870 …}
  -roleNames: [
    0 => "ROLE_USER"
    1 => "ROLE_ADMIN"
    2 => "ROLE_GROUP_ADMIN"
    4 => "ROLE_API_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 App\Security\LoginFormAuthenticator
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "App\Security\LoginFormAuthenticator"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#746
  -map: Symfony\Component\Security\Http\AccessMap {#745 …}
  -logger: Monolog\Logger {#457 …}
  -httpPort: 80
  -httpsPort: 443
}
(none) (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#787
  -sessionKey: "_security_main"
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#471 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#781 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#50 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#786 …}
  -logger: Monolog\Logger {#457 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#493 …}
}
11.13 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#791
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#780 …}
}
(none) (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#793
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#77 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#257 …}
  -map: Symfony\Component\Security\Http\AccessMap {#745 …}
}
2.62 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#721
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "app_logout"
  ]
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#77 …}
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#500 …}
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#493 …}
  -csrfTokenManager: null
}
(none) (none)

Authenticators

Status Authenticator
skipped
"App\Security\LoginFormAuthenticator"

This authenticator did not support the request.

Access Decision

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

Access decision log

# Result Attributes Object
1 GRANTED ROLE_AUDITOR
Symfony\Component\HttpFoundation\Request {#22
  +attributes: Symfony\Component\HttpFoundation\ParameterBag {#64 …}
  +request: Symfony\Component\HttpFoundation\InputBag {#51 …}
  +query: Symfony\Component\HttpFoundation\InputBag {#63 …}
  +server: Symfony\Component\HttpFoundation\ServerBag {#67 …}
  +files: Symfony\Component\HttpFoundation\FileBag {#66 …}
  +cookies: Symfony\Component\HttpFoundation\InputBag {#65 …}
  +headers: Symfony\Component\HttpFoundation\HeaderBag {#68 …}
  #content: ""
  #languages: null
  #charsets: null
  #encodings: null
  #acceptableContentTypes: null
  #pathInfo: "/admin/de/audit"
  #requestUri: "/admin/de/audit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
  #baseUrl: ""
  #basePath: ""
  #method: "GET"
  #format: null
  #session: Symfony\Component\HttpFoundation\Session\Session {#641 …}
  #locale: "de"
  #defaultLocale: "de"
  -preferredFormat: null
  -isHostValid: true
  -isForwardedValid: true
  -isSafeContentPreferred: ? bool
  -trustedValuesCache: []
  -isIisRewrite: false
  format: "html"
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
GRANTED
The user has ROLE_AUDITOR.
Show voter details
2 DENIED ROLE_SUPER_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
DENIED
The user doesn't have ROLE_SUPER_ADMIN.
Show voter details
3 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#27906
  -isAccessible: true
  -primaryKeyValue: null
  -fields: null
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#27883 …}
  -defaultActionUrl: null
  -fqcn: "App\Entity\Business\Audit"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
  -permission: null
  -entityInstance: null
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
4 GRANTED EA_EXECUTE_ACTION
[
  "action" => "index"
  "entity" => null
  "entityFqcn" => "App\Entity\Business\Audit"
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
5 GRANTED ROLE_AUDIT_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
GRANTED
The user has ROLE_AUDIT_ADMIN.
Show voter details
6 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#29221
  -isAccessible: true
  -primaryKeyValue: 741
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#28984 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34046 …}
  -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/741/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
  -fqcn: "App\Entity\Business\Audit"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
  -permission: null
  -entityInstance: App\Entity\Business\Audit {#11456
    -id: 741
    -auditDate: DateTime @1787176800 {#11453
      date: 2026-08-20 00:00:00.0 Europe/Berlin (+02:00)
    }
    -startDate: DateTime @1787217720 {#11454
      date: 2026-08-20 11:22:00.0 Europe/Berlin (+02:00)
    }
    -endDate: DateTime @1787224920 {#11455
      date: 2026-08-20 13:22:00.0 Europe/Berlin (+02:00)
    }
    -auditor: Proxies\__CG__\App\Entity\User {#2794 …}
    -secondaryAuditor: null
    -certification: Proxies\__CG__\App\Entity\Business\Certification {#11458 …}
    -participants: Doctrine\ORM\PersistentCollection {#11460 …}
    -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
    -areas: Doctrine\ORM\PersistentCollection {#11462 …}
    -testProcedures: Doctrine\ORM\PersistentCollection {#11464 …}
    -comments: Doctrine\ORM\PersistentCollection {#11466 …}
    -auditAnswers: Doctrine\ORM\PersistentCollection {#11468 …}
    -status: 100
    -locality: "location"
    -auditScope: null
    -annotations: null
    -displayPoints: true
    -hubspotDealId: null
    -centralAudit: true
  }
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
7 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28827
  -isAccessible: true
  -primaryKeyValue: 742
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#29355 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#32756 …}
  -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/742/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
  -fqcn: "App\Entity\Business\Audit"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
  -permission: null
  -entityInstance: App\Entity\Business\Audit {#11473
    -id: 742
    -auditDate: DateTime @1787176800 {#11470
      date: 2026-08-20 00:00:00.0 Europe/Berlin (+02:00)
    }
    -startDate: DateTime @1787217720 {#11471
      date: 2026-08-20 11:22:00.0 Europe/Berlin (+02:00)
    }
    -endDate: DateTime @1787224920 {#11472
      date: 2026-08-20 13:22:00.0 Europe/Berlin (+02:00)
    }
    -auditor: Proxies\__CG__\App\Entity\User {#2794 …}
    -secondaryAuditor: null
    -certification: Proxies\__CG__\App\Entity\Business\Certification {#11475 …}
    -participants: Doctrine\ORM\PersistentCollection {#11477 …}
    -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
    -areas: Doctrine\ORM\PersistentCollection {#11479 …}
    -testProcedures: Doctrine\ORM\PersistentCollection {#11481 …}
    -comments: Doctrine\ORM\PersistentCollection {#11483 …}
    -auditAnswers: Doctrine\ORM\PersistentCollection {#11485 …}
    -status: 0
    -locality: "location"
    -auditScope: null
    -annotations: null
    -displayPoints: true
    -hubspotDealId: null
    -centralAudit: false
  }
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
8 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28910
  -isAccessible: true
  -primaryKeyValue: 743
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#29665 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#33605 …}
  -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/743/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
  -fqcn: "App\Entity\Business\Audit"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
  -permission: null
  -entityInstance: App\Entity\Business\Audit {#11490
    -id: 743
    -auditDate: DateTime @1787176800 {#11487
      date: 2026-08-20 00:00:00.0 Europe/Berlin (+02:00)
    }
    -startDate: DateTime @1787217720 {#11488
      date: 2026-08-20 11:22:00.0 Europe/Berlin (+02:00)
    }
    -endDate: DateTime @1787224920 {#11489
      date: 2026-08-20 13:22:00.0 Europe/Berlin (+02:00)
    }
    -auditor: Proxies\__CG__\App\Entity\User {#2794 …}
    -secondaryAuditor: null
    -certification: Proxies\__CG__\App\Entity\Business\Certification {#11492 …}
    -participants: Doctrine\ORM\PersistentCollection {#11494 …}
    -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
    -areas: Doctrine\ORM\PersistentCollection {#11496 …}
    -testProcedures: Doctrine\ORM\PersistentCollection {#11498 …}
    -comments: Doctrine\ORM\PersistentCollection {#11500 …}
    -auditAnswers: Doctrine\ORM\PersistentCollection {#11502 …}
    -status: 0
    -locality: "location"
    -auditScope: null
    -annotations: null
    -displayPoints: true
    -hubspotDealId: null
    -centralAudit: false
  }
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
9 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#29174
  -isAccessible: true
  -primaryKeyValue: 735
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#29825 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34195 …}
  -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/735/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
  -fqcn: "App\Entity\Business\Audit"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
  -permission: null
  -entityInstance: App\Entity\Business\Audit {#11411
    -id: 735
    -auditDate: DateTime @1784584800 {#11408
      date: 2026-07-21 00:00:00.0 Europe/Berlin (+02:00)
    }
    -startDate: DateTime @1784623020 {#11409
      date: 2026-07-21 10:37:00.0 Europe/Berlin (+02:00)
    }
    -endDate: DateTime @1784639880 {#11410
      date: 2026-07-21 15:18:00.0 Europe/Berlin (+02:00)
    }
    -auditor: Proxies\__CG__\App\Entity\User {#1875 …}
    -secondaryAuditor: Proxies\__CG__\App\Entity\User {#1435 …}
    -certification: Proxies\__CG__\App\Entity\Business\Certification {#11413 …}
    -participants: Doctrine\ORM\PersistentCollection {#11415 …}
    -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
    -areas: Doctrine\ORM\PersistentCollection {#11417 …}
    -testProcedures: Doctrine\ORM\PersistentCollection {#11419 …}
    -comments: Doctrine\ORM\PersistentCollection {#11421 …}
    -auditAnswers: Doctrine\ORM\PersistentCollection {#11423 …}
    -status: 0
    -locality: "location"
    -auditScope: null
    -annotations: [
      1 => [
        "leistungen" => ""
        "potential" => ""
      ]
      2 => [
        "leistungen" => """
          Der Betrieb produziert Strom aus regenerativen/erneuerbaren Quellen durch ein BHKW. (2.9)\n
          Durch ein Blockheizkraftwerk werden Strom- und Heizleistung gewonnen. (2.10)
          """
        "potential" => """
          Intelligente Raumsteuerung/Guest Room Management und Raumautomation (z.B. better.energy) senkt die Betriebskosten, reguliert völlig automatisch und personalunabhängig. (2.12)\n
          Energie-Check mit Fachberater/Experte (Ermittlung Energiebedarf und -verbrauch, Beschreibung und Analyse von Schwachstellen, Vorschläge zu Sparmaßnahmen). (2.14)
          """
      ]
    ]
    -displayPoints: true
    -hubspotDealId: null
    -centralAudit: false
  }
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
10 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#29168
  -isAccessible: true
  -primaryKeyValue: 733
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#29983 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34235 …}
  -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/733/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
  -fqcn: "App\Entity\Business\Audit"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
  -permission: null
  -entityInstance: App\Entity\Business\Audit {#11377
    -id: 733
    -auditDate: DateTime @1769900400 {#11374
      date: 2026-02-01 00:00:00.0 Europe/Berlin (+01:00)
    }
    -startDate: DateTime @1769943600 {#11375
      date: 2026-02-01 12:00:00.0 Europe/Berlin (+01:00)
    }
    -endDate: DateTime @1784653860 {#11376
      date: 2026-07-21 19:11:00.0 Europe/Berlin (+02:00)
    }
    -auditor: Proxies\__CG__\App\Entity\User {#1512 …}
    -secondaryAuditor: null
    -certification: Proxies\__CG__\App\Entity\Business\Certification {#11379 …}
    -participants: Doctrine\ORM\PersistentCollection {#11381 …}
    -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
    -areas: Doctrine\ORM\PersistentCollection {#11383 …}
    -testProcedures: Doctrine\ORM\PersistentCollection {#11385 …}
    -comments: Doctrine\ORM\PersistentCollection {#11387 …}
    -auditAnswers: Doctrine\ORM\PersistentCollection {#11389 …}
    -status: 100
    -locality: "location"
    -auditScope: null
    -annotations: [
      4 => [
        "leistungen" => """
          Cradle-to-Cradle Produkte, kreislauffähige Materialien kommen zum Einsatz. (4.7)\n
          \n
          Der Papierverbrauch wird durch geeignete digitale Maßnahmen niedrig gehalten. (4.11)\n
          \n
          Fokus auf Großverpackungen und Mehrwegsysteme beim Einkauf. (4.4)\n
          \n
          Das Hotel setzt sich für Initiativen zur Lebensmittelverschwendung und Organisationen zur Abfallvermeidung ein. (4.8)\n
          \n
          Ein eigener Komposthaufen befindet sich auf dem Grundstück des Hotels. (4.7)\n
          \n
          In der Administration wird verstärkt auf papierlose Dokumentation gesetzt, dies wird durch eine Software umgesetzt. (4.11)\n
          \n
          Das Hotel setzt Trennsysteme im gesamten Hotelbereich ein. (4.3)
          """
        "potential" => """
          Wir empfehlen die Sensibilisierung zur Abfallvermeidung auf den Zimmern, z.B. ressourcenschonend durch einen Aufkleber. (4.4)\n
          \n
          Wir empfehlen die Reduktion von Papier im Hotel z.B. durch einen digitalen Lesezirkel oder das Nutzen von QR Codes. (4.11)\n
          \n
          Wir empfehlen die Vermeidung von Portionsartikeln in allen Bereichen. (4.4)\n
          \n
          Cradle-to-Cradle zertifizierte Produkte können auf der folgenden Seite gefunden wurden: https://c2ccertified.org/ (4.7)\n
          \n
          Zur Vermeidung von Verpackungsmüll kann ein Zero-Waste-Frühstück angeboten werden. (4.6)\n
          \n
          Die Unterstützung von Initiativen, bspw. United Against Waste, welche viele Materialien zur Sensibilisierung der Mitarbeitenden zur Verfügung stellen. (4.8)\n
          \n
          """
      ]
      3 => [
        "leistungen" => """
          \n
          Sensibilisierung von Mitarbeitern und Gästen zum Thema Wasserressourcen geschieht in regelmäßigen Meetings, sowie mittels Hinweise zum Handtuchwechsel und Bleiber-Reinigung/ Wunsch-Reinigungszyklus vom Gast. (3.7)\n
          \n
          Regelmäßige Wartung der Wasserinstallationen sichert eine hohe Wasser- und Trinkqualität. (3.5)\n
          \n
          Der Betrieb setzt nachhaltig zertifizierte Reinigungsmittel ein. (3.7)
          """
        "potential" => """
          Eine monatliche Erfassung der Wasserverbräuche ist hilfreich, um beispielsweise Leckagen rechtzeitig zu identifizieren. (3.1)\n
          \n
          Wir empfehlen eine genaue Überprüfung der Wasserverbräuche als Basis zur Festlegung geeigneter Maßnahmen zur effizienten Reduzierung des Wasserverbrauchs. (3.1)\n
          \n
          Das Auffangen von Regenwasser bietet sich auf dem Hotelgelände an und kann anschließend für die Bewässerung der umfangreichen Garten- und Grünanlagen verwendet werden. (3.7)
          """
      ]
      2 => [
        "leistungen" => """
          Automatische Abschaltsensoren für Heizung, Lüftung, Klima/Kälte bei geöffneten oder Balkontüre sind vorhanden. (2.11)\n
          \n
          Die Versorgung wird zu einem großen Teil aus der Photovoltaik-Anlage des Hauses generiert. (2.9)\n
          \n
          Durch ein Blockheizkraftwerk werden Strom- und Heizleistung gewonnen. (2.10)\n
          \n
          Der Betrieb produziert Strom aus regenerativen/erneuerbaren Quellen durch ein BHKW. (2.9)\n
          \n
          Der Betrieb nutzt Heizenergie aus ressourcenschonenden Quellen zur Verbesserung der Klimabilanz durch Bio-Gas. (2.10)\n
          \n
          Der Betrieb nutzt digitale Lösungen zur Überwachung von Ressourcenverbräuchen in verschiedenen Hotelbereichen. (2.4)\n
          \n
          Der Betrieb bezieht 100% Öko-Strom aus regenerativen/erneuerbaren Quellen zur Verbesserung der Klimabilanz. (2.7)\n
          \n
          Der Betrieb hat einen Energiebeauftragten im Hotel benannt. (2.14)
          """
        "potential" => """
          Wir empfehlen die Erhöhung der Anteile von erneuerbaren Energien. (2.8)\n
          \n
          Intelligente Raumsteuerung/Guest Room Management und Raumautomation (z.B. better.energy) senkt die Betriebskosten, reguliert völlig automatisch und personalunabhängig. (2.12)\n
          \n
          Umstellung auf Ökostromtarif, zu 100% aus regenerativen Energiequellen gewonnen, verringert den CO2-Fußabdruck und leistet einen entscheidenden Beitrag zu mehr Klimaschutz. (2.7)\n
          \n
          Erstellung und Umsetzung eines Energieaudits nach DIN EN 16247 oder Einführung eines Energie-Managementsystems entsprechend DIN EN ISO 50001. (2.14)\n
          \n
          Energie-Check mit Fachberater/Experte (Ermittlung Energiebedarf und -verbrauch, Beschreibung und Analyse von Schwachstellen, Vorschläge zu Sparmaßnahmen). (2.14)
          """
      ]
      1 => [
        "leistungen" => """
          Das Unternehmensleitbild des Betriebs beschreibt das Selbstverständnis zu Vision, Unternehmenszweck und Werten und charakterisiert so das zentrale Element der Unternehmensidentität, sowie die Basis für einen nachhaltigen Erfolg. Es inspiriert nach außen und motiviert nach innen (1.2)\n
          \n
          Ein transparentes, authentisches und gut strukturiertes Unternehmensleitbild zur Kommunikation der Unternehmenskultur und der Maßnahmen zum Thema ESG liegt vor. (1.1)\n
          \n
          Das vom Team entwickelte Nachhaltigkeitsprogramm ist SMART definiert und beinhaltet zahlreiche Maßnahmen, welche bei der Weiterentwicklung der Nachhaltigkeitsstrategie unterstützen. (1.5)\n
          \n
          Der Betrieb erstellt einen jährlichen Nachhaltigkeitsbericht. (1.8)\n
          \n
          Der Betrieb hat einen Nachhaltigkeitsbeauftragten ernannt. (1.4)\n
          \n
          Die Hotelgruppe hat einen Reiter für Nachhaltigkeit auf ihrer Website eingerichtet zur Sensibilisierung aller Stakeholder. (1.7)\n
          \n
          Im Organigramm ist die Verantwortlichkeit für das Thema Nachhaltigkeit sichtbar enthalten. (1.4)
          """
        "potential" => """
          Das Leitbild entspricht noch nicht allen Kriterien eines umfassenden Unternehmensleitbildes und könnte entsprechend überarbeitet werden. Ein gut strukturiertes Unternehmensleitbild ist auf drei Säulen aufgebaut: Vision, Mission sowie Werte und Grundsätze des Unternehmens. Es artikuliert das Selbstbild bzw. das Selbstverständnis eines Unternehmens. Das Leitbild setzt einen Rahmen für die tägliche Arbeit, daher sollte sichergestellt werden, dass es wirklich gelebt wird. (1.2)\n
          \n
          Verfassen eines Nachhaltigkeitsberichtes, präsentieren und reflektieren der Nachhaltigkeitsstrategien und -leistungen, um die umgesetzten ESG-Maßnahmen (“Umwelt, Soziales und Unternehmensführung”) transparent an die Stakeholder zu kommunizieren. Bei der Rezertifizierung ist solch ein Report verpflichtend. (1.8)\n
          \n
          Zur Sichtbarkeit der Maßnahmen nachhaltiger Transformationen und für eine strukturierte Managementbewertung, ist das kontinuierliche Führen eines Nachhaltigkeitsprogramms, von der Entwicklung der Strategie bis zur Umsetzung in konkrete Maßnahmen, Verantwortlichkeiten und deren Terminierung erforderlich und dient als Basis für regelmäßige Meetings zum Thema Nachhaltigkeit. Das steigert die ESG-Performance und ermöglicht mittel- und langfristige Nachhaltigkeitsziele messbar zu erreichen. (1.5)\n
          \n
          Das Nachhaltigkeitsprogramm sollte nur aktuelle und zukünftige Nachhaltigkeitsmaßnahmen enthalten, mit detaillierten Angaben was genau angestrebt wird und mit zeitlicher Terminierung, bis wann die Umsetzung erfolgen soll. (1.5)\n
          \n
          Das Anfertigen eines Organigramms über die Mitarbeiterstruktur kann nochmals verdeutlichen bei welchem Mitarbeiter einzelne Verantwortlichkeiten liegen. (1.4)\n
          \n
          Wir empfehlen die jährliche Erstellung eines Nachhaltigkeitsberichtes, da dieser spätestens zur Rezertifizierung verpflichtend vorliegen muss. (1.8)\n
          \n
          Wir empfehlen die Ernennung eines Nachhaltigkeitsbeauftragten. (1.4)\n
          \n
          Wir empfehlen den Ausbau der Webseite zur Auslobung der nachhaltigen Aktivitäten des Hotels, sowie dem Herausheben von USPs/Alleinstellungsmerkmalen (z.B. TOP Gästezufriedenheit, Frühstücksservice mit nachhaltigen Produkten, Strom-/Wärmeversorgung mit erneuerbaren Energien, niedriger CO2-Fussabdruck etc). (1.7)\n
          \n
          """
      ]
      5 => [
        "leistungen" => """
          \n
          Der Betrieb unterstützt lokale Unternehmen bei der Entwicklung nachhaltiger Produkte und Dienstleistungen. (5.7)\n
          \n
          Der Betrieb pflegt einen eigenen Kräutergarten. (5.3)\n
          \n
          Das Hotel hat eigene Bienenhotels und kooperiert mit einem lokalen Imker. (5.3)\n
          \n
          Im Sinne der Biodiversität hat der Betrieb zahlreiche Maßnahmen umgesetzt, welche aktiv die Flora und Fauna fördern. (5.3)
          """
        "potential" => """
          Die Einführung eines Angebots für Gäste, sich (finanziell) an Biodiversitätsinitiativen zu beteiligen, z. B. durch Bienenpatenschaften oder Baumpflanzaktionen. (5.3)\n
          \n
          (Finanzielle) Unterstützung von geschützten Gebieten oder Naturschutzprojekten. (5.3)\n
          \n
          Einen großen Teil von Bäumen und Sträuchern des Geländes natürlich wachsen lassen.(5.3)\n
          \n
          Mähfreien Mai für die Artenvielfalt ermöglichen. (5.3)\n
          \n
          Nachhaltige und naturnahe Alternative bietet ein Permakultur-Garten, der einen geschlossenen Kreislauf bildet. (5.3)\n
          \n
          Aufstellen eines Hotels für Wildbienen oder Insekten in Verbindung mit einer örtlich passenden Bepflanzung als Nahrungsquellen. (5.3)\n
          \n
          Schutz von Kulturerbe (z.B. Bräuche, Traditionen) und Vermittlung von Kulturerbe an künftige Generationen. (z.B. historische Bauwerke, weltliche und sakrale Gegenstände, Bibliotheken und Archive, archäologische Fundstätten, historische Gärten und Industriedenkmäler). (5.5)\n
          \n
          Wir empfehlen die (finanzielle) Unterstützung von Naturparks oder Nationalparks zum Erhalt der Biodiversität außerhalb der Stadt. (5.3)\n
          \n
          """
      ]
      7 => [
        "leistungen" => """
          Gäste erhalten Informationen über emissionsarme Anreisemöglichkeiten. (7.9)\n
          \n
          Wallboxen für E-Autos im Haus. (7.9)\n
          \n
          E-Ladesäulen und ein hoteleigener Parkplatz stehen für E-Fahrzeuge zur Verfügung. (7.9)\n
          \n
          Die Geschäftsführung ist Mitglied in qualitativen, lokalen Netzwerken und stellt somit die strategische, moderne Ausrichtung der Hotelführung sicher. (7.1)\n
          \n
          Der Betrieb setzt auf Barrierefreiheit und die Zugänglichkeit für Menschen mit und ohne Mobilitätseinschränkungen, u.a. hat das Hotel barrierefreie Zimmer mit Bad. (7.11)\n
          \n
          Der Betrieb bietet seinen Gästen die Möglichkeit der Fahrradanmietung zur Unterstützung nachhaltiger Mobilität. (7.8)\n
          \n
          Das Hotel stellt eine Vielzahl an Informationen für regionale Aktivitäten bereit. (7.14)
          """
        "potential" => """
          ormationen über die regionale Herkunft der Produkte auf den Speise- und Getränkekarten. (7.2)\n
          \n
          Erweiterung des Angebots lokaler Produkte zum Kauf durch den Gast. (7.3)\n
          \n
          Die Barrierefreiheit von zertifizierten oder von relevanten Nutzergruppen/Experten bestätigen lassen. (7.11)
          """
      ]
      8 => [
        "leistungen" => """
          \n
          Der Betrieb führt eine Mitarbeiterumfrage durch. (8.11)\n
          \n
          Um ein Qualitätsmanagementsystem im Unternehmen aufzubauen, kontinuierlich weiterzuentwickeln und zu optimieren, wurde ein Qualitätsbeauftragter benannt. (8.1)\n
          \n
          Das Hotel hat ein dokumentiertes Qualitätsmanagement entwickelt. (8.1)\n
          \n
          SOPs werden eingesetzt, um die Kommunikation im Team zu verbessern und die Einschulung neuer Mitarbeiter zu vereinfachen. (8.1)
          """
        "potential" => """
          Wir empfehlen eine CO2 Bilanzierung als Grundlage zur Reduzierung und ggfs. Kompensation von CO2 Emissionen. (8.13)\n
          \n
          CO2 Bilanzierung als Grundlage zur Reduzierung und ggfs. Kompensation von CO2 Emissionen des Hotels. (8.13)\n
          \n
          Lieferantenbewertung erstellen: Kriterien für die strategische Lieferantenauswahl: Qualität der Waren, Regionalität, Standortnähe, geringe Fehler- und Ausfallquoten, Liefertermintreue, Angebotstransparenz, Flexibilität, Zuverlässigkeit und Zertifizierungen. (8.3)
          """
      ]
      10 => [
        "leistungen" => """
          Der Betrieb führt ein Risikomanagementsystem zur systematischen Erkennung, Analyse, Bewertung, Minimierung und Kontrolle von Risiken entlang der Wertschöpfungskette. (10.5)\n
          \n
          Der Betrieb verfügt über einen langfristigen Investitionsplan der auch ökologische Aspekte berücksichtigt. (10.3)
          """
        "potential" => "Risikomanagementsystem erstellen/ausbauen. Risiken für das Personal, das Unternehmen und die Kunden identifizieren. Dazu gehören z.B. technische, operative, medizinische Risiken, IT- Sicherheit, Arbeitssicherheit sowie finanzielle Risiken. (10.5)"
      ]
      9 => [
        "leistungen" => """
          Ein „Code of Conduct“ (Zusammenfassung von Verhaltensregeln im Unternehmen) wurde erarbeitet, der Orientierung für das tägliche Handeln für Mitarbeiter, Führungskräfte und andere Stakeholder bietet. (9.1)\n
          \n
          Ein vielfältiges System mit Angeboten für ein betriebliches Gesundheitsmanagement ist im Hotel etabliert. (9.8)
          """
        "potential" => """
          Zur Entwicklung der Mitarbeitenden, mindestens einmal jährlich ein dokumentiertes Mitarbeitergespräch durchführen. (9.14)\n
          \n
          Ein Code of Conduct ausarbeiten. Ein Verhaltenskodex zur Sammlung von Verhaltensweisen, die für die Mitarbeitenden eines Unternehmens gelten. Er enthält Richtlinien dafür, wie sich die Mitarbeitende rechtlich korrekt, ethisch und sozial verhalten. (9.1)
          """
      ]
    ]
    -displayPoints: true
    -hubspotDealId: null
    -centralAudit: false
  }
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
11 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#29172
  -isAccessible: true
  -primaryKeyValue: 562
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#30141 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34275 …}
  -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/562/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
  -fqcn: "App\Entity\Business\Audit"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
  -permission: null
  -entityInstance: App\Entity\Business\Audit {#9450
    -id: 562
    -auditDate: DateTime @1769036400 {#9449
      date: 2026-01-22 00:00:00.0 Europe/Berlin (+01:00)
    }
    -startDate: null
    -endDate: null
    -auditor: Proxies\__CG__\App\Entity\User {#1875 …}
    -secondaryAuditor: null
    -certification: Proxies\__CG__\App\Entity\Business\Certification {#9452 …}
    -participants: Doctrine\ORM\PersistentCollection {#9454 …}
    -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
    -areas: Doctrine\ORM\PersistentCollection {#9456 …}
    -testProcedures: Doctrine\ORM\PersistentCollection {#9458 …}
    -comments: Doctrine\ORM\PersistentCollection {#9460 …}
    -auditAnswers: Doctrine\ORM\PersistentCollection {#9462 …}
    -status: 0
    -locality: "location"
    -auditScope: "1 Personentag"
    -annotations: null
    -displayPoints: true
    -hubspotDealId: "314593947882"
    -centralAudit: false
  }
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
12 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#29166
  -isAccessible: true
  -primaryKeyValue: 640
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#30299 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34315 …}
  -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/640/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
  -fqcn: "App\Entity\Business\Audit"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
  -permission: null
  -entityInstance: App\Entity\Business\Audit {#10459
    -id: 640
    -auditDate: DateTime @1768863600 {#10458
      date: 2026-01-20 00:00:00.0 Europe/Berlin (+01:00)
    }
    -startDate: null
    -endDate: null
    -auditor: Proxies\__CG__\App\Entity\User {#4146 …}
    -secondaryAuditor: null
    -certification: Proxies\__CG__\App\Entity\Business\Certification {#10461 …}
    -participants: Doctrine\ORM\PersistentCollection {#10463 …}
    -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
    -areas: Doctrine\ORM\PersistentCollection {#10465 …}
    -testProcedures: Doctrine\ORM\PersistentCollection {#10467 …}
    -comments: Doctrine\ORM\PersistentCollection {#10469 …}
    -auditAnswers: Doctrine\ORM\PersistentCollection {#10471 …}
    -status: 0
    -locality: "location"
    -auditScope: "Stunden vor Ort"
    -annotations: null
    -displayPoints: true
    -hubspotDealId: "397125687511"
    -centralAudit: false
  }
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
13 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28909
  -isAccessible: true
  -primaryKeyValue: 641
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#30457 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34355 …}
  -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/641/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
  -fqcn: "App\Entity\Business\Audit"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
  -permission: null
  -entityInstance: App\Entity\Business\Audit {#10474
    -id: 641
    -auditDate: DateTime @1768863600 {#10473
      date: 2026-01-20 00:00:00.0 Europe/Berlin (+01:00)
    }
    -startDate: null
    -endDate: null
    -auditor: Proxies\__CG__\App\Entity\User {#4146 …}
    -secondaryAuditor: null
    -certification: Proxies\__CG__\App\Entity\Business\Certification {#10476 …}
    -participants: Doctrine\ORM\PersistentCollection {#10478 …}
    -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
    -areas: Doctrine\ORM\PersistentCollection {#10480 …}
    -testProcedures: Doctrine\ORM\PersistentCollection {#10482 …}
    -comments: Doctrine\ORM\PersistentCollection {#10484 …}
    -auditAnswers: Doctrine\ORM\PersistentCollection {#10486 …}
    -status: 0
    -locality: "location"
    -auditScope: "Stunden vor Ort"
    -annotations: null
    -displayPoints: true
    -hubspotDealId: "398384154830"
    -centralAudit: false
  }
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
14 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28882
  -isAccessible: true
  -primaryKeyValue: 287
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#30615 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34395 …}
  -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/287/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
  -fqcn: "App\Entity\Business\Audit"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
  -permission: null
  -entityInstance: App\Entity\Business\Audit {#5514
    -id: 287
    -auditDate: DateTime @1768431600 {#5513
      date: 2026-01-15 00:00:00.0 Europe/Berlin (+01:00)
    }
    -startDate: null
    -endDate: null
    -auditor: Proxies\__CG__\App\Entity\User {#1875 …}
    -secondaryAuditor: null
    -certification: Proxies\__CG__\App\Entity\Business\Certification {#5516 …}
    -participants: Doctrine\ORM\PersistentCollection {#5518 …}
    -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
    -areas: Doctrine\ORM\PersistentCollection {#5520 …}
    -testProcedures: Doctrine\ORM\PersistentCollection {#5522 …}
    -comments: Doctrine\ORM\PersistentCollection {#5524 …}
    -auditAnswers: Doctrine\ORM\PersistentCollection {#5526 …}
    -status: 10
    -locality: "location"
    -auditScope: "1 Tag"
    -annotations: null
    -displayPoints: true
    -hubspotDealId: "8685357884"
    -centralAudit: false
  }
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
15 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28850
  -isAccessible: true
  -primaryKeyValue: 585
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#30773 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34435 …}
  -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/585/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
  -fqcn: "App\Entity\Business\Audit"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
  -permission: null
  -entityInstance: App\Entity\Business\Audit {#9740
    -id: 585
    -auditDate: DateTime @1768431600 {#9739
      date: 2026-01-15 00:00:00.0 Europe/Berlin (+01:00)
    }
    -startDate: null
    -endDate: null
    -auditor: Proxies\__CG__\App\Entity\User {#4146 …}
    -secondaryAuditor: null
    -certification: Proxies\__CG__\App\Entity\Business\Certification {#9742 …}
    -participants: Doctrine\ORM\PersistentCollection {#9744 …}
    -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
    -areas: Doctrine\ORM\PersistentCollection {#9746 …}
    -testProcedures: Doctrine\ORM\PersistentCollection {#9748 …}
    -comments: Doctrine\ORM\PersistentCollection {#9750 …}
    -auditAnswers: Doctrine\ORM\PersistentCollection {#9752 …}
    -status: 0
    -locality: "location"
    -auditScope: "Stunden vor Ort"
    -annotations: [
      1 => [
        "leistungen" => ""
        "potential" => ""
      ]
      2 => [
        "leistungen" => ""
        "potential" => ""
      ]
      3 => [
        "leistungen" => ""
        "potential" => ""
      ]
      4 => [
        "leistungen" => ""
        "potential" => ""
      ]
    ]
    -displayPoints: true
    -hubspotDealId: "327952874723"
    -centralAudit: false
  }
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
16 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28833
  -isAccessible: true
  -primaryKeyValue: 519
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#30934 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34475 …}
  -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/519/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
  -fqcn: "App\Entity\Business\Audit"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
  -permission: null
  -entityInstance: App\Entity\Business\Audit {#8771
    -id: 519
    -auditDate: DateTime @1768345200 {#8770
      date: 2026-01-14 00:00:00.0 Europe/Berlin (+01:00)
    }
    -startDate: null
    -endDate: null
    -auditor: Proxies\__CG__\App\Entity\User {#1875 …}
    -secondaryAuditor: null
    -certification: Proxies\__CG__\App\Entity\Business\Certification {#8773 …}
    -participants: Doctrine\ORM\PersistentCollection {#8775 …}
    -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
    -areas: Doctrine\ORM\PersistentCollection {#8777 …}
    -testProcedures: Doctrine\ORM\PersistentCollection {#8779 …}
    -comments: Doctrine\ORM\PersistentCollection {#8781 …}
    -auditAnswers: Doctrine\ORM\PersistentCollection {#8783 …}
    -status: 10
    -locality: "location"
    -auditScope: "1 Personentag"
    -annotations: null
    -displayPoints: true
    -hubspotDealId: null
    -centralAudit: false
  }
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
17 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28902
  -isAccessible: true
  -primaryKeyValue: 554
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#31092 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34515 …}
  -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/554/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
  -fqcn: "App\Entity\Business\Audit"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
  -permission: null
  -entityInstance: App\Entity\Business\Audit {#9325
    -id: 554
    -auditDate: DateTime @1768345200 {#9324
      date: 2026-01-14 00:00:00.0 Europe/Berlin (+01:00)
    }
    -startDate: null
    -endDate: null
    -auditor: Proxies\__CG__\App\Entity\User {#1435 …}
    -secondaryAuditor: null
    -certification: Proxies\__CG__\App\Entity\Business\Certification {#9327 …}
    -participants: Doctrine\ORM\PersistentCollection {#9329 …}
    -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
    -areas: Doctrine\ORM\PersistentCollection {#9331 …}
    -testProcedures: Doctrine\ORM\PersistentCollection {#9333 …}
    -comments: Doctrine\ORM\PersistentCollection {#9335 …}
    -auditAnswers: Doctrine\ORM\PersistentCollection {#9337 …}
    -status: 0
    -locality: "location"
    -auditScope: null
    -annotations: [
      1 => [
        "leistungen" => """
          Das Unternehmensleitbild des Betriebs beschreibt das Selbstverständnis zu Vision, Unternehmenszweck und Werten und charakterisiert so das zentrale Element der Unternehmensidentität, sowie die Basis für einen nachhaltigen Erfolg. Es inspiriert nach außen und motiviert nach innen (1.2)\n
          Im Organigramm ist die Verantwortlichkeit für das Thema Nachhaltigkeit sichtbar enthalten. (1.4)\n
          Der Betrieb hat einen Nachhaltigkeitsbeauftragten ernannt. (1.4)\n
          Das vom Team entwickelte Nachhaltigkeitsprogramm ist SMART definiert und beinhaltet zahlreiche Maßnahmen, welche bei der Weiterentwicklung der Nachhaltigkeitsstrategie unterstützen. (1.5)\n
          Der Betrieb erstellt einen jährlichen Nachhaltigkeitsbericht. (1.8)
          """
        "potential" => "Wir empfehlen den Ausbau der Webseite zur Auslobung der nachhaltigen Aktivitäten des Hotels, sowie dem Herausheben von USPs/Alleinstellungsmerkmalen (z.B. TOP Gästezufriedenheit, Frühstücksservice mit nachhaltigen Produkten, Strom-/Wärmeversorgung mit erneuerbaren Energien, niedriger CO2-Fussabdruck etc). (1.7)"
      ]
      2 => [
        "leistungen" => "Der Betrieb hat einen Energiebeauftragten im Hotel benannt. (2.14)"
        "potential" => """
          Umstellung auf Ökostromtarif, zu 100% aus regenerativen Energiequellen gewonnen, verringert den CO2-Fußabdruck und leistet einen entscheidenden Beitrag zu mehr Klimaschutz. (2.7)\n
          Umstellung auf Ökostromtarif, zu 100% aus regenerativen Energiequellen gewonnen, verringert den CO2-Fußabdruck und leistet einen entscheidenden Beitrag zu mehr Klimaschutz. (2.7)\n
          Wir empfehlen die Erhöhung der Anteile von erneuerbaren Energien. (2.8)\n
          Energie-Check mit Fachberater/Experte (Ermittlung Energiebedarf und -verbrauch, Beschreibung und Analyse von Schwachstellen, Vorschläge zu Sparmaßnahmen). (2.14)
          """
      ]
      3 => [
        "leistungen" => """
          Regelmäßige Wartung der Wasserinstallationen sichert eine hohe Wasser- und Trinkqualität. (3.5)\n
          Der Betrieb setzt nachhaltig zertifizierte Reinigungsmittel ein. (3.7)
          """
        "potential" => "Das Auffangen von Regenwasser bietet sich auf dem Hotelgelände an und kann anschließend für die Bewässerung der umfangreichen Garten- und Grünanlagen verwendet werden. (3.7)"
      ]
      4 => [
        "leistungen" => """
          Das Hotel setzt Trennsysteme im gesamten Hotelbereich ein. (4.3)\n
          Fokus auf Großverpackungen und Mehrwegsysteme beim Einkauf. (4.4)\n
          Ein eigener Komposthaufen befindet sich auf dem Grundstück des Hotels. (4.7)
          """
        "potential" => """
          Wir empfehlen die Vermeidung von Portionsartikeln in allen Bereichen. (4.4)\n
          Zur Vermeidung von Verpackungsmüll kann ein Zero-Waste-Frühstück angeboten werden. (4.6)\n
          Cradle-to-Cradle zertifizierte Produkte können auf der folgenden Seite gefunden wurden: https://c2ccertified.org/  (4.7)
          """
      ]
      5 => [
        "leistungen" => "Im Sinne der Biodiversität hat der Betrieb zahlreiche Maßnahmen umgesetzt, welche aktiv die Flora und Fauna fördern. (5.3)"
        "potential" => """
          Aufstellen eines Hotels für Wildbienen oder Insekten in Verbindung mit einer örtlich passenden Bepflanzung als Nahrungsquellen. (5.3)\n
          Die Einführung eines Angebots für Gäste, sich (finanziell) an Biodiversitätsinitiativen zu beteiligen, z. B. durch Bienenpatenschaften oder Baumpflanzaktionen. (5.3)
          """
      ]
      6 => [
        "leistungen" => ""
        "potential" => """
          Bestand an nachhaltig produzierter Hotelwäsche erhöhen (z.B. Grüner Knopf). (6.4)\n
          Bei verschiedenen Warengruppen prüfen, ob statt der bisherigen von nun an unter nachhaltigen Gesichtspunkten zertifizierte Produkte eingekauft werden können. (6.5)\n
          Den Anteil von Fairtrade-Produkten weiter erhöhen. Zucker, Kakao, Tee, Reis, Bananen, Kaffee und vieles mehr sind auch als Fairtrade-Artikel erhältlich und können bevorzugt eingekauft werden. (6.13)
          """
      ]
      7 => [
        "leistungen" => """
          E-Ladesäulen und ein hoteleigener Parkplatz stehen für E-Fahrzeuge zur Verfügung. (7.9)\n
          Gäste erhalten Informationen über emissionsarme Anreisemöglichkeiten. (7.9)\n
          Das Hotel stellt eine Vielzahl an Informationen für regionale Aktivitäten bereit. (7.14)
          """
        "potential" => """
          Informationen über die regionale Herkunft der Produkte auf den Speise- und Getränkekarten. (7.2)\n
          Erweiterung des Angebots lokaler Produkte zum Kauf durch den Gast. (7.3)
          """
      ]
      8 => [
        "leistungen" => "SOPs werden eingesetzt, um die Kommunikation im Team zu verbessern und die Einschulung neuer Mitarbeiter zu vereinfachen. (8.1)"
        "potential" => "Lieferantenbewertung erstellen: Kriterien für die strategische Lieferantenauswahl: Qualität der Waren, Regionalität, Standortnähe, geringe Fehler- und Ausfallquoten, Liefertermintreue, Angebotstransparenz, Flexibilität, Zuverlässigkeit und Zertifizierungen. (8.3)"
      ]
      9 => [
        "leistungen" => """
          Ein „Code of Conduct“ (Zusammenfassung von Verhaltensregeln im Unternehmen) wurde erarbeitet, der Orientierung für das tägliche Handeln für Mitarbeiter, Führungskräfte und andere Stakeholder bietet. (9.1)\n
          Ein vielfältiges System mit Angeboten für ein betriebliches Gesundheitsmanagement ist im Hotel etabliert. (9.8)
          """
        "potential" => ""
      ]
    ]
    -displayPoints: true
    -hubspotDealId: "302024424634"
    -centralAudit: false
  }
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
18 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28907
  -isAccessible: true
  -primaryKeyValue: 521
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#31250 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34555 …}
  -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/521/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
  -fqcn: "App\Entity\Business\Audit"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
  -permission: null
  -entityInstance: App\Entity\Business\Audit {#8805
    -id: 521
    -auditDate: DateTime @1768258800 {#8802
      date: 2026-01-13 00:00:00.0 Europe/Berlin (+01:00)
    }
    -startDate: DateTime @1768307400 {#8803
      date: 2026-01-13 13:30:00.0 Europe/Berlin (+01:00)
    }
    -endDate: DateTime @1768319100 {#8804
      date: 2026-01-13 16:45:00.0 Europe/Berlin (+01:00)
    }
    -auditor: Proxies\__CG__\App\Entity\User {#1435 …}
    -secondaryAuditor: Proxies\__CG__\App\Entity\User {#1229 …}
    -certification: Proxies\__CG__\App\Entity\Business\Certification {#8807 …}
    -participants: Doctrine\ORM\PersistentCollection {#8809 …}
    -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
    -areas: Doctrine\ORM\PersistentCollection {#8811 …}
    -testProcedures: Doctrine\ORM\PersistentCollection {#8813 …}
    -comments: Doctrine\ORM\PersistentCollection {#8815 …}
    -auditAnswers: Doctrine\ORM\PersistentCollection {#8817 …}
    -status: 10
    -locality: "location"
    -auditScope: "Ein Personentag."
    -annotations: [
      1 => [
        "leistungen" => """
          Ein transparentes, authentisches und gut strukturiertes Unternehmensleitbild zur Kommunikation der Unternehmenskultur und der Maßnahmen zum Thema ESG liegt vor. (1.1)\n
          Das Unternehmensleitbild des Betriebs beschreibt das Selbstverständnis zu Vision, Unternehmenszweck und Werten und charakterisiert so das zentrale Element der Unternehmensidentität, sowie die Basis für einen nachhaltigen Erfolg. Es inspiriert nach außen und motiviert nach innen (1.2)\n
          Der Betrieb hat einen Nachhaltigkeitsbeauftragten ernannt. (1.4)\n
          Der Betrieb erstellt einen jährlichen Nachhaltigkeitsbericht. (1.8)
          """
        "potential" => """
          Das Nachhaltigkeitsprogramm sollte betriebsspezifisch sein und  aktuelle und zukünftige Nachhaltigkeitsmaßnahmen enthalten, mit detaillierten Angaben was genau angestrebt wird, wer dafür verantwortlich ist und mit zeitlicher Terminierung, bis wann die Umsetzung erfolgen soll. (1.5) \n
          Wir empfehlen den Ausbau der Webseite zur Auslobung der nachhaltigen Aktivitäten des Hotels, sowie dem Herausheben von USPs/Alleinstellungsmerkmalen (z.B. TOP Gästezufriedenheit, Frühstücksservice mit nachhaltigen Produkten, Strom-/Wärmeversorgung mit erneuerbaren Energien, niedriger CO2-Fussabdruck etc). (1.7)
          """
      ]
      2 => [
        "leistungen" => """
          Der Betrieb bezieht 100% Öko-Strom aus regenerativen/erneuerbaren Quellen zur Verbesserung der Klimabilanz. (2.7)\n
          Der Betrieb hat einen Energiebeauftragten im Hotel benannt. (2.14)
          """
        "potential" => """
          Wir empfehlen die Erhöhung der Anteile von erneuerbaren Energien. (2.8)\n
          Intelligente Raumsteuerung/Guest Room Management und Raumautomation (z.B. better.energy) senkt die Betriebskosten, reguliert völlig automatisch und personalunabhängig. (2.12)
          """
      ]
      3 => [
        "leistungen" => """
          Regelmäßige Wartung der Wasserinstallationen sichert eine hohe Wasser- und Trinkqualität. (3.5)\n
          Sensibilisierung von Mitarbeitern und Gästen zum Thema Wasserressourcen geschieht in regelmäßigen Meetings, sowie mittels Hinweise zum Handtuchwechsel und Bleiber-Reinigung/ Wunsch-Reinigungszyklus vom Gast, z.B. auch Initiative "Pro Tomorrow"(3.7)
          """
        "potential" => "Das Auffangen von Regenwasser bietet sich auf dem Hotelgelände an und kann anschließend für die Bewässerung der umfangreichen Garten- und Grünanlagen verwendet werden. (3.7)"
      ]
      4 => [
        "leistungen" => """
          Das Hotel setzt Trennsysteme im gesamten Hotelbereich ein. (4.3)\n
          Fokus auf Großverpackungen und Mehrwegsysteme beim Einkauf. (4.4)\n
          In der Administration wird verstärkt auf papierlose Dokumentation gesetzt, dies wird durch eine Software umgesetzt. (4.11)
          """
        "potential" => """
          Wir empfehlen die Vermeidung von Portionsartikeln in allen Bereichen. (4.4)\n
          Zur Vermeidung von Verpackungsmüll kann ein Zero-Waste-Frühstück angeboten werden. (4.6)\n
          Die Unterstützung von Initiativen, bspw. United Against Waste, welche viele Materialien zur Sensibilisierung der Mitarbeitenden zur Verfügung stellen. (4.8)\n
          Cradle-to-Cradle zertifizierte Produkte können auf der folgenden Seite gefunden wurden: https://c2ccertified.org/  (4.7)
          """
      ]
      5 => [
        "leistungen" => "Im Sinne der Biodiversität hat der Betrieb zahlreiche Maßnahmen umgesetzt, welche aktiv die Flora und Fauna fördern. (5.3)"
        "potential" => """
          Aufstellen eines Hotels für Wildbienen oder Insekten in Verbindung mit einer örtlich passenden Bepflanzung als Nahrungsquellen. (5.3)\n
          Die Einführung eines Angebots für Gäste, sich (finanziell) an Biodiversitätsinitiativen zu beteiligen, z. B. durch Bienenpatenschaften oder Baumpflanzaktionen. (5.3)\n
          (Finanzielle) Unterstützung von geschützten Gebieten oder Naturschutzprojekten. (5.3)
          """
      ]
      6 => [
        "leistungen" => "Nachhaltig produzierte Berufskleidung wird eingesetzt.(6.4)\n"
        "potential" => """
          Bestand an nachhaltig produzierter Hotelwäsche erhöhen (z.B. Grüner Knopf). (6.4)\n
          Bei verschiedenen Warengruppen prüfen, ob statt der bisherigen von nun an unter nachhaltigen Gesichtspunkten zertifizierte Produkte eingekauft werden können. (6.5)\n
          Den Anteil von Fairtrade-Produkten weiter erhöhen. Zucker, Kakao, Tee, Reis, Bananen, Kaffee und vieles mehr sind auch als Fairtrade-Artikel erhältlich und können bevorzugt eingekauft werden. (6.13)
          """
      ]
      7 => [
        "leistungen" => """
          E-Ladesäulen und ein hoteleigener Parkplatz stehen für E-Fahrzeuge zur Verfügung. (7.9)\n
          Das Hotel stellt eine Vielzahl an Informationen für regionale Aktivitäten bereit. (7.14)\n
          Der Betrieb bietet seinen Gästen die Möglichkeit der Fahrradanmietung zur Unterstützung nachhaltiger Mobilität. (7.8)
          """
        "potential" => """
          Informationen über die regionale Herkunft der Produkte auf den Speise- und Getränkekarten. (7.2)\n
          Erweiterung des Angebots lokaler Produkte zum Kauf durch den Gast. (7.3)
          """
      ]
      8 => [
        "leistungen" => """
          SOPs werden eingesetzt, um die Kommunikation im Team zu verbessern und die Einschulung neuer Mitarbeiter zu vereinfachen. (8.1)\n
          Das Hotel hat ein dokumentiertes Qualitätsmanagement entwickelt. (8.1)\n
          Der Betrieb führt eine Mitarbeiterumfrage durch. (8.11)
          """
        "potential" => "Lieferantenbewertung erstellen: Kriterien für die strategische Lieferantenauswahl: Qualität der Waren, Regionalität, Standortnähe, geringe Fehler- und Ausfallquoten, Liefertermintreue, Angebotstransparenz, Flexibilität, Zuverlässigkeit und Zertifizierungen. (8.3)"
      ]
      9 => [
        "leistungen" => """
          Ein „Code of Conduct“ (Zusammenfassung von Verhaltensregeln im Unternehmen) wurde erarbeitet, der Orientierung für das tägliche Handeln für Mitarbeiter, Führungskräfte und andere Stakeholder bietet. (9.1)\n
          Ein vielfältiges System mit Angeboten für ein betriebliches Gesundheitsmanagement ist im Hotel etabliert. (9.8)
          """
        "potential" => "Aktiv lokale Initiativen oder Projekte im Sinne einer nachhaltigen Entwicklung bzw. zur Förderung der lokalen Gemeinschaft und des kulturellen Erbes "hands-on" zu unterstützen. (9.2)"
      ]
      10 => [
        "leistungen" => "Der Betrieb führt ein Risikomanagementsystem zur systematischen Erkennung, Analyse, Bewertung, Minimierung und Kontrolle von Risiken entlang der Wertschöpfungskette. (10.5)"
        "potential" => ""
      ]
    ]
    -displayPoints: true
    -hubspotDealId: "252590997709"
    -centralAudit: false
  }
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
19 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28926
  -isAccessible: true
  -primaryKeyValue: 485
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#31408 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34595 …}
  -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/485/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
  -fqcn: "App\Entity\Business\Audit"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
  -permission: null
  -entityInstance: App\Entity\Business\Audit {#8572
    -id: 485
    -auditDate: DateTime @1768258800 {#8571
      date: 2026-01-13 00:00:00.0 Europe/Berlin (+01:00)
    }
    -startDate: null
    -endDate: null
    -auditor: Proxies\__CG__\App\Entity\User {#4146 …}
    -secondaryAuditor: null
    -certification: Proxies\__CG__\App\Entity\Business\Certification {#8574 …}
    -participants: Doctrine\ORM\PersistentCollection {#8576 …}
    -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
    -areas: Doctrine\ORM\PersistentCollection {#8578 …}
    -testProcedures: Doctrine\ORM\PersistentCollection {#8580 …}
    -comments: Doctrine\ORM\PersistentCollection {#8582 …}
    -auditAnswers: Doctrine\ORM\PersistentCollection {#8584 …}
    -status: 20
    -locality: "location"
    -auditScope: "Stunden vor Ort"
    -annotations: [
      1 => [
        "leistungen" => ""
        "potential" => ""
      ]
      3 => [
        "leistungen" => ""
        "potential" => ""
      ]
      9 => [
        "leistungen" => ""
        "potential" => ""
      ]
      10 => [
        "leistungen" => ""
        "potential" => ""
      ]
      5 => [
        "leistungen" => ""
        "potential" => ""
      ]
      7 => [
        "leistungen" => ""
        "potential" => ""
      ]
      8 => [
        "leistungen" => ""
        "potential" => ""
      ]
      2 => [
        "leistungen" => ""
        "potential" => ""
      ]
    ]
    -displayPoints: true
    -hubspotDealId: "11220589209"
    -centralAudit: false
  }
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
20 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28869
  -isAccessible: true
  -primaryKeyValue: 492
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#31566 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34635 …}
  -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/492/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
  -fqcn: "App\Entity\Business\Audit"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
  -permission: null
  -entityInstance: App\Entity\Business\Audit {#8682
    -id: 492
    -auditDate: DateTime @1768172400 {#8679
      date: 2026-01-12 00:00:00.0 Europe/Berlin (+01:00)
    }
    -startDate: DateTime @1768208400 {#8680
      date: 2026-01-12 10:00:00.0 Europe/Berlin (+01:00)
    }
    -endDate: DateTime @1768223400 {#8681
      date: 2026-01-12 14:10:00.0 Europe/Berlin (+01:00)
    }
    -auditor: Proxies\__CG__\App\Entity\User {#4146 …}
    -secondaryAuditor: null
    -certification: Proxies\__CG__\App\Entity\Business\Certification {#8684 …}
    -participants: Doctrine\ORM\PersistentCollection {#8686 …}
    -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
    -areas: Doctrine\ORM\PersistentCollection {#8688 …}
    -testProcedures: Doctrine\ORM\PersistentCollection {#8690 …}
    -comments: Doctrine\ORM\PersistentCollection {#8692 …}
    -auditAnswers: Doctrine\ORM\PersistentCollection {#8694 …}
    -status: 20
    -locality: "location"
    -auditScope: "4 Stunden vor Ort"
    -annotations: [
      1 => [
        "leistungen" => ""
        "potential" => ""
      ]
      3 => [
        "leistungen" => ""
        "potential" => ""
      ]
      4 => [
        "leistungen" => ""
        "potential" => ""
      ]
      9 => [
        "leistungen" => ""
        "potential" => ""
      ]
      10 => [
        "leistungen" => ""
        "potential" => ""
      ]
      5 => [
        "leistungen" => ""
        "potential" => ""
      ]
      7 => [
        "leistungen" => ""
        "potential" => ""
      ]
      8 => [
        "leistungen" => ""
        "potential" => ""
      ]
      2 => [
        "leistungen" => ""
        "potential" => ""
      ]
    ]
    -displayPoints: true
    -hubspotDealId: "11344668722"
    -centralAudit: false
  }
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
21 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28898
  -isAccessible: true
  -primaryKeyValue: 491
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#31724 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34675 …}
  -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/491/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
  -fqcn: "App\Entity\Business\Audit"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
  -permission: null
  -entityInstance: App\Entity\Business\Audit {#8665
    -id: 491
    -auditDate: DateTime @1767826800 {#8662
      date: 2026-01-08 00:00:00.0 Europe/Berlin (+01:00)
    }
    -startDate: DateTime @1767855540 {#8663
      date: 2026-01-08 07:59:00.0 Europe/Berlin (+01:00)
    }
    -endDate: DateTime @1767870600 {#8664
      date: 2026-01-08 12:10:00.0 Europe/Berlin (+01:00)
    }
    -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
    -secondaryAuditor: null
    -certification: Proxies\__CG__\App\Entity\Business\Certification {#8667 …}
    -participants: Doctrine\ORM\PersistentCollection {#8669 …}
    -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
    -areas: Doctrine\ORM\PersistentCollection {#8671 …}
    -testProcedures: Doctrine\ORM\PersistentCollection {#8673 …}
    -comments: Doctrine\ORM\PersistentCollection {#8675 …}
    -auditAnswers: Doctrine\ORM\PersistentCollection {#8677 …}
    -status: 20
    -locality: "location"
    -auditScope: "Ein Personentag."
    -annotations: null
    -displayPoints: true
    -hubspotDealId: "11727834731"
    -centralAudit: false
  }
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
22 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28941
  -isAccessible: true
  -primaryKeyValue: 598
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#31882 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34716 …}
  -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/598/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
  -fqcn: "App\Entity\Business\Audit"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
  -permission: null
  -entityInstance: App\Entity\Business\Audit {#9897
    -id: 598
    -auditDate: DateTime @1767654000 {#9894
      date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
    }
    -startDate: DateTime @1767692880 {#9895
      date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
    }
    -endDate: DateTime @1767700800 {#9896
      date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
    }
    -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
    -secondaryAuditor: null
    -certification: Proxies\__CG__\App\Entity\Business\Certification {#9899 …}
    -participants: Doctrine\ORM\PersistentCollection {#9901 …}
    -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
    -areas: Doctrine\ORM\PersistentCollection {#9903 …}
    -testProcedures: Doctrine\ORM\PersistentCollection {#9905 …}
    -comments: Doctrine\ORM\PersistentCollection {#9907 …}
    -auditAnswers: Doctrine\ORM\PersistentCollection {#9909 …}
    -status: 100
    -locality: "location"
    -auditScope: "Ein Personentag."
    -annotations: null
    -displayPoints: true
    -hubspotDealId: "396708247782"
    -centralAudit: true
  }
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
23 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28947
  -isAccessible: true
  -primaryKeyValue: 683
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#32040 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34757 …}
  -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/683/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
  -fqcn: "App\Entity\Business\Audit"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
  -permission: null
  -entityInstance: App\Entity\Business\Audit {#11037
    -id: 683
    -auditDate: DateTime @1767654000 {#11034
      date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
    }
    -startDate: DateTime @1767692880 {#11035
      date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
    }
    -endDate: DateTime @1767700800 {#11036
      date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
    }
    -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
    -secondaryAuditor: null
    -certification: Proxies\__CG__\App\Entity\Business\Certification {#11039 …}
    -participants: Doctrine\ORM\PersistentCollection {#11041 …}
    -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
    -areas: Doctrine\ORM\PersistentCollection {#11043 …}
    -testProcedures: Doctrine\ORM\PersistentCollection {#11045 …}
    -comments: Doctrine\ORM\PersistentCollection {#11047 …}
    -auditAnswers: Doctrine\ORM\PersistentCollection {#11049 …}
    -status: 100
    -locality: "location"
    -auditScope: "Ein Personentag."
    -annotations: null
    -displayPoints: true
    -hubspotDealId: "396708247782"
    -centralAudit: true
  }
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
24 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28953
  -isAccessible: true
  -primaryKeyValue: 684
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#32198 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34798 …}
  -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/684/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
  -fqcn: "App\Entity\Business\Audit"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
  -permission: null
  -entityInstance: App\Entity\Business\Audit {#11054
    -id: 684
    -auditDate: DateTime @1767654000 {#11051
      date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
    }
    -startDate: DateTime @1767692880 {#11052
      date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
    }
    -endDate: DateTime @1767700800 {#11053
      date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
    }
    -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
    -secondaryAuditor: null
    -certification: Proxies\__CG__\App\Entity\Business\Certification {#11056 …}
    -participants: Doctrine\ORM\PersistentCollection {#11058 …}
    -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
    -areas: Doctrine\ORM\PersistentCollection {#11060 …}
    -testProcedures: Doctrine\ORM\PersistentCollection {#11062 …}
    -comments: Doctrine\ORM\PersistentCollection {#11064 …}
    -auditAnswers: Doctrine\ORM\PersistentCollection {#11066 …}
    -status: 100
    -locality: "location"
    -auditScope: "Ein Personentag."
    -annotations: null
    -displayPoints: true
    -hubspotDealId: "396708247782"
    -centralAudit: true
  }
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
25 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28959
  -isAccessible: true
  -primaryKeyValue: 685
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#32356 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34839 …}
  -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/685/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
  -fqcn: "App\Entity\Business\Audit"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
  -permission: null
  -entityInstance: App\Entity\Business\Audit {#11071
    -id: 685
    -auditDate: DateTime @1767654000 {#11068
      date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
    }
    -startDate: DateTime @1767692880 {#11069
      date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
    }
    -endDate: DateTime @1767700800 {#11070
      date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
    }
    -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
    -secondaryAuditor: null
    -certification: Proxies\__CG__\App\Entity\Business\Certification {#11073 …}
    -participants: Doctrine\ORM\PersistentCollection {#11075 …}
    -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
    -areas: Doctrine\ORM\PersistentCollection {#11077 …}
    -testProcedures: Doctrine\ORM\PersistentCollection {#11079 …}
    -comments: Doctrine\ORM\PersistentCollection {#11081 …}
    -auditAnswers: Doctrine\ORM\PersistentCollection {#11083 …}
    -status: 100
    -locality: "location"
    -auditScope: "Ein Personentag."
    -annotations: null
    -displayPoints: true
    -hubspotDealId: "396708247782"
    -centralAudit: true
  }
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
26 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28965
  -isAccessible: true
  -primaryKeyValue: 686
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#32514 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34880 …}
  -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/686/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
  -fqcn: "App\Entity\Business\Audit"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
  -permission: null
  -entityInstance: App\Entity\Business\Audit {#11088
    -id: 686
    -auditDate: DateTime @1767654000 {#11085
      date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
    }
    -startDate: DateTime @1767692880 {#11086
      date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
    }
    -endDate: DateTime @1767700800 {#11087
      date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
    }
    -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
    -secondaryAuditor: null
    -certification: Proxies\__CG__\App\Entity\Business\Certification {#11090 …}
    -participants: Doctrine\ORM\PersistentCollection {#11092 …}
    -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
    -areas: Doctrine\ORM\PersistentCollection {#11094 …}
    -testProcedures: Doctrine\ORM\PersistentCollection {#11096 …}
    -comments: Doctrine\ORM\PersistentCollection {#11098 …}
    -auditAnswers: Doctrine\ORM\PersistentCollection {#11100 …}
    -status: 100
    -locality: "location"
    -auditScope: "Ein Personentag."
    -annotations: null
    -displayPoints: true
    -hubspotDealId: "396708247782"
    -centralAudit: true
  }
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
27 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28971
  -isAccessible: true
  -primaryKeyValue: 687
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#32672 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34921 …}
  -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/687/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
  -fqcn: "App\Entity\Business\Audit"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
  -permission: null
  -entityInstance: App\Entity\Business\Audit {#11105
    -id: 687
    -auditDate: DateTime @1767654000 {#11102
      date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
    }
    -startDate: DateTime @1767692880 {#11103
      date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
    }
    -endDate: DateTime @1767700800 {#11104
      date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
    }
    -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
    -secondaryAuditor: null
    -certification: Proxies\__CG__\App\Entity\Business\Certification {#11107 …}
    -participants: Doctrine\ORM\PersistentCollection {#11109 …}
    -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
    -areas: Doctrine\ORM\PersistentCollection {#11111 …}
    -testProcedures: Doctrine\ORM\PersistentCollection {#11113 …}
    -comments: Doctrine\ORM\PersistentCollection {#11115 …}
    -auditAnswers: Doctrine\ORM\PersistentCollection {#11117 …}
    -status: 100
    -locality: "location"
    -auditScope: "Ein Personentag."
    -annotations: null
    -displayPoints: true
    -hubspotDealId: "396708247782"
    -centralAudit: true
  }
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
28 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28977
  -isAccessible: true
  -primaryKeyValue: 688
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#32830 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34962 …}
  -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/688/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
  -fqcn: "App\Entity\Business\Audit"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
  -permission: null
  -entityInstance: App\Entity\Business\Audit {#11122
    -id: 688
    -auditDate: DateTime @1767654000 {#11119
      date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
    }
    -startDate: DateTime @1767692880 {#11120
      date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
    }
    -endDate: DateTime @1767700800 {#11121
      date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
    }
    -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
    -secondaryAuditor: null
    -certification: Proxies\__CG__\App\Entity\Business\Certification {#11124 …}
    -participants: Doctrine\ORM\PersistentCollection {#11126 …}
    -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
    -areas: Doctrine\ORM\PersistentCollection {#11128 …}
    -testProcedures: Doctrine\ORM\PersistentCollection {#11130 …}
    -comments: Doctrine\ORM\PersistentCollection {#11132 …}
    -auditAnswers: Doctrine\ORM\PersistentCollection {#11134 …}
    -status: 100
    -locality: "location"
    -auditScope: "Ein Personentag."
    -annotations: null
    -displayPoints: true
    -hubspotDealId: "396708247782"
    -centralAudit: true
  }
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
29 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28983
  -isAccessible: true
  -primaryKeyValue: 689
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#32988 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#35003 …}
  -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/689/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
  -fqcn: "App\Entity\Business\Audit"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
  -permission: null
  -entityInstance: App\Entity\Business\Audit {#11139
    -id: 689
    -auditDate: DateTime @1767654000 {#11136
      date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
    }
    -startDate: DateTime @1767692880 {#11137
      date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
    }
    -endDate: DateTime @1767700800 {#11138
      date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
    }
    -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
    -secondaryAuditor: null
    -certification: Proxies\__CG__\App\Entity\Business\Certification {#11141 …}
    -participants: Doctrine\ORM\PersistentCollection {#11143 …}
    -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
    -areas: Doctrine\ORM\PersistentCollection {#11145 …}
    -testProcedures: Doctrine\ORM\PersistentCollection {#11147 …}
    -comments: Doctrine\ORM\PersistentCollection {#11149 …}
    -auditAnswers: Doctrine\ORM\PersistentCollection {#11151 …}
    -status: 100
    -locality: "location"
    -auditScope: "Ein Personentag."
    -annotations: null
    -displayPoints: true
    -hubspotDealId: "396708247782"
    -centralAudit: true
  }
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
30 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28989
  -isAccessible: true
  -primaryKeyValue: 690
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#33146 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#35044 …}
  -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/690/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
  -fqcn: "App\Entity\Business\Audit"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
  -permission: null
  -entityInstance: App\Entity\Business\Audit {#11156
    -id: 690
    -auditDate: DateTime @1767654000 {#11153
      date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
    }
    -startDate: DateTime @1767692880 {#11154
      date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
    }
    -endDate: DateTime @1767700800 {#11155
      date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
    }
    -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
    -secondaryAuditor: null
    -certification: Proxies\__CG__\App\Entity\Business\Certification {#11158 …}
    -participants: Doctrine\ORM\PersistentCollection {#11160 …}
    -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
    -areas: Doctrine\ORM\PersistentCollection {#11162 …}
    -testProcedures: Doctrine\ORM\PersistentCollection {#11164 …}
    -comments: Doctrine\ORM\PersistentCollection {#11166 …}
    -auditAnswers: Doctrine\ORM\PersistentCollection {#11168 …}
    -status: 100
    -locality: "location"
    -auditScope: "Ein Personentag."
    -annotations: null
    -displayPoints: true
    -hubspotDealId: "396708247782"
    -centralAudit: true
  }
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
31 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28995
  -isAccessible: true
  -primaryKeyValue: 698
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#33304 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#35085 …}
  -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/698/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
  -fqcn: "App\Entity\Business\Audit"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
  -permission: null
  -entityInstance: App\Entity\Business\Audit {#11292
    -id: 698
    -auditDate: DateTime @1767654000 {#11289
      date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
    }
    -startDate: DateTime @1767692880 {#11290
      date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
    }
    -endDate: DateTime @1767700800 {#11291
      date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
    }
    -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
    -secondaryAuditor: null
    -certification: Proxies\__CG__\App\Entity\Business\Certification {#11294 …}
    -participants: Doctrine\ORM\PersistentCollection {#11296 …}
    -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
    -areas: Doctrine\ORM\PersistentCollection {#11298 …}
    -testProcedures: Doctrine\ORM\PersistentCollection {#11300 …}
    -comments: Doctrine\ORM\PersistentCollection {#11302 …}
    -auditAnswers: Doctrine\ORM\PersistentCollection {#11304 …}
    -status: 100
    -locality: "location"
    -auditScope: "Ein Personentag."
    -annotations: null
    -displayPoints: true
    -hubspotDealId: "396708247782"
    -centralAudit: true
  }
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
32 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#29001
  -isAccessible: true
  -primaryKeyValue: 699
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#33462 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#35126 …}
  -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/699/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
  -fqcn: "App\Entity\Business\Audit"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
  -permission: null
  -entityInstance: App\Entity\Business\Audit {#11309
    -id: 699
    -auditDate: DateTime @1767654000 {#11306
      date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
    }
    -startDate: DateTime @1767692880 {#11307
      date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
    }
    -endDate: DateTime @1767700800 {#11308
      date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
    }
    -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
    -secondaryAuditor: null
    -certification: Proxies\__CG__\App\Entity\Business\Certification {#11311 …}
    -participants: Doctrine\ORM\PersistentCollection {#11313 …}
    -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
    -areas: Doctrine\ORM\PersistentCollection {#11315 …}
    -testProcedures: Doctrine\ORM\PersistentCollection {#11317 …}
    -comments: Doctrine\ORM\PersistentCollection {#11319 …}
    -auditAnswers: Doctrine\ORM\PersistentCollection {#11321 …}
    -status: 100
    -locality: "location"
    -auditScope: "Ein Personentag."
    -annotations: null
    -displayPoints: true
    -hubspotDealId: "396708247782"
    -centralAudit: true
  }
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
33 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#29007
  -isAccessible: true
  -primaryKeyValue: 700
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#33620 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#35167 …}
  -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/700/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
  -fqcn: "App\Entity\Business\Audit"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
  -permission: null
  -entityInstance: App\Entity\Business\Audit {#11326
    -id: 700
    -auditDate: DateTime @1767654000 {#11323
      date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
    }
    -startDate: DateTime @1767692880 {#11324
      date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
    }
    -endDate: DateTime @1767700800 {#11325
      date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
    }
    -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
    -secondaryAuditor: null
    -certification: Proxies\__CG__\App\Entity\Business\Certification {#11328 …}
    -participants: Doctrine\ORM\PersistentCollection {#11330 …}
    -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
    -areas: Doctrine\ORM\PersistentCollection {#11332 …}
    -testProcedures: Doctrine\ORM\PersistentCollection {#11334 …}
    -comments: Doctrine\ORM\PersistentCollection {#11336 …}
    -auditAnswers: Doctrine\ORM\PersistentCollection {#11338 …}
    -status: 100
    -locality: "location"
    -auditScope: "Ein Personentag."
    -annotations: null
    -displayPoints: true
    -hubspotDealId: "396708247782"
    -centralAudit: true
  }
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
34 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#29013
  -isAccessible: true
  -primaryKeyValue: 701
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#33778 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#35208 …}
  -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/701/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
  -fqcn: "App\Entity\Business\Audit"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
  -permission: null
  -entityInstance: App\Entity\Business\Audit {#11343
    -id: 701
    -auditDate: DateTime @1767654000 {#11340
      date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
    }
    -startDate: DateTime @1767692880 {#11341
      date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
    }
    -endDate: DateTime @1767700800 {#11342
      date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
    }
    -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
    -secondaryAuditor: null
    -certification: Proxies\__CG__\App\Entity\Business\Certification {#11345 …}
    -participants: Doctrine\ORM\PersistentCollection {#11347 …}
    -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
    -areas: Doctrine\ORM\PersistentCollection {#11349 …}
    -testProcedures: Doctrine\ORM\PersistentCollection {#11351 …}
    -comments: Doctrine\ORM\PersistentCollection {#11353 …}
    -auditAnswers: Doctrine\ORM\PersistentCollection {#11355 …}
    -status: 100
    -locality: "location"
    -auditScope: "Ein Personentag."
    -annotations: null
    -displayPoints: true
    -hubspotDealId: "396708247782"
    -centralAudit: true
  }
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
35 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#29019
  -isAccessible: true
  -primaryKeyValue: 702
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#33936 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#35249 …}
  -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/702/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
  -fqcn: "App\Entity\Business\Audit"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
  -permission: null
  -entityInstance: App\Entity\Business\Audit {#11360
    -id: 702
    -auditDate: DateTime @1767654000 {#11357
      date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
    }
    -startDate: DateTime @1767692880 {#11358
      date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
    }
    -endDate: DateTime @1767700800 {#11359
      date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
    }
    -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
    -secondaryAuditor: null
    -certification: Proxies\__CG__\App\Entity\Business\Certification {#11362 …}
    -participants: Doctrine\ORM\PersistentCollection {#11364 …}
    -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
    -areas: Doctrine\ORM\PersistentCollection {#11366 …}
    -testProcedures: Doctrine\ORM\PersistentCollection {#11368 …}
    -comments: Doctrine\ORM\PersistentCollection {#11370 …}
    -auditAnswers: Doctrine\ORM\PersistentCollection {#11372 …}
    -status: 100
    -locality: "location"
    -auditScope: "Ein Personentag."
    -annotations: null
    -displayPoints: true
    -hubspotDealId: "396708247782"
    -centralAudit: true
  }
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
36 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#29023
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "id"
  -propertyNameSuffix: null
  -value: 741
  -formattedValue: "741"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#29370 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#28884 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-id"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/id"
  -templatePath: "@EasyAdmin/crud/field/id.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29025 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29014 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29366 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#29022 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29002 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
37 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#29043
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "certification.group.name"
  -propertyNameSuffix: null
  -value: "EICK.IT Hotels"
  -formattedValue: "EICK.IT Hotels"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#29427 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29046 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29045 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29047 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29442 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#29044 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29049 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
38 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#29050
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "certification.business.name"
  -propertyNameSuffix: null
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#29048 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29053 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29052 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29054 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29411 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#29051 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29056 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
39 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#29057
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IntegerField"
  -propertyName: "certification.business.greensignId"
  -propertyNameSuffix: null
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#29408 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\IntegerType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29060 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-integer"
  -columns: null
  -defaultColumns: "col-md-4 col-xxl-3"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29059 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29061 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29406 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#29058 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29063 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
40 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#29064
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "certification.questionaire.title"
  -propertyNameSuffix: null
  -value: "GreenSign Hotel"
  -formattedValue: "GreenSign Hotel"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#29055 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29067 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29066 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29068 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29425 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#29065 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29070 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
41 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#29085
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\AssociationField"
  -propertyName: "auditor"
  -propertyNameSuffix: null
  -value: Proxies\__CG__\App\Entity\User {#2794 …}
  -formattedValue: Twig\Markup {#29483 …}
  -formatValueCallable: Closure($value, $entity) {#28063 …}
  -label: Symfony\Component\Translation\TranslatableMessage {#29069 …}
  -formType: "Symfony\Bridge\Doctrine\Form\Type\EntityType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29088 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-association"
  -columns: null
  -defaultColumns: "col-md-7 col-xxl-6"
  -translationParameters: []
  -templateName: "crud/field/association"
  -templatePath: "@EasyAdmin/crud/field/association.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29087 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29089 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29395 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#29086 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29091 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
42 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#29452
  -isAccessible: true
  -primaryKeyValue: 6
  -fields: null
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#29451 …}
  -defaultActionUrl: null
  -fqcn: "App\Entity\User"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#818 …}
  -permission: null
  -entityInstance: Proxies\__CG__\App\Entity\User {#2794 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
43 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#29489
  -isAccessible: true
  -primaryKeyValue: null
  -fields: null
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#29495 …}
  -defaultActionUrl: null
  -fqcn: "App\Entity\User"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#818 …}
  -permission: null
  -entityInstance: null
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
44 GRANTED EA_EXECUTE_ACTION
[
  "crud" => EasyCorp\Bundle\EasyAdminBundle\Dto\CrudDto {#29485
    -controllerFqcn: "App\Controller\Admin\UserCrudController"
    -fieldAssetsDto: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29486 …}
    -pageName: "detail"
    -actionName: "detail"
    -actionConfigDto: EasyCorp\Bundle\EasyAdminBundle\Dto\ActionConfigDto {#29509 …}
    -filters: EasyCorp\Bundle\EasyAdminBundle\Dto\FilterConfigDto {#29471 …}
    -entityFqcn: "App\Entity\User"
    -entityLabelInSingular: Symfony\Component\Translation\TranslatableMessage {#29492 …}
    -entityLabelInPlural: Symfony\Component\Translation\TranslatableMessage {#29498 …}
    -defaultPageTitles: [
      "detail" => "page_title.detail"
      "edit" => "page_title.edit"
      "index" => "page_title.index"
      "new" => "page_title.new"
    ]
    -customPageTitles: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -helpMessages: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -datePattern: "medium"
    -timePattern: "medium"
    -dateTimePattern: [
      "medium"
      "medium"
    ]
    -dateIntervalFormat: "%%y Year(s) %%m Month(s) %%d Day(s)"
    -timezone: "Europe/Berlin"
    -numberFormat: null
    -thousandsSeparator: null
    -decimalSeparator: null
    -defaultSort: [
      "id" => "DESC"
    ]
    -searchFields: []
    -searchMode: "all_terms"
    -autofocusSearch: false
    -showEntityActionsAsDropdown: false
    -paginatorDto: EasyCorp\Bundle\EasyAdminBundle\Dto\PaginatorDto {#29490 …}
    -overriddenTemplates: []
    -formThemes: [
      "@EasyAdmin/crud/form_theme.html.twig"
    ]
    -newFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29487 …}
    -editFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29488 …}
    -entityPermission: null
    -contentWidth: "full"
    -sidebarWidth: null
    -hideNullValues: false
    -askConfirmationOnBatchActions: true
    -defaultRowAction: [
      "edit"
      "detail"
    ]
    -defaultRowActionTrigger: "single"
    -autocompleteCallback: null
    -autocompleteTemplate: null
    -autocompleteRenderAsHtml: false
  }
  "action" => "detail"
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#29452
    -isAccessible: true
    -primaryKeyValue: 6
    -fields: null
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#29451 …}
    -defaultActionUrl: null
    -fqcn: "App\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#818 …}
    -permission: null
    -entityInstance: Proxies\__CG__\App\Entity\User {#2794 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
45 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#29099
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ChoiceField"
  -propertyName: "status"
  -propertyNameSuffix: null
  -value: 100
  -formattedValue: EasyCorp\Bundle\EasyAdminBundle\Translation\TranslatableChoiceMessageCollection {#29457 …}
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#29470 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\ChoiceType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29102 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-select"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29101 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29103 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29473 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#29100 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29105 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
46 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#29106
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\NumberField"
  -propertyName: "certification.greenSignConformity"
  -propertyNameSuffix: null
  -value: 1.22
  -formattedValue: Twig\Markup {#29480 …}
  -formatValueCallable: Closure($value, $entity) {#28039 …}
  -label: Symfony\Component\Translation\TranslatableMessage {#29482 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\NumberType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29109 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-number"
  -columns: null
  -defaultColumns: "col-md-4 col-xxl-3"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29108 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29110 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29460 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#29107 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29112 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
47 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#29148
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\AssociationField"
  -propertyName: "type"
  -propertyNameSuffix: null
  -value: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
  -formattedValue: "Erst-Zertifizierungsaudit"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#29501 …}
  -formType: "Symfony\Bridge\Doctrine\Form\Type\EntityType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29151 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-association"
  -columns: null
  -defaultColumns: "col-md-7 col-xxl-6"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29150 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29152 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29462 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#29149 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29154 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
48 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#29153
  -isAccessible: true
  -primaryKeyValue: 1
  -fields: null
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#27822 …}
  -defaultActionUrl: null
  -fqcn: "App\Entity\Audit\AuditType"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1186 …}
  -permission: null
  -entityInstance: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
49 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#29583
  -isAccessible: true
  -primaryKeyValue: null
  -fields: null
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#29588 …}
  -defaultActionUrl: null
  -fqcn: "App\Entity\Audit\AuditType"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1186 …}
  -permission: null
  -entityInstance: null
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
50 GRANTED EA_EXECUTE_ACTION
[
  "crud" => EasyCorp\Bundle\EasyAdminBundle\Dto\CrudDto {#29579
    -controllerFqcn: "App\Controller\Admin\Audit\AuditTypeCrudController"
    -fieldAssetsDto: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29580 …}
    -pageName: "detail"
    -actionName: "detail"
    -actionConfigDto: EasyCorp\Bundle\EasyAdminBundle\Dto\ActionConfigDto {#29603 …}
    -filters: EasyCorp\Bundle\EasyAdminBundle\Dto\FilterConfigDto {#29565 …}
    -entityFqcn: "App\Entity\Audit\AuditType"
    -entityLabelInSingular: Symfony\Component\Translation\TranslatableMessage {#29589 …}
    -entityLabelInPlural: Symfony\Component\Translation\TranslatableMessage {#29592 …}
    -defaultPageTitles: [
      "detail" => "page_title.detail"
      "edit" => "page_title.edit"
      "index" => "page_title.index"
      "new" => "page_title.new"
    ]
    -customPageTitles: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -helpMessages: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -datePattern: "medium"
    -timePattern: "medium"
    -dateTimePattern: [
      "medium"
      "medium"
    ]
    -dateIntervalFormat: "%%y Year(s) %%m Month(s) %%d Day(s)"
    -timezone: "Europe/Berlin"
    -numberFormat: null
    -thousandsSeparator: null
    -decimalSeparator: null
    -defaultSort: [
      "sorting" => "ASC"
    ]
    -searchFields: []
    -searchMode: "all_terms"
    -autofocusSearch: false
    -showEntityActionsAsDropdown: false
    -paginatorDto: EasyCorp\Bundle\EasyAdminBundle\Dto\PaginatorDto {#29584 …}
    -overriddenTemplates: [
      "crud/edit" => "admin/translate/form.html.twig"
    ]
    -formThemes: [
      "admin/form/form_override.html.twig"
    ]
    -newFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29581 …}
    -editFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29582 …}
    -entityPermission: null
    -contentWidth: "full"
    -sidebarWidth: null
    -hideNullValues: false
    -askConfirmationOnBatchActions: true
    -defaultRowAction: [
      "edit"
      "detail"
    ]
    -defaultRowActionTrigger: "single"
    -autocompleteCallback: null
    -autocompleteTemplate: null
    -autocompleteRenderAsHtml: false
  }
  "action" => "detail"
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#29153
    -isAccessible: true
    -primaryKeyValue: 1
    -fields: null
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#27822 …}
    -defaultActionUrl: null
    -fqcn: "App\Entity\Audit\AuditType"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1186 …}
    -permission: null
    -entityInstance: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
51 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#29292
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateTimeField"
  -propertyName: "auditDate"
  -propertyNameSuffix: null
  -value: DateTime @1787176800 {#11453
    date: 2026-08-20 00:00:00.0 Europe/Berlin (+02:00)
  }
  -formattedValue: Twig\Markup {#29536 …}
  -formatValueCallable: Closure($value, $entity) {#28250 …}
  -label: Symfony\Component\Translation\TranslatableMessage {#29586 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateTimeType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29295 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-datetime"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/datetime"
  -templatePath: "@EasyAdmin/crud/field/datetime.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29294 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29296 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29568 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#29293 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29298 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
52 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#29361
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "id"
  -propertyNameSuffix: null
  -value: 742
  -formattedValue: "742"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#29677 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29359 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-id"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/id"
  -templatePath: "@EasyAdmin/crud/field/id.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29360 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29357 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29680 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#29356 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29362 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
53 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#29337
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "certification.group.name"
  -propertyNameSuffix: null
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#29358 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29328 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29333 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29332 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29683 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#29327 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29329 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
54 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#29330
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "certification.business.name"
  -propertyNameSuffix: null
  -value: "Eick's Schlafstübchen"
  -formattedValue: "Eick's Schlafstübchen"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#29682 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29321 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29326 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29325 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29687 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#29320 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29322 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
55 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#29323
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IntegerField"
  -propertyName: "certification.business.greensignId"
  -propertyNameSuffix: null
  -value: 42008
  -formattedValue: 42008
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#29324 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\IntegerType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29314 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-integer"
  -columns: null
  -defaultColumns: "col-md-4 col-xxl-3"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29319 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29318 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29693 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#29313 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29315 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
56 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#29316
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "certification.questionaire.title"
  -propertyNameSuffix: null
  -value: "GreenSign Hotel"
  -formattedValue: "GreenSign Hotel"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#29694 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29307 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29312 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29311 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29700 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#29306 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29308 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
57 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#29288
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\AssociationField"
  -propertyName: "auditor"
  -propertyNameSuffix: null
  -value: Proxies\__CG__\App\Entity\User {#2794 …}
  -formattedValue: Twig\Markup {#29733 …}
  -formatValueCallable: Closure($value, $entity) {#28063 …}
  -label: Symfony\Component\Translation\TranslatableMessage {#29310 …}
  -formType: "Symfony\Bridge\Doctrine\Form\Type\EntityType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29279 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-association"
  -columns: null
  -defaultColumns: "col-md-7 col-xxl-6"
  -translationParameters: []
  -templateName: "crud/field/association"
  -templatePath: "@EasyAdmin/crud/field/association.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29284 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29283 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29705 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#29278 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29280 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
58 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#29711
  -isAccessible: true
  -primaryKeyValue: 6
  -fields: null
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#29714 …}
  -defaultActionUrl: null
  -fqcn: "App\Entity\User"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#818 …}
  -permission: null
  -entityInstance: Proxies\__CG__\App\Entity\User {#2794 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
59 GRANTED EA_EXECUTE_ACTION
[
  "crud" => EasyCorp\Bundle\EasyAdminBundle\Dto\CrudDto {#29485
    -controllerFqcn: "App\Controller\Admin\UserCrudController"
    -fieldAssetsDto: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29486 …}
    -pageName: "detail"
    -actionName: "detail"
    -actionConfigDto: EasyCorp\Bundle\EasyAdminBundle\Dto\ActionConfigDto {#29509 …}
    -filters: EasyCorp\Bundle\EasyAdminBundle\Dto\FilterConfigDto {#29471 …}
    -entityFqcn: "App\Entity\User"
    -entityLabelInSingular: Symfony\Component\Translation\TranslatableMessage {#29492 …}
    -entityLabelInPlural: Symfony\Component\Translation\TranslatableMessage {#29498 …}
    -defaultPageTitles: [
      "detail" => "page_title.detail"
      "edit" => "page_title.edit"
      "index" => "page_title.index"
      "new" => "page_title.new"
    ]
    -customPageTitles: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -helpMessages: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -datePattern: "medium"
    -timePattern: "medium"
    -dateTimePattern: [
      "medium"
      "medium"
    ]
    -dateIntervalFormat: "%%y Year(s) %%m Month(s) %%d Day(s)"
    -timezone: "Europe/Berlin"
    -numberFormat: null
    -thousandsSeparator: null
    -decimalSeparator: null
    -defaultSort: [
      "id" => "DESC"
    ]
    -searchFields: []
    -searchMode: "all_terms"
    -autofocusSearch: false
    -showEntityActionsAsDropdown: false
    -paginatorDto: EasyCorp\Bundle\EasyAdminBundle\Dto\PaginatorDto {#29490 …}
    -overriddenTemplates: []
    -formThemes: [
      "@EasyAdmin/crud/form_theme.html.twig"
    ]
    -newFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29487 …}
    -editFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29488 …}
    -entityPermission: null
    -contentWidth: "full"
    -sidebarWidth: null
    -hideNullValues: false
    -askConfirmationOnBatchActions: true
    -defaultRowAction: [
      "edit"
      "detail"
    ]
    -defaultRowActionTrigger: "single"
    -autocompleteCallback: null
    -autocompleteTemplate: null
    -autocompleteRenderAsHtml: false
  }
  "action" => "detail"
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#29711
    -isAccessible: true
    -primaryKeyValue: 6
    -fields: null
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#29714 …}
    -defaultActionUrl: null
    -fqcn: "App\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#818 …}
    -permission: null
    -entityInstance: Proxies\__CG__\App\Entity\User {#2794 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
60 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#29274
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ChoiceField"
  -propertyName: "status"
  -propertyNameSuffix: null
  -value: 0
  -formattedValue: EasyCorp\Bundle\EasyAdminBundle\Translation\TranslatableChoiceMessageCollection {#29727 …}
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#29732 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\ChoiceType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29264 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-select"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29270 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29269 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29725 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#29155 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29267 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
61 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#29265
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\NumberField"
  -propertyName: "certification.greenSignConformity"
  -propertyNameSuffix: null
  -value: 1.22
  -formattedValue: Twig\Markup {#29145 …}
  -formatValueCallable: Closure($value, $entity) {#28039 …}
  -label: Symfony\Component\Translation\TranslatableMessage {#29719 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\NumberType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29142 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-number"
  -columns: null
  -defaultColumns: "col-md-4 col-xxl-3"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29147 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29146 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29699 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#29141 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29143 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
62 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#29095
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\AssociationField"
  -propertyName: "type"
  -propertyNameSuffix: null
  -value: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
  -formattedValue: "Erst-Zertifizierungsaudit"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#29709 …}
  -formType: "Symfony\Bridge\Doctrine\Form\Type\EntityType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29079 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-association"
  -columns: null
  -defaultColumns: "col-md-7 col-xxl-6"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29084 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29083 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29741 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#29078 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29080 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
63 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#29082
  -isAccessible: true
  -primaryKeyValue: 1
  -fields: null
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#29746 …}
  -defaultActionUrl: null
  -fqcn: "App\Entity\Audit\AuditType"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1186 …}
  -permission: null
  -entityInstance: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
64 GRANTED EA_EXECUTE_ACTION
[
  "crud" => EasyCorp\Bundle\EasyAdminBundle\Dto\CrudDto {#29579
    -controllerFqcn: "App\Controller\Admin\Audit\AuditTypeCrudController"
    -fieldAssetsDto: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29580 …}
    -pageName: "detail"
    -actionName: "detail"
    -actionConfigDto: EasyCorp\Bundle\EasyAdminBundle\Dto\ActionConfigDto {#29603 …}
    -filters: EasyCorp\Bundle\EasyAdminBundle\Dto\FilterConfigDto {#29565 …}
    -entityFqcn: "App\Entity\Audit\AuditType"
    -entityLabelInSingular: Symfony\Component\Translation\TranslatableMessage {#29589 …}
    -entityLabelInPlural: Symfony\Component\Translation\TranslatableMessage {#29592 …}
    -defaultPageTitles: [
      "detail" => "page_title.detail"
      "edit" => "page_title.edit"
      "index" => "page_title.index"
      "new" => "page_title.new"
    ]
    -customPageTitles: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -helpMessages: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -datePattern: "medium"
    -timePattern: "medium"
    -dateTimePattern: [
      "medium"
      "medium"
    ]
    -dateIntervalFormat: "%%y Year(s) %%m Month(s) %%d Day(s)"
    -timezone: "Europe/Berlin"
    -numberFormat: null
    -thousandsSeparator: null
    -decimalSeparator: null
    -defaultSort: [
      "sorting" => "ASC"
    ]
    -searchFields: []
    -searchMode: "all_terms"
    -autofocusSearch: false
    -showEntityActionsAsDropdown: false
    -paginatorDto: EasyCorp\Bundle\EasyAdminBundle\Dto\PaginatorDto {#29584 …}
    -overriddenTemplates: [
      "crud/edit" => "admin/translate/form.html.twig"
    ]
    -formThemes: [
      "admin/form/form_override.html.twig"
    ]
    -newFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29581 …}
    -editFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29582 …}
    -entityPermission: null
    -contentWidth: "full"
    -sidebarWidth: null
    -hideNullValues: false
    -askConfirmationOnBatchActions: true
    -defaultRowAction: [
      "edit"
      "detail"
    ]
    -defaultRowActionTrigger: "single"
    -autocompleteCallback: null
    -autocompleteTemplate: null
    -autocompleteRenderAsHtml: false
  }
  "action" => "detail"
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#29082
    -isAccessible: true
    -primaryKeyValue: 1
    -fields: null
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#29746 …}
    -defaultActionUrl: null
    -fqcn: "App\Entity\Audit\AuditType"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1186 …}
    -permission: null
    -entityInstance: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
65 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#29017
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateTimeField"
  -propertyName: "auditDate"
  -propertyNameSuffix: null
  -value: DateTime @1787176800 {#11470
    date: 2026-08-20 00:00:00.0 Europe/Berlin (+02:00)
  }
  -formattedValue: Twig\Markup {#29766 …}
  -formatValueCallable: Closure($value, $entity) {#28250 …}
  -label: Symfony\Component\Translation\TranslatableMessage {#29762 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateTimeType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29297 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-datetime"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/datetime"
  -templatePath: "@EasyAdmin/crud/field/datetime.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29365 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29576 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29763 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#29567 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29563 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
66 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#29671
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "id"
  -propertyNameSuffix: null
  -value: 743
  -formattedValue: "743"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#29837 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29669 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-id"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/id"
  -templatePath: "@EasyAdmin/crud/field/id.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29670 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29667 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29840 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#29666 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29672 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
67 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#29647
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "certification.group.name"
  -propertyNameSuffix: null
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#29668 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29638 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29643 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29642 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29843 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#29637 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29639 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
68 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#29640
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "certification.business.name"
  -propertyNameSuffix: null
  -value: "Thorben's Schlafstübchen"
  -formattedValue: "Thorben's Schlafstübchen"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#29842 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29631 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29636 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29635 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29848 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#29629 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29632 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
69 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#29633
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IntegerField"
  -propertyName: "certification.business.greensignId"
  -propertyNameSuffix: null
  -value: 42009
  -formattedValue: 42009
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#29634 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\IntegerType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29564 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-integer"
  -columns: null
  -defaultColumns: "col-md-4 col-xxl-3"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29618 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29604 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29853 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#29554 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29562 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
70 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#29594
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "certification.questionaire.title"
  -propertyNameSuffix: null
  -value: "GreenSign Hotel"
  -formattedValue: "GreenSign Hotel"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#29852 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29587 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29556 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29560 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29858 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#29599 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29518 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
71 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#28990
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\AssociationField"
  -propertyName: "auditor"
  -propertyNameSuffix: null
  -value: Proxies\__CG__\App\Entity\User {#2794 …}
  -formattedValue: Twig\Markup {#29891 …}
  -formatValueCallable: Closure($value, $entity) {#28063 …}
  -label: Symfony\Component\Translation\TranslatableMessage {#29561 …}
  -formType: "Symfony\Bridge\Doctrine\Form\Type\EntityType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29029 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-association"
  -columns: null
  -defaultColumns: "col-md-7 col-xxl-6"
  -translationParameters: []
  -templateName: "crud/field/association"
  -templatePath: "@EasyAdmin/crud/field/association.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29031 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29033 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29863 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#29039 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29035 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
72 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#29869
  -isAccessible: true
  -primaryKeyValue: 6
  -fields: null
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#29872 …}
  -defaultActionUrl: null
  -fqcn: "App\Entity\User"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#818 …}
  -permission: null
  -entityInstance: Proxies\__CG__\App\Entity\User {#2794 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
73 GRANTED EA_EXECUTE_ACTION
[
  "crud" => EasyCorp\Bundle\EasyAdminBundle\Dto\CrudDto {#29485
    -controllerFqcn: "App\Controller\Admin\UserCrudController"
    -fieldAssetsDto: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29486 …}
    -pageName: "detail"
    -actionName: "detail"
    -actionConfigDto: EasyCorp\Bundle\EasyAdminBundle\Dto\ActionConfigDto {#29509 …}
    -filters: EasyCorp\Bundle\EasyAdminBundle\Dto\FilterConfigDto {#29471 …}
    -entityFqcn: "App\Entity\User"
    -entityLabelInSingular: Symfony\Component\Translation\TranslatableMessage {#29492 …}
    -entityLabelInPlural: Symfony\Component\Translation\TranslatableMessage {#29498 …}
    -defaultPageTitles: [
      "detail" => "page_title.detail"
      "edit" => "page_title.edit"
      "index" => "page_title.index"
      "new" => "page_title.new"
    ]
    -customPageTitles: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -helpMessages: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -datePattern: "medium"
    -timePattern: "medium"
    -dateTimePattern: [
      "medium"
      "medium"
    ]
    -dateIntervalFormat: "%%y Year(s) %%m Month(s) %%d Day(s)"
    -timezone: "Europe/Berlin"
    -numberFormat: null
    -thousandsSeparator: null
    -decimalSeparator: null
    -defaultSort: [
      "id" => "DESC"
    ]
    -searchFields: []
    -searchMode: "all_terms"
    -autofocusSearch: false
    -showEntityActionsAsDropdown: false
    -paginatorDto: EasyCorp\Bundle\EasyAdminBundle\Dto\PaginatorDto {#29490 …}
    -overriddenTemplates: []
    -formThemes: [
      "@EasyAdmin/crud/form_theme.html.twig"
    ]
    -newFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29487 …}
    -editFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29488 …}
    -entityPermission: null
    -contentWidth: "full"
    -sidebarWidth: null
    -hideNullValues: false
    -askConfirmationOnBatchActions: true
    -defaultRowAction: [
      "edit"
      "detail"
    ]
    -defaultRowActionTrigger: "single"
    -autocompleteCallback: null
    -autocompleteTemplate: null
    -autocompleteRenderAsHtml: false
  }
  "action" => "detail"
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#29869
    -isAccessible: true
    -primaryKeyValue: 6
    -fields: null
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#29872 …}
    -defaultActionUrl: null
    -fqcn: "App\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#818 …}
    -permission: null
    -entityInstance: Proxies\__CG__\App\Entity\User {#2794 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
74 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#29037
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ChoiceField"
  -propertyName: "status"
  -propertyNameSuffix: null
  -value: 0
  -formattedValue: EasyCorp\Bundle\EasyAdminBundle\Translation\TranslatableChoiceMessageCollection {#29885 …}
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#29890 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\ChoiceType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29071 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-select"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29073 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29075 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29883 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#29081 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29077 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
75 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#29072
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\NumberField"
  -propertyName: "certification.greenSignConformity"
  -propertyNameSuffix: null
  -value: 1.45
  -formattedValue: Twig\Markup {#29097 …}
  -formatValueCallable: Closure($value, $entity) {#28039 …}
  -label: Symfony\Component\Translation\TranslatableMessage {#29877 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\NumberType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29092 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-number"
  -columns: null
  -defaultColumns: "col-md-4 col-xxl-3"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29094 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29096 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29857 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#29116 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29098 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
76 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#29272
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\AssociationField"
  -propertyName: "type"
  -propertyNameSuffix: null
  -value: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
  -formattedValue: "Erst-Zertifizierungsaudit"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#29867 …}
  -formType: "Symfony\Bridge\Doctrine\Form\Type\EntityType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29285 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-association"
  -columns: null
  -defaultColumns: "col-md-7 col-xxl-6"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29287 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29289 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29899 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#29302 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29291 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
77 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#29290
  -isAccessible: true
  -primaryKeyValue: 1
  -fields: null
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#29904 …}
  -defaultActionUrl: null
  -fqcn: "App\Entity\Audit\AuditType"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1186 …}
  -permission: null
  -entityInstance: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
78 GRANTED EA_EXECUTE_ACTION
[
  "crud" => EasyCorp\Bundle\EasyAdminBundle\Dto\CrudDto {#29579
    -controllerFqcn: "App\Controller\Admin\Audit\AuditTypeCrudController"
    -fieldAssetsDto: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29580 …}
    -pageName: "detail"
    -actionName: "detail"
    -actionConfigDto: EasyCorp\Bundle\EasyAdminBundle\Dto\ActionConfigDto {#29603 …}
    -filters: EasyCorp\Bundle\EasyAdminBundle\Dto\FilterConfigDto {#29565 …}
    -entityFqcn: "App\Entity\Audit\AuditType"
    -entityLabelInSingular: Symfony\Component\Translation\TranslatableMessage {#29589 …}
    -entityLabelInPlural: Symfony\Component\Translation\TranslatableMessage {#29592 …}
    -defaultPageTitles: [
      "detail" => "page_title.detail"
      "edit" => "page_title.edit"
      "index" => "page_title.index"
      "new" => "page_title.new"
    ]
    -customPageTitles: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -helpMessages: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -datePattern: "medium"
    -timePattern: "medium"
    -dateTimePattern: [
      "medium"
      "medium"
    ]
    -dateIntervalFormat: "%%y Year(s) %%m Month(s) %%d Day(s)"
    -timezone: "Europe/Berlin"
    -numberFormat: null
    -thousandsSeparator: null
    -decimalSeparator: null
    -defaultSort: [
      "sorting" => "ASC"
    ]
    -searchFields: []
    -searchMode: "all_terms"
    -autofocusSearch: false
    -showEntityActionsAsDropdown: false
    -paginatorDto: EasyCorp\Bundle\EasyAdminBundle\Dto\PaginatorDto {#29584 …}
    -overriddenTemplates: [
      "crud/edit" => "admin/translate/form.html.twig"
    ]
    -formThemes: [
      "admin/form/form_override.html.twig"
    ]
    -newFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29581 …}
    -editFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29582 …}
    -entityPermission: null
    -contentWidth: "full"
    -sidebarWidth: null
    -hideNullValues: false
    -askConfirmationOnBatchActions: true
    -defaultRowAction: [
      "edit"
      "detail"
    ]
    -defaultRowActionTrigger: "single"
    -autocompleteCallback: null
    -autocompleteTemplate: null
    -autocompleteRenderAsHtml: false
  }
  "action" => "detail"
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#29290
    -isAccessible: true
    -primaryKeyValue: 1
    -fields: null
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#29904 …}
    -defaultActionUrl: null
    -fqcn: "App\Entity\Audit\AuditType"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1186 …}
    -permission: null
    -entityInstance: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
79 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#29349
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateTimeField"
  -propertyName: "auditDate"
  -propertyNameSuffix: null
  -value: DateTime @1787176800 {#11487
    date: 2026-08-20 00:00:00.0 Europe/Berlin (+02:00)
  }
  -formattedValue: Twig\Markup {#29924 …}
  -formatValueCallable: Closure($value, $entity) {#28250 …}
  -label: Symfony\Component\Translation\TranslatableMessage {#29920 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateTimeType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29573 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-datetime"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/datetime"
  -templatePath: "@EasyAdmin/crud/field/datetime.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29675 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29768 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29921 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#29767 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29736 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
80 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#29831
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "id"
  -propertyNameSuffix: null
  -value: 735
  -formattedValue: "735"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#29995 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29829 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-id"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/id"
  -templatePath: "@EasyAdmin/crud/field/id.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29830 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29827 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29998 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#29826 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29832 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
81 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#29807
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "certification.group.name"
  -propertyNameSuffix: null
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#29828 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29798 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29803 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29802 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30001 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#29797 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29799 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
82 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#29800
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "certification.business.name"
  -propertyNameSuffix: null
  -value: "Hotel Anne"
  -formattedValue: "Hotel Anne"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#30000 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29791 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29796 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29795 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30006 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#29790 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29792 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
83 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#29793
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IntegerField"
  -propertyName: "certification.business.greensignId"
  -propertyNameSuffix: null
  -value: 42003
  -formattedValue: 42003
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#29794 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\IntegerType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29784 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-integer"
  -columns: null
  -defaultColumns: "col-md-4 col-xxl-3"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29789 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29788 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30011 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#29783 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29785 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
84 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#29786
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "certification.questionaire.title"
  -propertyNameSuffix: null
  -value: "GreenSign Hotel"
  -formattedValue: "GreenSign Hotel"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#30010 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29777 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29782 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29781 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30016 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#29776 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29778 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
85 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#29348
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\AssociationField"
  -propertyName: "auditor"
  -propertyNameSuffix: null
  -value: Proxies\__CG__\App\Entity\User {#1875 …}
  -formattedValue: Twig\Markup {#30049 …}
  -formatValueCallable: Closure($value, $entity) {#28063 …}
  -label: Symfony\Component\Translation\TranslatableMessage {#29780 …}
  -formType: "Symfony\Bridge\Doctrine\Form\Type\EntityType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29351 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-association"
  -columns: null
  -defaultColumns: "col-md-7 col-xxl-6"
  -translationParameters: []
  -templateName: "crud/field/association"
  -templatePath: "@EasyAdmin/crud/field/association.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29347 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29346 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30021 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#29335 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29343 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
86 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#30027
  -isAccessible: true
  -primaryKeyValue: 446
  -fields: null
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#30030 …}
  -defaultActionUrl: null
  -fqcn: "App\Entity\User"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#818 …}
  -permission: null
  -entityInstance: Proxies\__CG__\App\Entity\User {#1875 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
87 GRANTED EA_EXECUTE_ACTION
[
  "crud" => EasyCorp\Bundle\EasyAdminBundle\Dto\CrudDto {#29485
    -controllerFqcn: "App\Controller\Admin\UserCrudController"
    -fieldAssetsDto: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29486 …}
    -pageName: "detail"
    -actionName: "detail"
    -actionConfigDto: EasyCorp\Bundle\EasyAdminBundle\Dto\ActionConfigDto {#29509 …}
    -filters: EasyCorp\Bundle\EasyAdminBundle\Dto\FilterConfigDto {#29471 …}
    -entityFqcn: "App\Entity\User"
    -entityLabelInSingular: Symfony\Component\Translation\TranslatableMessage {#29492 …}
    -entityLabelInPlural: Symfony\Component\Translation\TranslatableMessage {#29498 …}
    -defaultPageTitles: [
      "detail" => "page_title.detail"
      "edit" => "page_title.edit"
      "index" => "page_title.index"
      "new" => "page_title.new"
    ]
    -customPageTitles: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -helpMessages: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -datePattern: "medium"
    -timePattern: "medium"
    -dateTimePattern: [
      "medium"
      "medium"
    ]
    -dateIntervalFormat: "%%y Year(s) %%m Month(s) %%d Day(s)"
    -timezone: "Europe/Berlin"
    -numberFormat: null
    -thousandsSeparator: null
    -decimalSeparator: null
    -defaultSort: [
      "id" => "DESC"
    ]
    -searchFields: []
    -searchMode: "all_terms"
    -autofocusSearch: false
    -showEntityActionsAsDropdown: false
    -paginatorDto: EasyCorp\Bundle\EasyAdminBundle\Dto\PaginatorDto {#29490 …}
    -overriddenTemplates: []
    -formThemes: [
      "@EasyAdmin/crud/form_theme.html.twig"
    ]
    -newFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29487 …}
    -editFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29488 …}
    -entityPermission: null
    -contentWidth: "full"
    -sidebarWidth: null
    -hideNullValues: false
    -askConfirmationOnBatchActions: true
    -defaultRowAction: [
      "edit"
      "detail"
    ]
    -defaultRowActionTrigger: "single"
    -autocompleteCallback: null
    -autocompleteTemplate: null
    -autocompleteRenderAsHtml: false
  }
  "action" => "detail"
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#30027
    -isAccessible: true
    -primaryKeyValue: 446
    -fields: null
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#30030 …}
    -defaultActionUrl: null
    -fqcn: "App\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#818 …}
    -permission: null
    -entityInstance: Proxies\__CG__\App\Entity\User {#1875 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
88 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#29334
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ChoiceField"
  -propertyName: "status"
  -propertyNameSuffix: null
  -value: 0
  -formattedValue: EasyCorp\Bundle\EasyAdminBundle\Translation\TranslatableChoiceMessageCollection {#30043 …}
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#30048 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\ChoiceType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29309 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-select"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29305 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29304 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30041 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#29286 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29301 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
89 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#29299
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\NumberField"
  -propertyName: "certification.greenSignConformity"
  -propertyNameSuffix: null
  -value: 67.12
  -formattedValue: Twig\Markup {#29275 …}
  -formatValueCallable: Closure($value, $entity) {#28039 …}
  -label: Symfony\Component\Translation\TranslatableMessage {#30035 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\NumberType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29281 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-number"
  -columns: null
  -defaultColumns: "col-md-4 col-xxl-3"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29277 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29276 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30015 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#29135 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29273 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
90 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#29036
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\AssociationField"
  -propertyName: "type"
  -propertyNameSuffix: null
  -value: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
  -formattedValue: "Erst-Zertifizierungsaudit"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#30025 …}
  -formType: "Symfony\Bridge\Doctrine\Form\Type\EntityType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29032 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-association"
  -columns: null
  -defaultColumns: "col-md-7 col-xxl-6"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29028 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29027 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30057 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#29540 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29024 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
91 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#29026
  -isAccessible: true
  -primaryKeyValue: 1
  -fields: null
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#30062 …}
  -defaultActionUrl: null
  -fqcn: "App\Entity\Audit\AuditType"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1186 …}
  -permission: null
  -entityInstance: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
92 GRANTED EA_EXECUTE_ACTION
[
  "crud" => EasyCorp\Bundle\EasyAdminBundle\Dto\CrudDto {#29579
    -controllerFqcn: "App\Controller\Admin\Audit\AuditTypeCrudController"
    -fieldAssetsDto: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29580 …}
    -pageName: "detail"
    -actionName: "detail"
    -actionConfigDto: EasyCorp\Bundle\EasyAdminBundle\Dto\ActionConfigDto {#29603 …}
    -filters: EasyCorp\Bundle\EasyAdminBundle\Dto\FilterConfigDto {#29565 …}
    -entityFqcn: "App\Entity\Audit\AuditType"
    -entityLabelInSingular: Symfony\Component\Translation\TranslatableMessage {#29589 …}
    -entityLabelInPlural: Symfony\Component\Translation\TranslatableMessage {#29592 …}
    -defaultPageTitles: [
      "detail" => "page_title.detail"
      "edit" => "page_title.edit"
      "index" => "page_title.index"
      "new" => "page_title.new"
    ]
    -customPageTitles: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -helpMessages: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -datePattern: "medium"
    -timePattern: "medium"
    -dateTimePattern: [
      "medium"
      "medium"
    ]
    -dateIntervalFormat: "%%y Year(s) %%m Month(s) %%d Day(s)"
    -timezone: "Europe/Berlin"
    -numberFormat: null
    -thousandsSeparator: null
    -decimalSeparator: null
    -defaultSort: [
      "sorting" => "ASC"
    ]
    -searchFields: []
    -searchMode: "all_terms"
    -autofocusSearch: false
    -showEntityActionsAsDropdown: false
    -paginatorDto: EasyCorp\Bundle\EasyAdminBundle\Dto\PaginatorDto {#29584 …}
    -overriddenTemplates: [
      "crud/edit" => "admin/translate/form.html.twig"
    ]
    -formThemes: [
      "admin/form/form_override.html.twig"
    ]
    -newFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29581 …}
    -editFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29582 …}
    -entityPermission: null
    -contentWidth: "full"
    -sidebarWidth: null
    -hideNullValues: false
    -askConfirmationOnBatchActions: true
    -defaultRowAction: [
      "edit"
      "detail"
    ]
    -defaultRowActionTrigger: "single"
    -autocompleteCallback: null
    -autocompleteTemplate: null
    -autocompleteRenderAsHtml: false
  }
  "action" => "detail"
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#29026
    -isAccessible: true
    -primaryKeyValue: 1
    -fields: null
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#30062 …}
    -defaultActionUrl: null
    -fqcn: "App\Entity\Audit\AuditType"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1186 …}
    -permission: null
    -entityInstance: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
93 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#29659
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateTimeField"
  -propertyName: "auditDate"
  -propertyNameSuffix: null
  -value: DateTime @1784584800 {#11408
    date: 2026-07-21 00:00:00.0 Europe/Berlin (+02:00)
  }
  -formattedValue: Twig\Markup {#30082 …}
  -formatValueCallable: Closure($value, $entity) {#28250 …}
  -label: Symfony\Component\Translation\TranslatableMessage {#30078 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateTimeType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29759 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-datetime"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/datetime"
  -templatePath: "@EasyAdmin/crud/field/datetime.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29835 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29926 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30079 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#29925 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29894 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
94 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#29989
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "id"
  -propertyNameSuffix: null
  -value: 733
  -formattedValue: "733"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#30153 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29987 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-id"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/id"
  -templatePath: "@EasyAdmin/crud/field/id.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29988 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29985 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30156 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#29984 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29990 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
95 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#29965
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "certification.group.name"
  -propertyNameSuffix: null
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#29986 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29956 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29961 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29960 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30159 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#29955 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29957 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
96 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#29958
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "certification.business.name"
  -propertyNameSuffix: null
  -value: "FH Test Hotel Neu"
  -formattedValue: "FH Test Hotel Neu"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#30158 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29949 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29954 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29953 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30164 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#29948 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29950 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
97 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#29951
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IntegerField"
  -propertyName: "certification.business.greensignId"
  -propertyNameSuffix: null
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#29952 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\IntegerType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29942 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-integer"
  -columns: null
  -defaultColumns: "col-md-4 col-xxl-3"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29947 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29946 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30169 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#29941 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29943 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
98 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#29944
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "certification.questionaire.title"
  -propertyNameSuffix: null
  -value: "GreenSign Hotel"
  -formattedValue: "GreenSign Hotel"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#30168 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29935 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29940 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29939 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30174 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#29934 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29936 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
99 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#29658
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\AssociationField"
  -propertyName: "auditor"
  -propertyNameSuffix: null
  -value: Proxies\__CG__\App\Entity\User {#1512 …}
  -formattedValue: Twig\Markup {#30207 …}
  -formatValueCallable: Closure($value, $entity) {#28063 …}
  -label: Symfony\Component\Translation\TranslatableMessage {#29938 …}
  -formType: "Symfony\Bridge\Doctrine\Form\Type\EntityType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29661 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-association"
  -columns: null
  -defaultColumns: "col-md-7 col-xxl-6"
  -translationParameters: []
  -templateName: "crud/field/association"
  -templatePath: "@EasyAdmin/crud/field/association.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29657 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29656 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30179 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#29645 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29653 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
100 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#30185
  -isAccessible: true
  -primaryKeyValue: 680
  -fields: null
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#30188 …}
  -defaultActionUrl: null
  -fqcn: "App\Entity\User"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#818 …}
  -permission: null
  -entityInstance: Proxies\__CG__\App\Entity\User {#1512 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
101 GRANTED EA_EXECUTE_ACTION
[
  "crud" => EasyCorp\Bundle\EasyAdminBundle\Dto\CrudDto {#29485
    -controllerFqcn: "App\Controller\Admin\UserCrudController"
    -fieldAssetsDto: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29486 …}
    -pageName: "detail"
    -actionName: "detail"
    -actionConfigDto: EasyCorp\Bundle\EasyAdminBundle\Dto\ActionConfigDto {#29509 …}
    -filters: EasyCorp\Bundle\EasyAdminBundle\Dto\FilterConfigDto {#29471 …}
    -entityFqcn: "App\Entity\User"
    -entityLabelInSingular: Symfony\Component\Translation\TranslatableMessage {#29492 …}
    -entityLabelInPlural: Symfony\Component\Translation\TranslatableMessage {#29498 …}
    -defaultPageTitles: [
      "detail" => "page_title.detail"
      "edit" => "page_title.edit"
      "index" => "page_title.index"
      "new" => "page_title.new"
    ]
    -customPageTitles: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -helpMessages: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -datePattern: "medium"
    -timePattern: "medium"
    -dateTimePattern: [
      "medium"
      "medium"
    ]
    -dateIntervalFormat: "%%y Year(s) %%m Month(s) %%d Day(s)"
    -timezone: "Europe/Berlin"
    -numberFormat: null
    -thousandsSeparator: null
    -decimalSeparator: null
    -defaultSort: [
      "id" => "DESC"
    ]
    -searchFields: []
    -searchMode: "all_terms"
    -autofocusSearch: false
    -showEntityActionsAsDropdown: false
    -paginatorDto: EasyCorp\Bundle\EasyAdminBundle\Dto\PaginatorDto {#29490 …}
    -overriddenTemplates: []
    -formThemes: [
      "@EasyAdmin/crud/form_theme.html.twig"
    ]
    -newFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29487 …}
    -editFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29488 …}
    -entityPermission: null
    -contentWidth: "full"
    -sidebarWidth: null
    -hideNullValues: false
    -askConfirmationOnBatchActions: true
    -defaultRowAction: [
      "edit"
      "detail"
    ]
    -defaultRowActionTrigger: "single"
    -autocompleteCallback: null
    -autocompleteTemplate: null
    -autocompleteRenderAsHtml: false
  }
  "action" => "detail"
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#30185
    -isAccessible: true
    -primaryKeyValue: 680
    -fields: null
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#30188 …}
    -defaultActionUrl: null
    -fqcn: "App\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#818 …}
    -permission: null
    -entityInstance: Proxies\__CG__\App\Entity\User {#1512 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
102 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#29644
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ChoiceField"
  -propertyName: "status"
  -propertyNameSuffix: null
  -value: 100
  -formattedValue: EasyCorp\Bundle\EasyAdminBundle\Translation\TranslatableChoiceMessageCollection {#30201 …}
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#30206 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\ChoiceType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29557 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-select"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29595 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29600 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30199 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#29191 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29555 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
103 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#29548
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\NumberField"
  -propertyName: "certification.greenSignConformity"
  -propertyNameSuffix: null
  -value: 64.67
  -formattedValue: Twig\Markup {#29041 …}
  -formatValueCallable: Closure($value, $entity) {#28039 …}
  -label: Symfony\Component\Translation\TranslatableMessage {#30193 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\NumberType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29030 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-number"
  -columns: null
  -defaultColumns: "col-md-4 col-xxl-3"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29038 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29040 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30173 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#29113 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29042 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
104 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#29344
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\AssociationField"
  -propertyName: "type"
  -propertyNameSuffix: null
  -value: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
  -formattedValue: "Erst-Zertifizierungsaudit"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#30183 …}
  -formType: "Symfony\Bridge\Doctrine\Form\Type\EntityType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29342 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-association"
  -columns: null
  -defaultColumns: "col-md-7 col-xxl-6"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29350 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29352 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30215 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#29745 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29354 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
105 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#29353
  -isAccessible: true
  -primaryKeyValue: 1
  -fields: null
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#30220 …}
  -defaultActionUrl: null
  -fqcn: "App\Entity\Audit\AuditType"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1186 …}
  -permission: null
  -entityInstance: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
106 GRANTED EA_EXECUTE_ACTION
[
  "crud" => EasyCorp\Bundle\EasyAdminBundle\Dto\CrudDto {#29579
    -controllerFqcn: "App\Controller\Admin\Audit\AuditTypeCrudController"
    -fieldAssetsDto: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29580 …}
    -pageName: "detail"
    -actionName: "detail"
    -actionConfigDto: EasyCorp\Bundle\EasyAdminBundle\Dto\ActionConfigDto {#29603 …}
    -filters: EasyCorp\Bundle\EasyAdminBundle\Dto\FilterConfigDto {#29565 …}
    -entityFqcn: "App\Entity\Audit\AuditType"
    -entityLabelInSingular: Symfony\Component\Translation\TranslatableMessage {#29589 …}
    -entityLabelInPlural: Symfony\Component\Translation\TranslatableMessage {#29592 …}
    -defaultPageTitles: [
      "detail" => "page_title.detail"
      "edit" => "page_title.edit"
      "index" => "page_title.index"
      "new" => "page_title.new"
    ]
    -customPageTitles: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -helpMessages: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -datePattern: "medium"
    -timePattern: "medium"
    -dateTimePattern: [
      "medium"
      "medium"
    ]
    -dateIntervalFormat: "%%y Year(s) %%m Month(s) %%d Day(s)"
    -timezone: "Europe/Berlin"
    -numberFormat: null
    -thousandsSeparator: null
    -decimalSeparator: null
    -defaultSort: [
      "sorting" => "ASC"
    ]
    -searchFields: []
    -searchMode: "all_terms"
    -autofocusSearch: false
    -showEntityActionsAsDropdown: false
    -paginatorDto: EasyCorp\Bundle\EasyAdminBundle\Dto\PaginatorDto {#29584 …}
    -overriddenTemplates: [
      "crud/edit" => "admin/translate/form.html.twig"
    ]
    -formThemes: [
      "admin/form/form_override.html.twig"
    ]
    -newFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29581 …}
    -editFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29582 …}
    -entityPermission: null
    -contentWidth: "full"
    -sidebarWidth: null
    -hideNullValues: false
    -askConfirmationOnBatchActions: true
    -defaultRowAction: [
      "edit"
      "detail"
    ]
    -defaultRowActionTrigger: "single"
    -autocompleteCallback: null
    -autocompleteTemplate: null
    -autocompleteRenderAsHtml: false
  }
  "action" => "detail"
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#29353
    -isAccessible: true
    -primaryKeyValue: 1
    -fields: null
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#30220 …}
    -defaultActionUrl: null
    -fqcn: "App\Entity\Audit\AuditType"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1186 …}
    -permission: null
    -entityInstance: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
107 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#29819
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateTimeField"
  -propertyName: "auditDate"
  -propertyNameSuffix: null
  -value: DateTime @1769900400 {#11374
    date: 2026-02-01 00:00:00.0 Europe/Berlin (+01:00)
  }
  -formattedValue: Twig\Markup {#30240 …}
  -formatValueCallable: Closure($value, $entity) {#28250 …}
  -label: Symfony\Component\Translation\TranslatableMessage {#30236 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateTimeType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29917 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-datetime"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/datetime"
  -templatePath: "@EasyAdmin/crud/field/datetime.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29993 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30084 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30237 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#30083 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30052 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
108 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#30147
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "id"
  -propertyNameSuffix: null
  -value: 562
  -formattedValue: "562"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#30311 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30145 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-id"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/id"
  -templatePath: "@EasyAdmin/crud/field/id.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#30146 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30143 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30314 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#30142 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30148 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
109 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#30123
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "certification.group.name"
  -propertyNameSuffix: null
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#30144 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30114 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#30119 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30118 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30317 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#30113 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30115 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
110 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#30116
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "certification.business.name"
  -propertyNameSuffix: null
  -value: "Best Western Hotel Airport Düsseldorf - Ratingen"
  -formattedValue: "Best Western Hotel Airport Düsseldorf - Ratingen"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#30316 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30107 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#30112 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30111 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30322 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#30106 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30108 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
111 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#30109
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IntegerField"
  -propertyName: "certification.business.greensignId"
  -propertyNameSuffix: null
  -value: 1241
  -formattedValue: 1241
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#30110 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\IntegerType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30100 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-integer"
  -columns: null
  -defaultColumns: "col-md-4 col-xxl-3"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#30105 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30104 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30327 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#30099 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30101 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
112 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#30102
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "certification.questionaire.title"
  -propertyNameSuffix: null
  -value: "GreenSign Hotel"
  -formattedValue: "GreenSign Hotel"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#30326 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30093 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#30098 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30097 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30332 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#30092 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30094 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
113 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#29818
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\AssociationField"
  -propertyName: "auditor"
  -propertyNameSuffix: null
  -value: Proxies\__CG__\App\Entity\User {#1875 …}
  -formattedValue: Twig\Markup {#30365 …}
  -formatValueCallable: Closure($value, $entity) {#28063 …}
  -label: Symfony\Component\Translation\TranslatableMessage {#30096 …}
  -formType: "Symfony\Bridge\Doctrine\Form\Type\EntityType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29821 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-association"
  -columns: null
  -defaultColumns: "col-md-7 col-xxl-6"
  -translationParameters: []
  -templateName: "crud/field/association"
  -templatePath: "@EasyAdmin/crud/field/association.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29817 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29816 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30337 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#29805 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29813 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
114 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#30343
  -isAccessible: true
  -primaryKeyValue: 446
  -fields: null
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#30346 …}
  -defaultActionUrl: null
  -fqcn: "App\Entity\User"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#818 …}
  -permission: null
  -entityInstance: Proxies\__CG__\App\Entity\User {#1875 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
115 GRANTED EA_EXECUTE_ACTION
[
  "crud" => EasyCorp\Bundle\EasyAdminBundle\Dto\CrudDto {#29485
    -controllerFqcn: "App\Controller\Admin\UserCrudController"
    -fieldAssetsDto: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29486 …}
    -pageName: "detail"
    -actionName: "detail"
    -actionConfigDto: EasyCorp\Bundle\EasyAdminBundle\Dto\ActionConfigDto {#29509 …}
    -filters: EasyCorp\Bundle\EasyAdminBundle\Dto\FilterConfigDto {#29471 …}
    -entityFqcn: "App\Entity\User"
    -entityLabelInSingular: Symfony\Component\Translation\TranslatableMessage {#29492 …}
    -entityLabelInPlural: Symfony\Component\Translation\TranslatableMessage {#29498 …}
    -defaultPageTitles: [
      "detail" => "page_title.detail"
      "edit" => "page_title.edit"
      "index" => "page_title.index"
      "new" => "page_title.new"
    ]
    -customPageTitles: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -helpMessages: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -datePattern: "medium"
    -timePattern: "medium"
    -dateTimePattern: [
      "medium"
      "medium"
    ]
    -dateIntervalFormat: "%%y Year(s) %%m Month(s) %%d Day(s)"
    -timezone: "Europe/Berlin"
    -numberFormat: null
    -thousandsSeparator: null
    -decimalSeparator: null
    -defaultSort: [
      "id" => "DESC"
    ]
    -searchFields: []
    -searchMode: "all_terms"
    -autofocusSearch: false
    -showEntityActionsAsDropdown: false
    -paginatorDto: EasyCorp\Bundle\EasyAdminBundle\Dto\PaginatorDto {#29490 …}
    -overriddenTemplates: []
    -formThemes: [
      "@EasyAdmin/crud/form_theme.html.twig"
    ]
    -newFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29487 …}
    -editFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29488 …}
    -entityPermission: null
    -contentWidth: "full"
    -sidebarWidth: null
    -hideNullValues: false
    -askConfirmationOnBatchActions: true
    -defaultRowAction: [
      "edit"
      "detail"
    ]
    -defaultRowActionTrigger: "single"
    -autocompleteCallback: null
    -autocompleteTemplate: null
    -autocompleteRenderAsHtml: false
  }
  "action" => "detail"
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#30343
    -isAccessible: true
    -primaryKeyValue: 446
    -fields: null
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#30346 …}
    -defaultActionUrl: null
    -fqcn: "App\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#818 …}
    -permission: null
    -entityInstance: Proxies\__CG__\App\Entity\User {#1875 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
116 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#29804
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ChoiceField"
  -propertyName: "status"
  -propertyNameSuffix: null
  -value: 0
  -formattedValue: EasyCorp\Bundle\EasyAdminBundle\Translation\TranslatableChoiceMessageCollection {#30359 …}
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#30364 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\ChoiceType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29779 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-select"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29775 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29774 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30357 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#29363 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29771 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
117 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#29754
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\NumberField"
  -propertyName: "certification.greenSignConformity"
  -propertyNameSuffix: null
  -value: 0.0
  -formattedValue: Twig\Markup {#29338 …}
  -formatValueCallable: Closure($value, $entity) {#28039 …}
  -label: Symfony\Component\Translation\TranslatableMessage {#30351 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\NumberType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29341 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-number"
  -columns: null
  -defaultColumns: "col-md-4 col-xxl-3"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29340 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29339 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30331 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#29144 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29336 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
118 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#29654
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\AssociationField"
  -propertyName: "type"
  -propertyNameSuffix: null
  -value: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
  -formattedValue: "Erst-Zertifizierungsaudit"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#30341 …}
  -formType: "Symfony\Bridge\Doctrine\Form\Type\EntityType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29652 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-association"
  -columns: null
  -defaultColumns: "col-md-7 col-xxl-6"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29660 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29662 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30373 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#29903 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29664 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
119 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#29663
  -isAccessible: true
  -primaryKeyValue: 1
  -fields: null
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#30378 …}
  -defaultActionUrl: null
  -fqcn: "App\Entity\Audit\AuditType"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1186 …}
  -permission: null
  -entityInstance: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
120 GRANTED EA_EXECUTE_ACTION
[
  "crud" => EasyCorp\Bundle\EasyAdminBundle\Dto\CrudDto {#29579
    -controllerFqcn: "App\Controller\Admin\Audit\AuditTypeCrudController"
    -fieldAssetsDto: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29580 …}
    -pageName: "detail"
    -actionName: "detail"
    -actionConfigDto: EasyCorp\Bundle\EasyAdminBundle\Dto\ActionConfigDto {#29603 …}
    -filters: EasyCorp\Bundle\EasyAdminBundle\Dto\FilterConfigDto {#29565 …}
    -entityFqcn: "App\Entity\Audit\AuditType"
    -entityLabelInSingular: Symfony\Component\Translation\TranslatableMessage {#29589 …}
    -entityLabelInPlural: Symfony\Component\Translation\TranslatableMessage {#29592 …}
    -defaultPageTitles: [
      "detail" => "page_title.detail"
      "edit" => "page_title.edit"
      "index" => "page_title.index"
      "new" => "page_title.new"
    ]
    -customPageTitles: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -helpMessages: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -datePattern: "medium"
    -timePattern: "medium"
    -dateTimePattern: [
      "medium"
      "medium"
    ]
    -dateIntervalFormat: "%%y Year(s) %%m Month(s) %%d Day(s)"
    -timezone: "Europe/Berlin"
    -numberFormat: null
    -thousandsSeparator: null
    -decimalSeparator: null
    -defaultSort: [
      "sorting" => "ASC"
    ]
    -searchFields: []
    -searchMode: "all_terms"
    -autofocusSearch: false
    -showEntityActionsAsDropdown: false
    -paginatorDto: EasyCorp\Bundle\EasyAdminBundle\Dto\PaginatorDto {#29584 …}
    -overriddenTemplates: [
      "crud/edit" => "admin/translate/form.html.twig"
    ]
    -formThemes: [
      "admin/form/form_override.html.twig"
    ]
    -newFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29581 …}
    -editFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29582 …}
    -entityPermission: null
    -contentWidth: "full"
    -sidebarWidth: null
    -hideNullValues: false
    -askConfirmationOnBatchActions: true
    -defaultRowAction: [
      "edit"
      "detail"
    ]
    -defaultRowActionTrigger: "single"
    -autocompleteCallback: null
    -autocompleteTemplate: null
    -autocompleteRenderAsHtml: false
  }
  "action" => "detail"
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#29663
    -isAccessible: true
    -primaryKeyValue: 1
    -fields: null
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#30378 …}
    -defaultActionUrl: null
    -fqcn: "App\Entity\Audit\AuditType"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1186 …}
    -permission: null
    -entityInstance: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
121 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#29977
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateTimeField"
  -propertyName: "auditDate"
  -propertyNameSuffix: null
  -value: DateTime @1769036400 {#9449
    date: 2026-01-22 00:00:00.0 Europe/Berlin (+01:00)
  }
  -formattedValue: Twig\Markup {#30398 …}
  -formatValueCallable: Closure($value, $entity) {#28250 …}
  -label: Symfony\Component\Translation\TranslatableMessage {#30394 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateTimeType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30075 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-datetime"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/datetime"
  -templatePath: "@EasyAdmin/crud/field/datetime.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#30151 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30242 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30395 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#30241 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30210 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
122 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#30305
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "id"
  -propertyNameSuffix: null
  -value: 640
  -formattedValue: "640"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#30469 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30303 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-id"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/id"
  -templatePath: "@EasyAdmin/crud/field/id.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#30304 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30301 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30472 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#30300 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30306 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
123 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#30281
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "certification.group.name"
  -propertyNameSuffix: null
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#30302 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30272 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#30277 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30276 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30475 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#30271 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30273 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
124 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#30274
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "certification.business.name"
  -propertyNameSuffix: null
  -value: "AC Hotel Humboldthain"
  -formattedValue: "AC Hotel Humboldthain"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#30474 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30265 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#30270 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30269 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30480 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#30264 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30266 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
125 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#30267
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IntegerField"
  -propertyName: "certification.business.greensignId"
  -propertyNameSuffix: null
  -value: 1277
  -formattedValue: 1277
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#30268 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\IntegerType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30258 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-integer"
  -columns: null
  -defaultColumns: "col-md-4 col-xxl-3"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#30263 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30262 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30485 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#30257 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30259 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
126 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#30260
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "certification.questionaire.title"
  -propertyNameSuffix: null
  -value: "GreenSign Hotel"
  -formattedValue: "GreenSign Hotel"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#30484 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30251 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#30256 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30255 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30490 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#30250 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30252 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
127 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#29976
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\AssociationField"
  -propertyName: "auditor"
  -propertyNameSuffix: null
  -value: Proxies\__CG__\App\Entity\User {#4146 …}
  -formattedValue: Twig\Markup {#30523 …}
  -formatValueCallable: Closure($value, $entity) {#28063 …}
  -label: Symfony\Component\Translation\TranslatableMessage {#30254 …}
  -formType: "Symfony\Bridge\Doctrine\Form\Type\EntityType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29979 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-association"
  -columns: null
  -defaultColumns: "col-md-7 col-xxl-6"
  -translationParameters: []
  -templateName: "crud/field/association"
  -templatePath: "@EasyAdmin/crud/field/association.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29975 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29974 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30495 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#29963 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29971 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
128 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#30501
  -isAccessible: true
  -primaryKeyValue: 1211
  -fields: null
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#30504 …}
  -defaultActionUrl: null
  -fqcn: "App\Entity\User"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#818 …}
  -permission: null
  -entityInstance: Proxies\__CG__\App\Entity\User {#4146 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
129 GRANTED EA_EXECUTE_ACTION
[
  "crud" => EasyCorp\Bundle\EasyAdminBundle\Dto\CrudDto {#29485
    -controllerFqcn: "App\Controller\Admin\UserCrudController"
    -fieldAssetsDto: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29486 …}
    -pageName: "detail"
    -actionName: "detail"
    -actionConfigDto: EasyCorp\Bundle\EasyAdminBundle\Dto\ActionConfigDto {#29509 …}
    -filters: EasyCorp\Bundle\EasyAdminBundle\Dto\FilterConfigDto {#29471 …}
    -entityFqcn: "App\Entity\User"
    -entityLabelInSingular: Symfony\Component\Translation\TranslatableMessage {#29492 …}
    -entityLabelInPlural: Symfony\Component\Translation\TranslatableMessage {#29498 …}
    -defaultPageTitles: [
      "detail" => "page_title.detail"
      "edit" => "page_title.edit"
      "index" => "page_title.index"
      "new" => "page_title.new"
    ]
    -customPageTitles: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -helpMessages: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -datePattern: "medium"
    -timePattern: "medium"
    -dateTimePattern: [
      "medium"
      "medium"
    ]
    -dateIntervalFormat: "%%y Year(s) %%m Month(s) %%d Day(s)"
    -timezone: "Europe/Berlin"
    -numberFormat: null
    -thousandsSeparator: null
    -decimalSeparator: null
    -defaultSort: [
      "id" => "DESC"
    ]
    -searchFields: []
    -searchMode: "all_terms"
    -autofocusSearch: false
    -showEntityActionsAsDropdown: false
    -paginatorDto: EasyCorp\Bundle\EasyAdminBundle\Dto\PaginatorDto {#29490 …}
    -overriddenTemplates: []
    -formThemes: [
      "@EasyAdmin/crud/form_theme.html.twig"
    ]
    -newFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29487 …}
    -editFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29488 …}
    -entityPermission: null
    -contentWidth: "full"
    -sidebarWidth: null
    -hideNullValues: false
    -askConfirmationOnBatchActions: true
    -defaultRowAction: [
      "edit"
      "detail"
    ]
    -defaultRowActionTrigger: "single"
    -autocompleteCallback: null
    -autocompleteTemplate: null
    -autocompleteRenderAsHtml: false
  }
  "action" => "detail"
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#30501
    -isAccessible: true
    -primaryKeyValue: 1211
    -fields: null
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#30504 …}
    -defaultActionUrl: null
    -fqcn: "App\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#818 …}
    -permission: null
    -entityInstance: Proxies\__CG__\App\Entity\User {#4146 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
130 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#29962
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ChoiceField"
  -propertyName: "status"
  -propertyNameSuffix: null
  -value: 0
  -formattedValue: EasyCorp\Bundle\EasyAdminBundle\Translation\TranslatableChoiceMessageCollection {#30517 …}
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#30522 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\ChoiceType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29937 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-select"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29933 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29932 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30515 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#29673 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29929 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
131 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#29912
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\NumberField"
  -propertyName: "certification.greenSignConformity"
  -propertyNameSuffix: null
  -value: 0.0
  -formattedValue: Twig\Markup {#29648 …}
  -formatValueCallable: Closure($value, $entity) {#28039 …}
  -label: Symfony\Component\Translation\TranslatableMessage {#30509 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\NumberType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29651 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-number"
  -columns: null
  -defaultColumns: "col-md-4 col-xxl-3"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29650 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29649 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30489 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#29093 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29646 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
132 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#29814
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\AssociationField"
  -propertyName: "type"
  -propertyNameSuffix: null
  -value: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
  -formattedValue: "Erst-Zertifizierungsaudit"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#30499 …}
  -formType: "Symfony\Bridge\Doctrine\Form\Type\EntityType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29812 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-association"
  -columns: null
  -defaultColumns: "col-md-7 col-xxl-6"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29820 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29822 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30531 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#30061 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29824 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
133 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#29823
  -isAccessible: true
  -primaryKeyValue: 1
  -fields: null
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#30536 …}
  -defaultActionUrl: null
  -fqcn: "App\Entity\Audit\AuditType"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1186 …}
  -permission: null
  -entityInstance: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
134 GRANTED EA_EXECUTE_ACTION
[
  "crud" => EasyCorp\Bundle\EasyAdminBundle\Dto\CrudDto {#29579
    -controllerFqcn: "App\Controller\Admin\Audit\AuditTypeCrudController"
    -fieldAssetsDto: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29580 …}
    -pageName: "detail"
    -actionName: "detail"
    -actionConfigDto: EasyCorp\Bundle\EasyAdminBundle\Dto\ActionConfigDto {#29603 …}
    -filters: EasyCorp\Bundle\EasyAdminBundle\Dto\FilterConfigDto {#29565 …}
    -entityFqcn: "App\Entity\Audit\AuditType"
    -entityLabelInSingular: Symfony\Component\Translation\TranslatableMessage {#29589 …}
    -entityLabelInPlural: Symfony\Component\Translation\TranslatableMessage {#29592 …}
    -defaultPageTitles: [
      "detail" => "page_title.detail"
      "edit" => "page_title.edit"
      "index" => "page_title.index"
      "new" => "page_title.new"
    ]
    -customPageTitles: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -helpMessages: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -datePattern: "medium"
    -timePattern: "medium"
    -dateTimePattern: [
      "medium"
      "medium"
    ]
    -dateIntervalFormat: "%%y Year(s) %%m Month(s) %%d Day(s)"
    -timezone: "Europe/Berlin"
    -numberFormat: null
    -thousandsSeparator: null
    -decimalSeparator: null
    -defaultSort: [
      "sorting" => "ASC"
    ]
    -searchFields: []
    -searchMode: "all_terms"
    -autofocusSearch: false
    -showEntityActionsAsDropdown: false
    -paginatorDto: EasyCorp\Bundle\EasyAdminBundle\Dto\PaginatorDto {#29584 …}
    -overriddenTemplates: [
      "crud/edit" => "admin/translate/form.html.twig"
    ]
    -formThemes: [
      "admin/form/form_override.html.twig"
    ]
    -newFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29581 …}
    -editFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29582 …}
    -entityPermission: null
    -contentWidth: "full"
    -sidebarWidth: null
    -hideNullValues: false
    -askConfirmationOnBatchActions: true
    -defaultRowAction: [
      "edit"
      "detail"
    ]
    -defaultRowActionTrigger: "single"
    -autocompleteCallback: null
    -autocompleteTemplate: null
    -autocompleteRenderAsHtml: false
  }
  "action" => "detail"
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#29823
    -isAccessible: true
    -primaryKeyValue: 1
    -fields: null
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#30536 …}
    -defaultActionUrl: null
    -fqcn: "App\Entity\Audit\AuditType"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1186 …}
    -permission: null
    -entityInstance: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
135 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#30135
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateTimeField"
  -propertyName: "auditDate"
  -propertyNameSuffix: null
  -value: DateTime @1768863600 {#10458
    date: 2026-01-20 00:00:00.0 Europe/Berlin (+01:00)
  }
  -formattedValue: Twig\Markup {#30556 …}
  -formatValueCallable: Closure($value, $entity) {#28250 …}
  -label: Symfony\Component\Translation\TranslatableMessage {#30552 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateTimeType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30233 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-datetime"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/datetime"
  -templatePath: "@EasyAdmin/crud/field/datetime.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#30309 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30400 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30553 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#30399 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30368 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
136 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#30463
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "id"
  -propertyNameSuffix: null
  -value: 641
  -formattedValue: "641"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#30627 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30461 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-id"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/id"
  -templatePath: "@EasyAdmin/crud/field/id.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#30462 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30459 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30630 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#30458 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30464 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
137 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#30439
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "certification.group.name"
  -propertyNameSuffix: null
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#30460 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30430 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#30435 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30434 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30633 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#30429 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30431 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
138 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#30432
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "certification.business.name"
  -propertyNameSuffix: null
  -value: "Moxy Berlin Humboldthain Park"
  -formattedValue: "Moxy Berlin Humboldthain Park"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#30632 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30423 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#30428 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30427 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30638 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#30422 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30424 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
139 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#30425
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IntegerField"
  -propertyName: "certification.business.greensignId"
  -propertyNameSuffix: null
  -value: 1278
  -formattedValue: 1278
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#30426 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\IntegerType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30416 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-integer"
  -columns: null
  -defaultColumns: "col-md-4 col-xxl-3"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#30421 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30420 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30643 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#30415 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30417 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
140 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#30418
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "certification.questionaire.title"
  -propertyNameSuffix: null
  -value: "GreenSign Hotel"
  -formattedValue: "GreenSign Hotel"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#30642 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30409 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#30414 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30413 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30648 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#30408 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30410 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
141 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#30134
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\AssociationField"
  -propertyName: "auditor"
  -propertyNameSuffix: null
  -value: Proxies\__CG__\App\Entity\User {#4146 …}
  -formattedValue: Twig\Markup {#30681 …}
  -formatValueCallable: Closure($value, $entity) {#28063 …}
  -label: Symfony\Component\Translation\TranslatableMessage {#30412 …}
  -formType: "Symfony\Bridge\Doctrine\Form\Type\EntityType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30137 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-association"
  -columns: null
  -defaultColumns: "col-md-7 col-xxl-6"
  -translationParameters: []
  -templateName: "crud/field/association"
  -templatePath: "@EasyAdmin/crud/field/association.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#30133 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30132 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30653 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#30121 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30129 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
142 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#30659
  -isAccessible: true
  -primaryKeyValue: 1211
  -fields: null
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#30662 …}
  -defaultActionUrl: null
  -fqcn: "App\Entity\User"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#818 …}
  -permission: null
  -entityInstance: Proxies\__CG__\App\Entity\User {#4146 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
143 GRANTED EA_EXECUTE_ACTION
[
  "crud" => EasyCorp\Bundle\EasyAdminBundle\Dto\CrudDto {#29485
    -controllerFqcn: "App\Controller\Admin\UserCrudController"
    -fieldAssetsDto: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29486 …}
    -pageName: "detail"
    -actionName: "detail"
    -actionConfigDto: EasyCorp\Bundle\EasyAdminBundle\Dto\ActionConfigDto {#29509 …}
    -filters: EasyCorp\Bundle\EasyAdminBundle\Dto\FilterConfigDto {#29471 …}
    -entityFqcn: "App\Entity\User"
    -entityLabelInSingular: Symfony\Component\Translation\TranslatableMessage {#29492 …}
    -entityLabelInPlural: Symfony\Component\Translation\TranslatableMessage {#29498 …}
    -defaultPageTitles: [
      "detail" => "page_title.detail"
      "edit" => "page_title.edit"
      "index" => "page_title.index"
      "new" => "page_title.new"
    ]
    -customPageTitles: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -helpMessages: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -datePattern: "medium"
    -timePattern: "medium"
    -dateTimePattern: [
      "medium"
      "medium"
    ]
    -dateIntervalFormat: "%%y Year(s) %%m Month(s) %%d Day(s)"
    -timezone: "Europe/Berlin"
    -numberFormat: null
    -thousandsSeparator: null
    -decimalSeparator: null
    -defaultSort: [
      "id" => "DESC"
    ]
    -searchFields: []
    -searchMode: "all_terms"
    -autofocusSearch: false
    -showEntityActionsAsDropdown: false
    -paginatorDto: EasyCorp\Bundle\EasyAdminBundle\Dto\PaginatorDto {#29490 …}
    -overriddenTemplates: []
    -formThemes: [
      "@EasyAdmin/crud/form_theme.html.twig"
    ]
    -newFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29487 …}
    -editFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29488 …}
    -entityPermission: null
    -contentWidth: "full"
    -sidebarWidth: null
    -hideNullValues: false
    -askConfirmationOnBatchActions: true
    -defaultRowAction: [
      "edit"
      "detail"
    ]
    -defaultRowActionTrigger: "single"
    -autocompleteCallback: null
    -autocompleteTemplate: null
    -autocompleteRenderAsHtml: false
  }
  "action" => "detail"
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#30659
    -isAccessible: true
    -primaryKeyValue: 1211
    -fields: null
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#30662 …}
    -defaultActionUrl: null
    -fqcn: "App\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#818 …}
    -permission: null
    -entityInstance: Proxies\__CG__\App\Entity\User {#4146 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
144 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#30120
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ChoiceField"
  -propertyName: "status"
  -propertyNameSuffix: null
  -value: 0
  -formattedValue: EasyCorp\Bundle\EasyAdminBundle\Translation\TranslatableChoiceMessageCollection {#30675 …}
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#30680 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\ChoiceType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30095 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-select"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#30091 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30090 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30673 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#29833 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30087 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
145 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#30070
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\NumberField"
  -propertyName: "certification.greenSignConformity"
  -propertyNameSuffix: null
  -value: 0.0
  -formattedValue: Twig\Markup {#29808 …}
  -formatValueCallable: Closure($value, $entity) {#28039 …}
  -label: Symfony\Component\Translation\TranslatableMessage {#30667 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\NumberType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29811 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-number"
  -columns: null
  -defaultColumns: "col-md-4 col-xxl-3"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29810 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29809 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30647 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#29271 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29806 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
146 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#29972
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\AssociationField"
  -propertyName: "type"
  -propertyNameSuffix: null
  -value: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
  -formattedValue: "Erst-Zertifizierungsaudit"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#30657 …}
  -formType: "Symfony\Bridge\Doctrine\Form\Type\EntityType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29970 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-association"
  -columns: null
  -defaultColumns: "col-md-7 col-xxl-6"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29978 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29980 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30689 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#30219 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29982 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
147 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#29981
  -isAccessible: true
  -primaryKeyValue: 1
  -fields: null
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#30694 …}
  -defaultActionUrl: null
  -fqcn: "App\Entity\Audit\AuditType"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1186 …}
  -permission: null
  -entityInstance: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
148 GRANTED EA_EXECUTE_ACTION
[
  "crud" => EasyCorp\Bundle\EasyAdminBundle\Dto\CrudDto {#29579
    -controllerFqcn: "App\Controller\Admin\Audit\AuditTypeCrudController"
    -fieldAssetsDto: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29580 …}
    -pageName: "detail"
    -actionName: "detail"
    -actionConfigDto: EasyCorp\Bundle\EasyAdminBundle\Dto\ActionConfigDto {#29603 …}
    -filters: EasyCorp\Bundle\EasyAdminBundle\Dto\FilterConfigDto {#29565 …}
    -entityFqcn: "App\Entity\Audit\AuditType"
    -entityLabelInSingular: Symfony\Component\Translation\TranslatableMessage {#29589 …}
    -entityLabelInPlural: Symfony\Component\Translation\TranslatableMessage {#29592 …}
    -defaultPageTitles: [
      "detail" => "page_title.detail"
      "edit" => "page_title.edit"
      "index" => "page_title.index"
      "new" => "page_title.new"
    ]
    -customPageTitles: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -helpMessages: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -datePattern: "medium"
    -timePattern: "medium"
    -dateTimePattern: [
      "medium"
      "medium"
    ]
    -dateIntervalFormat: "%%y Year(s) %%m Month(s) %%d Day(s)"
    -timezone: "Europe/Berlin"
    -numberFormat: null
    -thousandsSeparator: null
    -decimalSeparator: null
    -defaultSort: [
      "sorting" => "ASC"
    ]
    -searchFields: []
    -searchMode: "all_terms"
    -autofocusSearch: false
    -showEntityActionsAsDropdown: false
    -paginatorDto: EasyCorp\Bundle\EasyAdminBundle\Dto\PaginatorDto {#29584 …}
    -overriddenTemplates: [
      "crud/edit" => "admin/translate/form.html.twig"
    ]
    -formThemes: [
      "admin/form/form_override.html.twig"
    ]
    -newFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29581 …}
    -editFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29582 …}
    -entityPermission: null
    -contentWidth: "full"
    -sidebarWidth: null
    -hideNullValues: false
    -askConfirmationOnBatchActions: true
    -defaultRowAction: [
      "edit"
      "detail"
    ]
    -defaultRowActionTrigger: "single"
    -autocompleteCallback: null
    -autocompleteTemplate: null
    -autocompleteRenderAsHtml: false
  }
  "action" => "detail"
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#29981
    -isAccessible: true
    -primaryKeyValue: 1
    -fields: null
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#30694 …}
    -defaultActionUrl: null
    -fqcn: "App\Entity\Audit\AuditType"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1186 …}
    -permission: null
    -entityInstance: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
149 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#30293
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateTimeField"
  -propertyName: "auditDate"
  -propertyNameSuffix: null
  -value: DateTime @1768863600 {#10473
    date: 2026-01-20 00:00:00.0 Europe/Berlin (+01:00)
  }
  -formattedValue: Twig\Markup {#30714 …}
  -formatValueCallable: Closure($value, $entity) {#28250 …}
  -label: Symfony\Component\Translation\TranslatableMessage {#30710 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateTimeType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30391 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-datetime"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/datetime"
  -templatePath: "@EasyAdmin/crud/field/datetime.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#30467 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30558 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30711 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#30557 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30526 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
150 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#30621
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "id"
  -propertyNameSuffix: null
  -value: 287
  -formattedValue: "287"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#30785 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30619 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-id"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/id"
  -templatePath: "@EasyAdmin/crud/field/id.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#30620 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30617 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30788 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#30616 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30622 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
151 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#30597
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "certification.group.name"
  -propertyNameSuffix: null
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#30618 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30588 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#30593 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30592 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30791 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#30587 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30589 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
152 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#30590
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "certification.business.name"
  -propertyNameSuffix: null
  -value: "Liborianum"
  -formattedValue: "Liborianum"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#30790 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30581 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#30586 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30585 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30796 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#30580 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30582 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
153 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#30583
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IntegerField"
  -propertyName: "certification.business.greensignId"
  -propertyNameSuffix: null
  -value: 465
  -formattedValue: 465
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#30584 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\IntegerType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30574 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-integer"
  -columns: null
  -defaultColumns: "col-md-4 col-xxl-3"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#30579 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30578 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30801 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#30573 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30575 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
154 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#30576
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "certification.questionaire.title"
  -propertyNameSuffix: null
  -value: "GreenSign Hotel"
  -formattedValue: "GreenSign Hotel"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#30800 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30567 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#30572 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30571 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30806 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#30566 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30568 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
155 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#30292
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\AssociationField"
  -propertyName: "auditor"
  -propertyNameSuffix: null
  -value: Proxies\__CG__\App\Entity\User {#1875 …}
  -formattedValue: Twig\Markup {#30839 …}
  -formatValueCallable: Closure($value, $entity) {#28063 …}
  -label: Symfony\Component\Translation\TranslatableMessage {#30570 …}
  -formType: "Symfony\Bridge\Doctrine\Form\Type\EntityType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30295 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-association"
  -columns: null
  -defaultColumns: "col-md-7 col-xxl-6"
  -translationParameters: []
  -templateName: "crud/field/association"
  -templatePath: "@EasyAdmin/crud/field/association.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#30291 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30290 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30811 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#30279 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30287 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
156 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#30817
  -isAccessible: true
  -primaryKeyValue: 446
  -fields: null
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#30820 …}
  -defaultActionUrl: null
  -fqcn: "App\Entity\User"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#818 …}
  -permission: null
  -entityInstance: Proxies\__CG__\App\Entity\User {#1875 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
157 GRANTED EA_EXECUTE_ACTION
[
  "crud" => EasyCorp\Bundle\EasyAdminBundle\Dto\CrudDto {#29485
    -controllerFqcn: "App\Controller\Admin\UserCrudController"
    -fieldAssetsDto: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29486 …}
    -pageName: "detail"
    -actionName: "detail"
    -actionConfigDto: EasyCorp\Bundle\EasyAdminBundle\Dto\ActionConfigDto {#29509 …}
    -filters: EasyCorp\Bundle\EasyAdminBundle\Dto\FilterConfigDto {#29471 …}
    -entityFqcn: "App\Entity\User"
    -entityLabelInSingular: Symfony\Component\Translation\TranslatableMessage {#29492 …}
    -entityLabelInPlural: Symfony\Component\Translation\TranslatableMessage {#29498 …}
    -defaultPageTitles: [
      "detail" => "page_title.detail"
      "edit" => "page_title.edit"
      "index" => "page_title.index"
      "new" => "page_title.new"
    ]
    -customPageTitles: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -helpMessages: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -datePattern: "medium"
    -timePattern: "medium"
    -dateTimePattern: [
      "medium"
      "medium"
    ]
    -dateIntervalFormat: "%%y Year(s) %%m Month(s) %%d Day(s)"
    -timezone: "Europe/Berlin"
    -numberFormat: null
    -thousandsSeparator: null
    -decimalSeparator: null
    -defaultSort: [
      "id" => "DESC"
    ]
    -searchFields: []
    -searchMode: "all_terms"
    -autofocusSearch: false
    -showEntityActionsAsDropdown: false
    -paginatorDto: EasyCorp\Bundle\EasyAdminBundle\Dto\PaginatorDto {#29490 …}
    -overriddenTemplates: []
    -formThemes: [
      "@EasyAdmin/crud/form_theme.html.twig"
    ]
    -newFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29487 …}
    -editFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29488 …}
    -entityPermission: null
    -contentWidth: "full"
    -sidebarWidth: null
    -hideNullValues: false
    -askConfirmationOnBatchActions: true
    -defaultRowAction: [
      "edit"
      "detail"
    ]
    -defaultRowActionTrigger: "single"
    -autocompleteCallback: null
    -autocompleteTemplate: null
    -autocompleteRenderAsHtml: false
  }
  "action" => "detail"
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#30817
    -isAccessible: true
    -primaryKeyValue: 446
    -fields: null
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#30820 …}
    -defaultActionUrl: null
    -fqcn: "App\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#818 …}
    -permission: null
    -entityInstance: Proxies\__CG__\App\Entity\User {#1875 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
158 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#30278
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ChoiceField"
  -propertyName: "status"
  -propertyNameSuffix: null
  -value: 10
  -formattedValue: EasyCorp\Bundle\EasyAdminBundle\Translation\TranslatableChoiceMessageCollection {#30833 …}
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#30838 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\ChoiceType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30253 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-select"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#30249 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30248 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30831 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#29991 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30245 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
159 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#30228
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\NumberField"
  -propertyName: "certification.greenSignConformity"
  -propertyNameSuffix: null
  -value: 44.99
  -formattedValue: Twig\Markup {#29966 …}
  -formatValueCallable: Closure($value, $entity) {#28039 …}
  -label: Symfony\Component\Translation\TranslatableMessage {#30825 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\NumberType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29969 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-number"
  -columns: null
  -defaultColumns: "col-md-4 col-xxl-3"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29968 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29967 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30805 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#29074 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29964 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
160 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#30130
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\AssociationField"
  -propertyName: "type"
  -propertyNameSuffix: null
  -value: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
  -formattedValue: "1. Re-Zertifizierungsaudit"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#30815 …}
  -formType: "Symfony\Bridge\Doctrine\Form\Type\EntityType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30128 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-association"
  -columns: null
  -defaultColumns: "col-md-7 col-xxl-6"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#30136 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30138 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30847 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#30377 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30140 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
161 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#30139
  -isAccessible: true
  -primaryKeyValue: 3
  -fields: null
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#29537 …}
  -defaultActionUrl: null
  -fqcn: "App\Entity\Audit\AuditType"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1186 …}
  -permission: null
  -entityInstance: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
162 GRANTED EA_EXECUTE_ACTION
[
  "crud" => EasyCorp\Bundle\EasyAdminBundle\Dto\CrudDto {#29579
    -controllerFqcn: "App\Controller\Admin\Audit\AuditTypeCrudController"
    -fieldAssetsDto: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29580 …}
    -pageName: "detail"
    -actionName: "detail"
    -actionConfigDto: EasyCorp\Bundle\EasyAdminBundle\Dto\ActionConfigDto {#29603 …}
    -filters: EasyCorp\Bundle\EasyAdminBundle\Dto\FilterConfigDto {#29565 …}
    -entityFqcn: "App\Entity\Audit\AuditType"
    -entityLabelInSingular: Symfony\Component\Translation\TranslatableMessage {#29589 …}
    -entityLabelInPlural: Symfony\Component\Translation\TranslatableMessage {#29592 …}
    -defaultPageTitles: [
      "detail" => "page_title.detail"
      "edit" => "page_title.edit"
      "index" => "page_title.index"
      "new" => "page_title.new"
    ]
    -customPageTitles: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -helpMessages: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -datePattern: "medium"
    -timePattern: "medium"
    -dateTimePattern: [
      "medium"
      "medium"
    ]
    -dateIntervalFormat: "%%y Year(s) %%m Month(s) %%d Day(s)"
    -timezone: "Europe/Berlin"
    -numberFormat: null
    -thousandsSeparator: null
    -decimalSeparator: null
    -defaultSort: [
      "sorting" => "ASC"
    ]
    -searchFields: []
    -searchMode: "all_terms"
    -autofocusSearch: false
    -showEntityActionsAsDropdown: false
    -paginatorDto: EasyCorp\Bundle\EasyAdminBundle\Dto\PaginatorDto {#29584 …}
    -overriddenTemplates: [
      "crud/edit" => "admin/translate/form.html.twig"
    ]
    -formThemes: [
      "admin/form/form_override.html.twig"
    ]
    -newFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29581 …}
    -editFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29582 …}
    -entityPermission: null
    -contentWidth: "full"
    -sidebarWidth: null
    -hideNullValues: false
    -askConfirmationOnBatchActions: true
    -defaultRowAction: [
      "edit"
      "detail"
    ]
    -defaultRowActionTrigger: "single"
    -autocompleteCallback: null
    -autocompleteTemplate: null
    -autocompleteRenderAsHtml: false
  }
  "action" => "detail"
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#30139
    -isAccessible: true
    -primaryKeyValue: 3
    -fields: null
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#29537 …}
    -defaultActionUrl: null
    -fqcn: "App\Entity\Audit\AuditType"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1186 …}
    -permission: null
    -entityInstance: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
163 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#30451
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateTimeField"
  -propertyName: "auditDate"
  -propertyNameSuffix: null
  -value: DateTime @1768431600 {#5513
    date: 2026-01-15 00:00:00.0 Europe/Berlin (+01:00)
  }
  -formattedValue: Twig\Markup {#30875 …}
  -formatValueCallable: Closure($value, $entity) {#28250 …}
  -label: Symfony\Component\Translation\TranslatableMessage {#30871 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateTimeType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30549 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-datetime"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/datetime"
  -templatePath: "@EasyAdmin/crud/field/datetime.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#30625 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30716 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30872 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#30715 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30684 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
164 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#30779
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "id"
  -propertyNameSuffix: null
  -value: 585
  -formattedValue: "585"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#30946 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30777 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-id"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/id"
  -templatePath: "@EasyAdmin/crud/field/id.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#30778 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30775 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30949 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#30774 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30780 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
165 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#30755
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "certification.group.name"
  -propertyNameSuffix: null
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#30776 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30746 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#30751 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30750 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30952 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#30745 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30747 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
166 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#30748
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "certification.business.name"
  -propertyNameSuffix: null
  -value: "Hotel INCLUDiO"
  -formattedValue: "Hotel INCLUDiO"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#30951 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30739 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#30744 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30743 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30957 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#30738 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30740 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
167 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#30741
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IntegerField"
  -propertyName: "certification.business.greensignId"
  -propertyNameSuffix: null
  -value: 1250
  -formattedValue: 1250
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#30742 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\IntegerType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30732 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-integer"
  -columns: null
  -defaultColumns: "col-md-4 col-xxl-3"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#30737 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30736 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30962 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#30731 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30733 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
168 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#30734
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "certification.questionaire.title"
  -propertyNameSuffix: null
  -value: "GreenSign Hotel"
  -formattedValue: "GreenSign Hotel"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#30961 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30725 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#30730 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30729 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30967 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#30724 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30726 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
169 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#30450
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\AssociationField"
  -propertyName: "auditor"
  -propertyNameSuffix: null
  -value: Proxies\__CG__\App\Entity\User {#4146 …}
  -formattedValue: Twig\Markup {#31000 …}
  -formatValueCallable: Closure($value, $entity) {#28063 …}
  -label: Symfony\Component\Translation\TranslatableMessage {#30728 …}
  -formType: "Symfony\Bridge\Doctrine\Form\Type\EntityType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30453 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-association"
  -columns: null
  -defaultColumns: "col-md-7 col-xxl-6"
  -translationParameters: []
  -templateName: "crud/field/association"
  -templatePath: "@EasyAdmin/crud/field/association.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#30449 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30448 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30972 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#30437 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30445 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
170 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#30978
  -isAccessible: true
  -primaryKeyValue: 1211
  -fields: null
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#30981 …}
  -defaultActionUrl: null
  -fqcn: "App\Entity\User"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#818 …}
  -permission: null
  -entityInstance: Proxies\__CG__\App\Entity\User {#4146 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
171 GRANTED EA_EXECUTE_ACTION
[
  "crud" => EasyCorp\Bundle\EasyAdminBundle\Dto\CrudDto {#29485
    -controllerFqcn: "App\Controller\Admin\UserCrudController"
    -fieldAssetsDto: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29486 …}
    -pageName: "detail"
    -actionName: "detail"
    -actionConfigDto: EasyCorp\Bundle\EasyAdminBundle\Dto\ActionConfigDto {#29509 …}
    -filters: EasyCorp\Bundle\EasyAdminBundle\Dto\FilterConfigDto {#29471 …}
    -entityFqcn: "App\Entity\User"
    -entityLabelInSingular: Symfony\Component\Translation\TranslatableMessage {#29492 …}
    -entityLabelInPlural: Symfony\Component\Translation\TranslatableMessage {#29498 …}
    -defaultPageTitles: [
      "detail" => "page_title.detail"
      "edit" => "page_title.edit"
      "index" => "page_title.index"
      "new" => "page_title.new"
    ]
    -customPageTitles: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -helpMessages: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -datePattern: "medium"
    -timePattern: "medium"
    -dateTimePattern: [
      "medium"
      "medium"
    ]
    -dateIntervalFormat: "%%y Year(s) %%m Month(s) %%d Day(s)"
    -timezone: "Europe/Berlin"
    -numberFormat: null
    -thousandsSeparator: null
    -decimalSeparator: null
    -defaultSort: [
      "id" => "DESC"
    ]
    -searchFields: []
    -searchMode: "all_terms"
    -autofocusSearch: false
    -showEntityActionsAsDropdown: false
    -paginatorDto: EasyCorp\Bundle\EasyAdminBundle\Dto\PaginatorDto {#29490 …}
    -overriddenTemplates: []
    -formThemes: [
      "@EasyAdmin/crud/form_theme.html.twig"
    ]
    -newFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29487 …}
    -editFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29488 …}
    -entityPermission: null
    -contentWidth: "full"
    -sidebarWidth: null
    -hideNullValues: false
    -askConfirmationOnBatchActions: true
    -defaultRowAction: [
      "edit"
      "detail"
    ]
    -defaultRowActionTrigger: "single"
    -autocompleteCallback: null
    -autocompleteTemplate: null
    -autocompleteRenderAsHtml: false
  }
  "action" => "detail"
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#30978
    -isAccessible: true
    -primaryKeyValue: 1211
    -fields: null
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#30981 …}
    -defaultActionUrl: null
    -fqcn: "App\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#818 …}
    -permission: null
    -entityInstance: Proxies\__CG__\App\Entity\User {#4146 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
172 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#30436
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ChoiceField"
  -propertyName: "status"
  -propertyNameSuffix: null
  -value: 0
  -formattedValue: EasyCorp\Bundle\EasyAdminBundle\Translation\TranslatableChoiceMessageCollection {#30994 …}
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#30999 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\ChoiceType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30411 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-select"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#30407 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30406 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30992 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#30149 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30403 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
173 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#30386
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\NumberField"
  -propertyName: "certification.greenSignConformity"
  -propertyNameSuffix: null
  -value: 24.35
  -formattedValue: Twig\Markup {#30124 …}
  -formatValueCallable: Closure($value, $entity) {#28039 …}
  -label: Symfony\Component\Translation\TranslatableMessage {#30986 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\NumberType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30127 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-number"
  -columns: null
  -defaultColumns: "col-md-4 col-xxl-3"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#30126 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30125 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30966 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#29300 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30122 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
174 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#30288
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\AssociationField"
  -propertyName: "type"
  -propertyNameSuffix: null
  -value: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
  -formattedValue: "Erst-Zertifizierungsaudit"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#30976 …}
  -formType: "Symfony\Bridge\Doctrine\Form\Type\EntityType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30286 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-association"
  -columns: null
  -defaultColumns: "col-md-7 col-xxl-6"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#30294 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30296 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31008 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#30535 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30298 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
175 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#30297
  -isAccessible: true
  -primaryKeyValue: 1
  -fields: null
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#31013 …}
  -defaultActionUrl: null
  -fqcn: "App\Entity\Audit\AuditType"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1186 …}
  -permission: null
  -entityInstance: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
176 GRANTED EA_EXECUTE_ACTION
[
  "crud" => EasyCorp\Bundle\EasyAdminBundle\Dto\CrudDto {#29579
    -controllerFqcn: "App\Controller\Admin\Audit\AuditTypeCrudController"
    -fieldAssetsDto: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29580 …}
    -pageName: "detail"
    -actionName: "detail"
    -actionConfigDto: EasyCorp\Bundle\EasyAdminBundle\Dto\ActionConfigDto {#29603 …}
    -filters: EasyCorp\Bundle\EasyAdminBundle\Dto\FilterConfigDto {#29565 …}
    -entityFqcn: "App\Entity\Audit\AuditType"
    -entityLabelInSingular: Symfony\Component\Translation\TranslatableMessage {#29589 …}
    -entityLabelInPlural: Symfony\Component\Translation\TranslatableMessage {#29592 …}
    -defaultPageTitles: [
      "detail" => "page_title.detail"
      "edit" => "page_title.edit"
      "index" => "page_title.index"
      "new" => "page_title.new"
    ]
    -customPageTitles: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -helpMessages: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -datePattern: "medium"
    -timePattern: "medium"
    -dateTimePattern: [
      "medium"
      "medium"
    ]
    -dateIntervalFormat: "%%y Year(s) %%m Month(s) %%d Day(s)"
    -timezone: "Europe/Berlin"
    -numberFormat: null
    -thousandsSeparator: null
    -decimalSeparator: null
    -defaultSort: [
      "sorting" => "ASC"
    ]
    -searchFields: []
    -searchMode: "all_terms"
    -autofocusSearch: false
    -showEntityActionsAsDropdown: false
    -paginatorDto: EasyCorp\Bundle\EasyAdminBundle\Dto\PaginatorDto {#29584 …}
    -overriddenTemplates: [
      "crud/edit" => "admin/translate/form.html.twig"
    ]
    -formThemes: [
      "admin/form/form_override.html.twig"
    ]
    -newFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29581 …}
    -editFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29582 …}
    -entityPermission: null
    -contentWidth: "full"
    -sidebarWidth: null
    -hideNullValues: false
    -askConfirmationOnBatchActions: true
    -defaultRowAction: [
      "edit"
      "detail"
    ]
    -defaultRowActionTrigger: "single"
    -autocompleteCallback: null
    -autocompleteTemplate: null
    -autocompleteRenderAsHtml: false
  }
  "action" => "detail"
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#30297
    -isAccessible: true
    -primaryKeyValue: 1
    -fields: null
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#31013 …}
    -defaultActionUrl: null
    -fqcn: "App\Entity\Audit\AuditType"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1186 …}
    -permission: null
    -entityInstance: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
177 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#30609
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateTimeField"
  -propertyName: "auditDate"
  -propertyNameSuffix: null
  -value: DateTime @1768431600 {#9739
    date: 2026-01-15 00:00:00.0 Europe/Berlin (+01:00)
  }
  -formattedValue: Twig\Markup {#31033 …}
  -formatValueCallable: Closure($value, $entity) {#28250 …}
  -label: Symfony\Component\Translation\TranslatableMessage {#31029 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateTimeType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30707 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-datetime"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/datetime"
  -templatePath: "@EasyAdmin/crud/field/datetime.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#30783 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30877 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31030 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#30876 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30857 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
178 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#30940
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "id"
  -propertyNameSuffix: null
  -value: 519
  -formattedValue: "519"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#31104 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30938 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-id"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/id"
  -templatePath: "@EasyAdmin/crud/field/id.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#30939 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30936 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31107 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#30935 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30941 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
179 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#30916
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "certification.group.name"
  -propertyNameSuffix: null
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#30937 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30907 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#30912 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30911 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31110 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#30906 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30908 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
180 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#30909
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "certification.business.name"
  -propertyNameSuffix: null
  -value: "Four Points by Sheraton Offenbach Plaza"
  -formattedValue: "Four Points by Sheraton Offenbach Plaza"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#31109 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30900 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#30905 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30904 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31115 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#30899 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30901 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
181 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#30902
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IntegerField"
  -propertyName: "certification.business.greensignId"
  -propertyNameSuffix: null
  -value: 1231
  -formattedValue: 1231
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#30903 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\IntegerType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30893 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-integer"
  -columns: null
  -defaultColumns: "col-md-4 col-xxl-3"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#30898 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30897 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31120 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#30892 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30894 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
182 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#30895
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "certification.questionaire.title"
  -propertyNameSuffix: null
  -value: "GreenSign Hotel"
  -formattedValue: "GreenSign Hotel"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#31119 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30886 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#30891 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30890 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31125 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#30885 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30887 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
183 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#30608
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\AssociationField"
  -propertyName: "auditor"
  -propertyNameSuffix: null
  -value: Proxies\__CG__\App\Entity\User {#1875 …}
  -formattedValue: Twig\Markup {#31158 …}
  -formatValueCallable: Closure($value, $entity) {#28063 …}
  -label: Symfony\Component\Translation\TranslatableMessage {#30889 …}
  -formType: "Symfony\Bridge\Doctrine\Form\Type\EntityType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30611 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-association"
  -columns: null
  -defaultColumns: "col-md-7 col-xxl-6"
  -translationParameters: []
  -templateName: "crud/field/association"
  -templatePath: "@EasyAdmin/crud/field/association.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#30607 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30606 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31130 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#30595 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30603 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
184 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#31136
  -isAccessible: true
  -primaryKeyValue: 446
  -fields: null
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#31139 …}
  -defaultActionUrl: null
  -fqcn: "App\Entity\User"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#818 …}
  -permission: null
  -entityInstance: Proxies\__CG__\App\Entity\User {#1875 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
185 GRANTED EA_EXECUTE_ACTION
[
  "crud" => EasyCorp\Bundle\EasyAdminBundle\Dto\CrudDto {#29485
    -controllerFqcn: "App\Controller\Admin\UserCrudController"
    -fieldAssetsDto: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29486 …}
    -pageName: "detail"
    -actionName: "detail"
    -actionConfigDto: EasyCorp\Bundle\EasyAdminBundle\Dto\ActionConfigDto {#29509 …}
    -filters: EasyCorp\Bundle\EasyAdminBundle\Dto\FilterConfigDto {#29471 …}
    -entityFqcn: "App\Entity\User"
    -entityLabelInSingular: Symfony\Component\Translation\TranslatableMessage {#29492 …}
    -entityLabelInPlural: Symfony\Component\Translation\TranslatableMessage {#29498 …}
    -defaultPageTitles: [
      "detail" => "page_title.detail"
      "edit" => "page_title.edit"
      "index" => "page_title.index"
      "new" => "page_title.new"
    ]
    -customPageTitles: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -helpMessages: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -datePattern: "medium"
    -timePattern: "medium"
    -dateTimePattern: [
      "medium"
      "medium"
    ]
    -dateIntervalFormat: "%%y Year(s) %%m Month(s) %%d Day(s)"
    -timezone: "Europe/Berlin"
    -numberFormat: null
    -thousandsSeparator: null
    -decimalSeparator: null
    -defaultSort: [
      "id" => "DESC"
    ]
    -searchFields: []
    -searchMode: "all_terms"
    -autofocusSearch: false
    -showEntityActionsAsDropdown: false
    -paginatorDto: EasyCorp\Bundle\EasyAdminBundle\Dto\PaginatorDto {#29490 …}
    -overriddenTemplates: []
    -formThemes: [
      "@EasyAdmin/crud/form_theme.html.twig"
    ]
    -newFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29487 …}
    -editFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29488 …}
    -entityPermission: null
    -contentWidth: "full"
    -sidebarWidth: null
    -hideNullValues: false
    -askConfirmationOnBatchActions: true
    -defaultRowAction: [
      "edit"
      "detail"
    ]
    -defaultRowActionTrigger: "single"
    -autocompleteCallback: null
    -autocompleteTemplate: null
    -autocompleteRenderAsHtml: false
  }
  "action" => "detail"
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#31136
    -isAccessible: true
    -primaryKeyValue: 446
    -fields: null
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#31139 …}
    -defaultActionUrl: null
    -fqcn: "App\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#818 …}
    -permission: null
    -entityInstance: Proxies\__CG__\App\Entity\User {#1875 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
186 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#30594
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ChoiceField"
  -propertyName: "status"
  -propertyNameSuffix: null
  -value: 10
  -formattedValue: EasyCorp\Bundle\EasyAdminBundle\Translation\TranslatableChoiceMessageCollection {#31152 …}
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#31157 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\ChoiceType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30569 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-select"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#30565 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30564 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31150 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#30307 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30561 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
187 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#30544
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\NumberField"
  -propertyName: "certification.greenSignConformity"
  -propertyNameSuffix: null
  -value: 81.63
  -formattedValue: Twig\Markup {#30282 …}
  -formatValueCallable: Closure($value, $entity) {#28039 …}
  -label: Symfony\Component\Translation\TranslatableMessage {#31144 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\NumberType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30285 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-number"
  -columns: null
  -defaultColumns: "col-md-4 col-xxl-3"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#30284 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30283 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31124 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#29553 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30280 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
188 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#30446
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\AssociationField"
  -propertyName: "type"
  -propertyNameSuffix: null
  -value: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
  -formattedValue: "Erst-Zertifizierungsaudit"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#31134 …}
  -formType: "Symfony\Bridge\Doctrine\Form\Type\EntityType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30444 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-association"
  -columns: null
  -defaultColumns: "col-md-7 col-xxl-6"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#30452 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30454 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31166 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#30693 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30456 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
189 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#30455
  -isAccessible: true
  -primaryKeyValue: 1
  -fields: null
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#31171 …}
  -defaultActionUrl: null
  -fqcn: "App\Entity\Audit\AuditType"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1186 …}
  -permission: null
  -entityInstance: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
190 GRANTED EA_EXECUTE_ACTION
[
  "crud" => EasyCorp\Bundle\EasyAdminBundle\Dto\CrudDto {#29579
    -controllerFqcn: "App\Controller\Admin\Audit\AuditTypeCrudController"
    -fieldAssetsDto: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29580 …}
    -pageName: "detail"
    -actionName: "detail"
    -actionConfigDto: EasyCorp\Bundle\EasyAdminBundle\Dto\ActionConfigDto {#29603 …}
    -filters: EasyCorp\Bundle\EasyAdminBundle\Dto\FilterConfigDto {#29565 …}
    -entityFqcn: "App\Entity\Audit\AuditType"
    -entityLabelInSingular: Symfony\Component\Translation\TranslatableMessage {#29589 …}
    -entityLabelInPlural: Symfony\Component\Translation\TranslatableMessage {#29592 …}
    -defaultPageTitles: [
      "detail" => "page_title.detail"
      "edit" => "page_title.edit"
      "index" => "page_title.index"
      "new" => "page_title.new"
    ]
    -customPageTitles: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -helpMessages: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -datePattern: "medium"
    -timePattern: "medium"
    -dateTimePattern: [
      "medium"
      "medium"
    ]
    -dateIntervalFormat: "%%y Year(s) %%m Month(s) %%d Day(s)"
    -timezone: "Europe/Berlin"
    -numberFormat: null
    -thousandsSeparator: null
    -decimalSeparator: null
    -defaultSort: [
      "sorting" => "ASC"
    ]
    -searchFields: []
    -searchMode: "all_terms"
    -autofocusSearch: false
    -showEntityActionsAsDropdown: false
    -paginatorDto: EasyCorp\Bundle\EasyAdminBundle\Dto\PaginatorDto {#29584 …}
    -overriddenTemplates: [
      "crud/edit" => "admin/translate/form.html.twig"
    ]
    -formThemes: [
      "admin/form/form_override.html.twig"
    ]
    -newFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29581 …}
    -editFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29582 …}
    -entityPermission: null
    -contentWidth: "full"
    -sidebarWidth: null
    -hideNullValues: false
    -askConfirmationOnBatchActions: true
    -defaultRowAction: [
      "edit"
      "detail"
    ]
    -defaultRowActionTrigger: "single"
    -autocompleteCallback: null
    -autocompleteTemplate: null
    -autocompleteRenderAsHtml: false
  }
  "action" => "detail"
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#30455
    -isAccessible: true
    -primaryKeyValue: 1
    -fields: null
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#31171 …}
    -defaultActionUrl: null
    -fqcn: "App\Entity\Audit\AuditType"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1186 …}
    -permission: null
    -entityInstance: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
191 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#30767
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateTimeField"
  -propertyName: "auditDate"
  -propertyNameSuffix: null
  -value: DateTime @1768345200 {#8770
    date: 2026-01-14 00:00:00.0 Europe/Berlin (+01:00)
  }
  -formattedValue: Twig\Markup {#31191 …}
  -formatValueCallable: Closure($value, $entity) {#28250 …}
  -label: Symfony\Component\Translation\TranslatableMessage {#31187 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateTimeType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30868 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-datetime"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/datetime"
  -templatePath: "@EasyAdmin/crud/field/datetime.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#30944 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31035 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31188 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#31034 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31003 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
192 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#31098
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "id"
  -propertyNameSuffix: null
  -value: 554
  -formattedValue: "554"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#31262 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31096 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-id"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/id"
  -templatePath: "@EasyAdmin/crud/field/id.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#31097 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31094 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31265 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#31093 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31099 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
193 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#31074
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "certification.group.name"
  -propertyNameSuffix: null
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#31095 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31065 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#31070 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31069 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31268 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#31064 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31066 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
194 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#31067
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "certification.business.name"
  -propertyNameSuffix: null
  -value: "Welcome Hotel Legden"
  -formattedValue: "Welcome Hotel Legden"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#31267 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31058 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#31063 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31062 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31273 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#31057 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31059 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
195 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#31060
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IntegerField"
  -propertyName: "certification.business.greensignId"
  -propertyNameSuffix: null
  -value: 1234
  -formattedValue: 1234
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#31061 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\IntegerType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31051 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-integer"
  -columns: null
  -defaultColumns: "col-md-4 col-xxl-3"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#31056 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31055 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31278 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#31050 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31052 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
196 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#31053
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "certification.questionaire.title"
  -propertyNameSuffix: null
  -value: "GreenSign Hotel"
  -formattedValue: "GreenSign Hotel"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#31277 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31044 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#31049 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31048 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31283 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#31043 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31045 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
197 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#30766
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\AssociationField"
  -propertyName: "auditor"
  -propertyNameSuffix: null
  -value: Proxies\__CG__\App\Entity\User {#1435 …}
  -formattedValue: Twig\Markup {#31316 …}
  -formatValueCallable: Closure($value, $entity) {#28063 …}
  -label: Symfony\Component\Translation\TranslatableMessage {#31047 …}
  -formType: "Symfony\Bridge\Doctrine\Form\Type\EntityType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30769 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-association"
  -columns: null
  -defaultColumns: "col-md-7 col-xxl-6"
  -translationParameters: []
  -templateName: "crud/field/association"
  -templatePath: "@EasyAdmin/crud/field/association.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#30765 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30764 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31288 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#30753 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30761 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
198 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#31294
  -isAccessible: true
  -primaryKeyValue: 81
  -fields: null
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#31297 …}
  -defaultActionUrl: null
  -fqcn: "App\Entity\User"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#818 …}
  -permission: null
  -entityInstance: Proxies\__CG__\App\Entity\User {#1435 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
199 GRANTED EA_EXECUTE_ACTION
[
  "crud" => EasyCorp\Bundle\EasyAdminBundle\Dto\CrudDto {#29485
    -controllerFqcn: "App\Controller\Admin\UserCrudController"
    -fieldAssetsDto: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29486 …}
    -pageName: "detail"
    -actionName: "detail"
    -actionConfigDto: EasyCorp\Bundle\EasyAdminBundle\Dto\ActionConfigDto {#29509 …}
    -filters: EasyCorp\Bundle\EasyAdminBundle\Dto\FilterConfigDto {#29471 …}
    -entityFqcn: "App\Entity\User"
    -entityLabelInSingular: Symfony\Component\Translation\TranslatableMessage {#29492 …}
    -entityLabelInPlural: Symfony\Component\Translation\TranslatableMessage {#29498 …}
    -defaultPageTitles: [
      "detail" => "page_title.detail"
      "edit" => "page_title.edit"
      "index" => "page_title.index"
      "new" => "page_title.new"
    ]
    -customPageTitles: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -helpMessages: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -datePattern: "medium"
    -timePattern: "medium"
    -dateTimePattern: [
      "medium"
      "medium"
    ]
    -dateIntervalFormat: "%%y Year(s) %%m Month(s) %%d Day(s)"
    -timezone: "Europe/Berlin"
    -numberFormat: null
    -thousandsSeparator: null
    -decimalSeparator: null
    -defaultSort: [
      "id" => "DESC"
    ]
    -searchFields: []
    -searchMode: "all_terms"
    -autofocusSearch: false
    -showEntityActionsAsDropdown: false
    -paginatorDto: EasyCorp\Bundle\EasyAdminBundle\Dto\PaginatorDto {#29490 …}
    -overriddenTemplates: []
    -formThemes: [
      "@EasyAdmin/crud/form_theme.html.twig"
    ]
    -newFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29487 …}
    -editFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29488 …}
    -entityPermission: null
    -contentWidth: "full"
    -sidebarWidth: null
    -hideNullValues: false
    -askConfirmationOnBatchActions: true
    -defaultRowAction: [
      "edit"
      "detail"
    ]
    -defaultRowActionTrigger: "single"
    -autocompleteCallback: null
    -autocompleteTemplate: null
    -autocompleteRenderAsHtml: false
  }
  "action" => "detail"
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#31294
    -isAccessible: true
    -primaryKeyValue: 81
    -fields: null
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#31297 …}
    -defaultActionUrl: null
    -fqcn: "App\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#818 …}
    -permission: null
    -entityInstance: Proxies\__CG__\App\Entity\User {#1435 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
200 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#30752
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ChoiceField"
  -propertyName: "status"
  -propertyNameSuffix: null
  -value: 0
  -formattedValue: EasyCorp\Bundle\EasyAdminBundle\Translation\TranslatableChoiceMessageCollection {#31310 …}
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#31315 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\ChoiceType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30727 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-select"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#30723 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30722 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31308 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#30465 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30719 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
201 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#30702
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\NumberField"
  -propertyName: "certification.greenSignConformity"
  -propertyNameSuffix: null
  -value: 51.29
  -formattedValue: Twig\Markup {#30440 …}
  -formatValueCallable: Closure($value, $entity) {#28039 …}
  -label: Symfony\Component\Translation\TranslatableMessage {#31302 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\NumberType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30443 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-number"
  -columns: null
  -defaultColumns: "col-md-4 col-xxl-3"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#30442 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30441 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31282 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#29751 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30438 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
202 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#30604
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\AssociationField"
  -propertyName: "type"
  -propertyNameSuffix: null
  -value: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
  -formattedValue: "Erst-Zertifizierungsaudit"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#31292 …}
  -formType: "Symfony\Bridge\Doctrine\Form\Type\EntityType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30602 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-association"
  -columns: null
  -defaultColumns: "col-md-7 col-xxl-6"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#30610 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30612 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31324 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#30842 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30614 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
203 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#30613
  -isAccessible: true
  -primaryKeyValue: 1
  -fields: null
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#31329 …}
  -defaultActionUrl: null
  -fqcn: "App\Entity\Audit\AuditType"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1186 …}
  -permission: null
  -entityInstance: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
204 GRANTED EA_EXECUTE_ACTION
[
  "crud" => EasyCorp\Bundle\EasyAdminBundle\Dto\CrudDto {#29579
    -controllerFqcn: "App\Controller\Admin\Audit\AuditTypeCrudController"
    -fieldAssetsDto: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29580 …}
    -pageName: "detail"
    -actionName: "detail"
    -actionConfigDto: EasyCorp\Bundle\EasyAdminBundle\Dto\ActionConfigDto {#29603 …}
    -filters: EasyCorp\Bundle\EasyAdminBundle\Dto\FilterConfigDto {#29565 …}
    -entityFqcn: "App\Entity\Audit\AuditType"
    -entityLabelInSingular: Symfony\Component\Translation\TranslatableMessage {#29589 …}
    -entityLabelInPlural: Symfony\Component\Translation\TranslatableMessage {#29592 …}
    -defaultPageTitles: [
      "detail" => "page_title.detail"
      "edit" => "page_title.edit"
      "index" => "page_title.index"
      "new" => "page_title.new"
    ]
    -customPageTitles: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -helpMessages: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -datePattern: "medium"
    -timePattern: "medium"
    -dateTimePattern: [
      "medium"
      "medium"
    ]
    -dateIntervalFormat: "%%y Year(s) %%m Month(s) %%d Day(s)"
    -timezone: "Europe/Berlin"
    -numberFormat: null
    -thousandsSeparator: null
    -decimalSeparator: null
    -defaultSort: [
      "sorting" => "ASC"
    ]
    -searchFields: []
    -searchMode: "all_terms"
    -autofocusSearch: false
    -showEntityActionsAsDropdown: false
    -paginatorDto: EasyCorp\Bundle\EasyAdminBundle\Dto\PaginatorDto {#29584 …}
    -overriddenTemplates: [
      "crud/edit" => "admin/translate/form.html.twig"
    ]
    -formThemes: [
      "admin/form/form_override.html.twig"
    ]
    -newFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29581 …}
    -editFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29582 …}
    -entityPermission: null
    -contentWidth: "full"
    -sidebarWidth: null
    -hideNullValues: false
    -askConfirmationOnBatchActions: true
    -defaultRowAction: [
      "edit"
      "detail"
    ]
    -defaultRowActionTrigger: "single"
    -autocompleteCallback: null
    -autocompleteTemplate: null
    -autocompleteRenderAsHtml: false
  }
  "action" => "detail"
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#30613
    -isAccessible: true
    -primaryKeyValue: 1
    -fields: null
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#31329 …}
    -defaultActionUrl: null
    -fqcn: "App\Entity\Audit\AuditType"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1186 …}
    -permission: null
    -entityInstance: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
205 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#30928
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateTimeField"
  -propertyName: "auditDate"
  -propertyNameSuffix: null
  -value: DateTime @1768345200 {#9324
    date: 2026-01-14 00:00:00.0 Europe/Berlin (+01:00)
  }
  -formattedValue: Twig\Markup {#31349 …}
  -formatValueCallable: Closure($value, $entity) {#28250 …}
  -label: Symfony\Component\Translation\TranslatableMessage {#31345 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateTimeType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31026 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-datetime"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/datetime"
  -templatePath: "@EasyAdmin/crud/field/datetime.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#31102 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31193 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31346 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#31192 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31161 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
206 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#31256
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "id"
  -propertyNameSuffix: null
  -value: 521
  -formattedValue: "521"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#31420 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31254 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-id"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/id"
  -templatePath: "@EasyAdmin/crud/field/id.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#31255 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31252 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31423 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#31251 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31257 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
207 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#31232
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "certification.group.name"
  -propertyNameSuffix: null
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#31253 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31223 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#31228 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31227 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31426 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#31222 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31224 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
208 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#31225
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "certification.business.name"
  -propertyNameSuffix: null
  -value: "Maritim Hotel Bad Salzuflen"
  -formattedValue: "Maritim Hotel Bad Salzuflen"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#31425 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31216 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#31221 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31220 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31431 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#31215 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31217 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
209 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#31218
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IntegerField"
  -propertyName: "certification.business.greensignId"
  -propertyNameSuffix: null
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#31219 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\IntegerType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31209 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-integer"
  -columns: null
  -defaultColumns: "col-md-4 col-xxl-3"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#31214 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31213 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31436 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#31208 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31210 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
210 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#31211
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "certification.questionaire.title"
  -propertyNameSuffix: null
  -value: "GreenSign Hotel"
  -formattedValue: "GreenSign Hotel"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#31435 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31202 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#31207 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31206 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31441 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#31201 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31203 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
211 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#30927
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\AssociationField"
  -propertyName: "auditor"
  -propertyNameSuffix: null
  -value: Proxies\__CG__\App\Entity\User {#1435 …}
  -formattedValue: Twig\Markup {#31474 …}
  -formatValueCallable: Closure($value, $entity) {#28063 …}
  -label: Symfony\Component\Translation\TranslatableMessage {#31205 …}
  -formType: "Symfony\Bridge\Doctrine\Form\Type\EntityType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30930 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-association"
  -columns: null
  -defaultColumns: "col-md-7 col-xxl-6"
  -translationParameters: []
  -templateName: "crud/field/association"
  -templatePath: "@EasyAdmin/crud/field/association.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#30926 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30925 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31446 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#30914 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30922 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
212 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#31452
  -isAccessible: true
  -primaryKeyValue: 81
  -fields: null
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#31455 …}
  -defaultActionUrl: null
  -fqcn: "App\Entity\User"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#818 …}
  -permission: null
  -entityInstance: Proxies\__CG__\App\Entity\User {#1435 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
213 GRANTED EA_EXECUTE_ACTION
[
  "crud" => EasyCorp\Bundle\EasyAdminBundle\Dto\CrudDto {#29485
    -controllerFqcn: "App\Controller\Admin\UserCrudController"
    -fieldAssetsDto: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29486 …}
    -pageName: "detail"
    -actionName: "detail"
    -actionConfigDto: EasyCorp\Bundle\EasyAdminBundle\Dto\ActionConfigDto {#29509 …}
    -filters: EasyCorp\Bundle\EasyAdminBundle\Dto\FilterConfigDto {#29471 …}
    -entityFqcn: "App\Entity\User"
    -entityLabelInSingular: Symfony\Component\Translation\TranslatableMessage {#29492 …}
    -entityLabelInPlural: Symfony\Component\Translation\TranslatableMessage {#29498 …}
    -defaultPageTitles: [
      "detail" => "page_title.detail"
      "edit" => "page_title.edit"
      "index" => "page_title.index"
      "new" => "page_title.new"
    ]
    -customPageTitles: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -helpMessages: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -datePattern: "medium"
    -timePattern: "medium"
    -dateTimePattern: [
      "medium"
      "medium"
    ]
    -dateIntervalFormat: "%%y Year(s) %%m Month(s) %%d Day(s)"
    -timezone: "Europe/Berlin"
    -numberFormat: null
    -thousandsSeparator: null
    -decimalSeparator: null
    -defaultSort: [
      "id" => "DESC"
    ]
    -searchFields: []
    -searchMode: "all_terms"
    -autofocusSearch: false
    -showEntityActionsAsDropdown: false
    -paginatorDto: EasyCorp\Bundle\EasyAdminBundle\Dto\PaginatorDto {#29490 …}
    -overriddenTemplates: []
    -formThemes: [
      "@EasyAdmin/crud/form_theme.html.twig"
    ]
    -newFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29487 …}
    -editFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29488 …}
    -entityPermission: null
    -contentWidth: "full"
    -sidebarWidth: null
    -hideNullValues: false
    -askConfirmationOnBatchActions: true
    -defaultRowAction: [
      "edit"
      "detail"
    ]
    -defaultRowActionTrigger: "single"
    -autocompleteCallback: null
    -autocompleteTemplate: null
    -autocompleteRenderAsHtml: false
  }
  "action" => "detail"
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#31452
    -isAccessible: true
    -primaryKeyValue: 81
    -fields: null
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#31455 …}
    -defaultActionUrl: null
    -fqcn: "App\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#818 …}
    -permission: null
    -entityInstance: Proxies\__CG__\App\Entity\User {#1435 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
214 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#30913
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ChoiceField"
  -propertyName: "status"
  -propertyNameSuffix: null
  -value: 10
  -formattedValue: EasyCorp\Bundle\EasyAdminBundle\Translation\TranslatableChoiceMessageCollection {#31468 …}
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#31473 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\ChoiceType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30888 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-select"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#30884 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30883 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31466 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#30623 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30880 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
215 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#30863
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\NumberField"
  -propertyName: "certification.greenSignConformity"
  -propertyNameSuffix: null
  -value: 69.89
  -formattedValue: Twig\Markup {#30598 …}
  -formatValueCallable: Closure($value, $entity) {#28039 …}
  -label: Symfony\Component\Translation\TranslatableMessage {#31460 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\NumberType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30601 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-number"
  -columns: null
  -defaultColumns: "col-md-4 col-xxl-3"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#30600 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30599 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31440 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#29909 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30596 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
216 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#30762
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\AssociationField"
  -propertyName: "type"
  -propertyNameSuffix: null
  -value: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
  -formattedValue: "Erst-Zertifizierungsaudit"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#31450 …}
  -formType: "Symfony\Bridge\Doctrine\Form\Type\EntityType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30760 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-association"
  -columns: null
  -defaultColumns: "col-md-7 col-xxl-6"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#30768 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30770 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31482 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#31012 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30772 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
217 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#30771
  -isAccessible: true
  -primaryKeyValue: 1
  -fields: null
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#31487 …}
  -defaultActionUrl: null
  -fqcn: "App\Entity\Audit\AuditType"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1186 …}
  -permission: null
  -entityInstance: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
218 GRANTED EA_EXECUTE_ACTION
[
  "crud" => EasyCorp\Bundle\EasyAdminBundle\Dto\CrudDto {#29579
    -controllerFqcn: "App\Controller\Admin\Audit\AuditTypeCrudController"
    -fieldAssetsDto: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29580 …}
    -pageName: "detail"
    -actionName: "detail"
    -actionConfigDto: EasyCorp\Bundle\EasyAdminBundle\Dto\ActionConfigDto {#29603 …}
    -filters: EasyCorp\Bundle\EasyAdminBundle\Dto\FilterConfigDto {#29565 …}
    -entityFqcn: "App\Entity\Audit\AuditType"
    -entityLabelInSingular: Symfony\Component\Translation\TranslatableMessage {#29589 …}
    -entityLabelInPlural: Symfony\Component\Translation\TranslatableMessage {#29592 …}
    -defaultPageTitles: [
      "detail" => "page_title.detail"
      "edit" => "page_title.edit"
      "index" => "page_title.index"
      "new" => "page_title.new"
    ]
    -customPageTitles: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -helpMessages: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -datePattern: "medium"
    -timePattern: "medium"
    -dateTimePattern: [
      "medium"
      "medium"
    ]
    -dateIntervalFormat: "%%y Year(s) %%m Month(s) %%d Day(s)"
    -timezone: "Europe/Berlin"
    -numberFormat: null
    -thousandsSeparator: null
    -decimalSeparator: null
    -defaultSort: [
      "sorting" => "ASC"
    ]
    -searchFields: []
    -searchMode: "all_terms"
    -autofocusSearch: false
    -showEntityActionsAsDropdown: false
    -paginatorDto: EasyCorp\Bundle\EasyAdminBundle\Dto\PaginatorDto {#29584 …}
    -overriddenTemplates: [
      "crud/edit" => "admin/translate/form.html.twig"
    ]
    -formThemes: [
      "admin/form/form_override.html.twig"
    ]
    -newFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29581 …}
    -editFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29582 …}
    -entityPermission: null
    -contentWidth: "full"
    -sidebarWidth: null
    -hideNullValues: false
    -askConfirmationOnBatchActions: true
    -defaultRowAction: [
      "edit"
      "detail"
    ]
    -defaultRowActionTrigger: "single"
    -autocompleteCallback: null
    -autocompleteTemplate: null
    -autocompleteRenderAsHtml: false
  }
  "action" => "detail"
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#30771
    -isAccessible: true
    -primaryKeyValue: 1
    -fields: null
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#31487 …}
    -defaultActionUrl: null
    -fqcn: "App\Entity\Audit\AuditType"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1186 …}
    -permission: null
    -entityInstance: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
219 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#31086
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateTimeField"
  -propertyName: "auditDate"
  -propertyNameSuffix: null
  -value: DateTime @1768258800 {#8802
    date: 2026-01-13 00:00:00.0 Europe/Berlin (+01:00)
  }
  -formattedValue: Twig\Markup {#31507 …}
  -formatValueCallable: Closure($value, $entity) {#28250 …}
  -label: Symfony\Component\Translation\TranslatableMessage {#31503 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateTimeType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31184 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-datetime"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/datetime"
  -templatePath: "@EasyAdmin/crud/field/datetime.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#31260 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31351 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31504 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#31350 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31319 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
220 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#31414
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "id"
  -propertyNameSuffix: null
  -value: 485
  -formattedValue: "485"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#31578 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31412 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-id"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/id"
  -templatePath: "@EasyAdmin/crud/field/id.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#31413 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31410 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31581 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#31409 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31415 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
221 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#31390
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "certification.group.name"
  -propertyNameSuffix: null
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#31411 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31381 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#31386 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31385 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31584 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#31380 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31382 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
222 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#31383
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "certification.business.name"
  -propertyNameSuffix: null
  -value: "Brauereigasthof Hotel Aying"
  -formattedValue: "Brauereigasthof Hotel Aying"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#31583 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31374 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#31379 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31378 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31589 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#31373 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31375 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
223 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#31376
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IntegerField"
  -propertyName: "certification.business.greensignId"
  -propertyNameSuffix: null
  -value: 528
  -formattedValue: 528
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#31377 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\IntegerType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31367 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-integer"
  -columns: null
  -defaultColumns: "col-md-4 col-xxl-3"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#31372 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31371 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31594 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#31366 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31368 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
224 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#31369
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "certification.questionaire.title"
  -propertyNameSuffix: null
  -value: "GreenSign Hotel"
  -formattedValue: "GreenSign Hotel"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#31593 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31360 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#31365 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31364 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31599 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#31359 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31361 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
225 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#31085
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\AssociationField"
  -propertyName: "auditor"
  -propertyNameSuffix: null
  -value: Proxies\__CG__\App\Entity\User {#4146 …}
  -formattedValue: Twig\Markup {#31632 …}
  -formatValueCallable: Closure($value, $entity) {#28063 …}
  -label: Symfony\Component\Translation\TranslatableMessage {#31363 …}
  -formType: "Symfony\Bridge\Doctrine\Form\Type\EntityType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31088 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-association"
  -columns: null
  -defaultColumns: "col-md-7 col-xxl-6"
  -translationParameters: []
  -templateName: "crud/field/association"
  -templatePath: "@EasyAdmin/crud/field/association.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#31084 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31083 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31604 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#31072 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31080 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
226 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#31610
  -isAccessible: true
  -primaryKeyValue: 1211
  -fields: null
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#31613 …}
  -defaultActionUrl: null
  -fqcn: "App\Entity\User"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#818 …}
  -permission: null
  -entityInstance: Proxies\__CG__\App\Entity\User {#4146 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
227 GRANTED EA_EXECUTE_ACTION
[
  "crud" => EasyCorp\Bundle\EasyAdminBundle\Dto\CrudDto {#29485
    -controllerFqcn: "App\Controller\Admin\UserCrudController"
    -fieldAssetsDto: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29486 …}
    -pageName: "detail"
    -actionName: "detail"
    -actionConfigDto: EasyCorp\Bundle\EasyAdminBundle\Dto\ActionConfigDto {#29509 …}
    -filters: EasyCorp\Bundle\EasyAdminBundle\Dto\FilterConfigDto {#29471 …}
    -entityFqcn: "App\Entity\User"
    -entityLabelInSingular: Symfony\Component\Translation\TranslatableMessage {#29492 …}
    -entityLabelInPlural: Symfony\Component\Translation\TranslatableMessage {#29498 …}
    -defaultPageTitles: [
      "detail" => "page_title.detail"
      "edit" => "page_title.edit"
      "index" => "page_title.index"
      "new" => "page_title.new"
    ]
    -customPageTitles: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -helpMessages: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -datePattern: "medium"
    -timePattern: "medium"
    -dateTimePattern: [
      "medium"
      "medium"
    ]
    -dateIntervalFormat: "%%y Year(s) %%m Month(s) %%d Day(s)"
    -timezone: "Europe/Berlin"
    -numberFormat: null
    -thousandsSeparator: null
    -decimalSeparator: null
    -defaultSort: [
      "id" => "DESC"
    ]
    -searchFields: []
    -searchMode: "all_terms"
    -autofocusSearch: false
    -showEntityActionsAsDropdown: false
    -paginatorDto: EasyCorp\Bundle\EasyAdminBundle\Dto\PaginatorDto {#29490 …}
    -overriddenTemplates: []
    -formThemes: [
      "@EasyAdmin/crud/form_theme.html.twig"
    ]
    -newFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29487 …}
    -editFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29488 …}
    -entityPermission: null
    -contentWidth: "full"
    -sidebarWidth: null
    -hideNullValues: false
    -askConfirmationOnBatchActions: true
    -defaultRowAction: [
      "edit"
      "detail"
    ]
    -defaultRowActionTrigger: "single"
    -autocompleteCallback: null
    -autocompleteTemplate: null
    -autocompleteRenderAsHtml: false
  }
  "action" => "detail"
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#31610
    -isAccessible: true
    -primaryKeyValue: 1211
    -fields: null
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#31613 …}
    -defaultActionUrl: null
    -fqcn: "App\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#818 …}
    -permission: null
    -entityInstance: Proxies\__CG__\App\Entity\User {#4146 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
228 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#31071
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ChoiceField"
  -propertyName: "status"
  -propertyNameSuffix: null
  -value: 20
  -formattedValue: EasyCorp\Bundle\EasyAdminBundle\Translation\TranslatableChoiceMessageCollection {#31626 …}
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#31631 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\ChoiceType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31046 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-select"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#31042 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31041 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31624 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#30781 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31038 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
229 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#31021
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\NumberField"
  -propertyName: "certification.greenSignConformity"
  -propertyNameSuffix: null
  -value: 74.65
  -formattedValue: Twig\Markup {#30756 …}
  -formatValueCallable: Closure($value, $entity) {#28039 …}
  -label: Symfony\Component\Translation\TranslatableMessage {#31618 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\NumberType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30759 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-number"
  -columns: null
  -defaultColumns: "col-md-4 col-xxl-3"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#30758 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30757 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31598 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#30067 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30754 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
230 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#30923
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\AssociationField"
  -propertyName: "type"
  -propertyNameSuffix: null
  -value: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
  -formattedValue: "1. Re-Zertifizierungsaudit"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#31608 …}
  -formType: "Symfony\Bridge\Doctrine\Form\Type\EntityType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30921 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-association"
  -columns: null
  -defaultColumns: "col-md-7 col-xxl-6"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#30929 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30931 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31640 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#31170 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30933 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
231 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#30932
  -isAccessible: true
  -primaryKeyValue: 3
  -fields: null
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#31645 …}
  -defaultActionUrl: null
  -fqcn: "App\Entity\Audit\AuditType"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1186 …}
  -permission: null
  -entityInstance: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
232 GRANTED EA_EXECUTE_ACTION
[
  "crud" => EasyCorp\Bundle\EasyAdminBundle\Dto\CrudDto {#29579
    -controllerFqcn: "App\Controller\Admin\Audit\AuditTypeCrudController"
    -fieldAssetsDto: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29580 …}
    -pageName: "detail"
    -actionName: "detail"
    -actionConfigDto: EasyCorp\Bundle\EasyAdminBundle\Dto\ActionConfigDto {#29603 …}
    -filters: EasyCorp\Bundle\EasyAdminBundle\Dto\FilterConfigDto {#29565 …}
    -entityFqcn: "App\Entity\Audit\AuditType"
    -entityLabelInSingular: Symfony\Component\Translation\TranslatableMessage {#29589 …}
    -entityLabelInPlural: Symfony\Component\Translation\TranslatableMessage {#29592 …}
    -defaultPageTitles: [
      "detail" => "page_title.detail"
      "edit" => "page_title.edit"
      "index" => "page_title.index"
      "new" => "page_title.new"
    ]
    -customPageTitles: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -helpMessages: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -datePattern: "medium"
    -timePattern: "medium"
    -dateTimePattern: [
      "medium"
      "medium"
    ]
    -dateIntervalFormat: "%%y Year(s) %%m Month(s) %%d Day(s)"
    -timezone: "Europe/Berlin"
    -numberFormat: null
    -thousandsSeparator: null
    -decimalSeparator: null
    -defaultSort: [
      "sorting" => "ASC"
    ]
    -searchFields: []
    -searchMode: "all_terms"
    -autofocusSearch: false
    -showEntityActionsAsDropdown: false
    -paginatorDto: EasyCorp\Bundle\EasyAdminBundle\Dto\PaginatorDto {#29584 …}
    -overriddenTemplates: [
      "crud/edit" => "admin/translate/form.html.twig"
    ]
    -formThemes: [
      "admin/form/form_override.html.twig"
    ]
    -newFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29581 …}
    -editFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29582 …}
    -entityPermission: null
    -contentWidth: "full"
    -sidebarWidth: null
    -hideNullValues: false
    -askConfirmationOnBatchActions: true
    -defaultRowAction: [
      "edit"
      "detail"
    ]
    -defaultRowActionTrigger: "single"
    -autocompleteCallback: null
    -autocompleteTemplate: null
    -autocompleteRenderAsHtml: false
  }
  "action" => "detail"
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#30932
    -isAccessible: true
    -primaryKeyValue: 3
    -fields: null
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#31645 …}
    -defaultActionUrl: null
    -fqcn: "App\Entity\Audit\AuditType"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1186 …}
    -permission: null
    -entityInstance: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
233 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#31244
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateTimeField"
  -propertyName: "auditDate"
  -propertyNameSuffix: null
  -value: DateTime @1768258800 {#8571
    date: 2026-01-13 00:00:00.0 Europe/Berlin (+01:00)
  }
  -formattedValue: Twig\Markup {#31665 …}
  -formatValueCallable: Closure($value, $entity) {#28250 …}
  -label: Symfony\Component\Translation\TranslatableMessage {#31661 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateTimeType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31342 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-datetime"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/datetime"
  -templatePath: "@EasyAdmin/crud/field/datetime.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#31418 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31509 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31662 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#31508 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31477 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
234 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#31572
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "id"
  -propertyNameSuffix: null
  -value: 492
  -formattedValue: "492"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#31736 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31570 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-id"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/id"
  -templatePath: "@EasyAdmin/crud/field/id.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#31571 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31568 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31739 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#31567 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31573 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
235 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#31548
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "certification.group.name"
  -propertyNameSuffix: null
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#31569 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31539 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#31544 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31543 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31742 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#31538 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31540 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
236 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#31541
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "certification.business.name"
  -propertyNameSuffix: null
  -value: "LOUIS Hotel"
  -formattedValue: "LOUIS Hotel"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#31741 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31532 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#31537 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31536 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31747 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#31531 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31533 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
237 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#31534
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IntegerField"
  -propertyName: "certification.business.greensignId"
  -propertyNameSuffix: null
  -value: 638
  -formattedValue: 638
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#31535 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\IntegerType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31525 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-integer"
  -columns: null
  -defaultColumns: "col-md-4 col-xxl-3"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#31530 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31529 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31752 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#31524 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31526 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
238 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#31527
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "certification.questionaire.title"
  -propertyNameSuffix: null
  -value: "GreenSign Hotel"
  -formattedValue: "GreenSign Hotel"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#31751 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31518 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#31523 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31522 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31757 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#31517 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31519 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
239 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#31243
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\AssociationField"
  -propertyName: "auditor"
  -propertyNameSuffix: null
  -value: Proxies\__CG__\App\Entity\User {#4146 …}
  -formattedValue: Twig\Markup {#31790 …}
  -formatValueCallable: Closure($value, $entity) {#28063 …}
  -label: Symfony\Component\Translation\TranslatableMessage {#31521 …}
  -formType: "Symfony\Bridge\Doctrine\Form\Type\EntityType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31246 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-association"
  -columns: null
  -defaultColumns: "col-md-7 col-xxl-6"
  -translationParameters: []
  -templateName: "crud/field/association"
  -templatePath: "@EasyAdmin/crud/field/association.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#31242 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31241 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31762 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#31230 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31238 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
240 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#31768
  -isAccessible: true
  -primaryKeyValue: 1211
  -fields: null
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#31771 …}
  -defaultActionUrl: null
  -fqcn: "App\Entity\User"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#818 …}
  -permission: null
  -entityInstance: Proxies\__CG__\App\Entity\User {#4146 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
241 GRANTED EA_EXECUTE_ACTION
[
  "crud" => EasyCorp\Bundle\EasyAdminBundle\Dto\CrudDto {#29485
    -controllerFqcn: "App\Controller\Admin\UserCrudController"
    -fieldAssetsDto: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29486 …}
    -pageName: "detail"
    -actionName: "detail"
    -actionConfigDto: EasyCorp\Bundle\EasyAdminBundle\Dto\ActionConfigDto {#29509 …}
    -filters: EasyCorp\Bundle\EasyAdminBundle\Dto\FilterConfigDto {#29471 …}
    -entityFqcn: "App\Entity\User"
    -entityLabelInSingular: Symfony\Component\Translation\TranslatableMessage {#29492 …}
    -entityLabelInPlural: Symfony\Component\Translation\TranslatableMessage {#29498 …}
    -defaultPageTitles: [
      "detail" => "page_title.detail"
      "edit" => "page_title.edit"
      "index" => "page_title.index"
      "new" => "page_title.new"
    ]
    -customPageTitles: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -helpMessages: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -datePattern: "medium"
    -timePattern: "medium"
    -dateTimePattern: [
      "medium"
      "medium"
    ]
    -dateIntervalFormat: "%%y Year(s) %%m Month(s) %%d Day(s)"
    -timezone: "Europe/Berlin"
    -numberFormat: null
    -thousandsSeparator: null
    -decimalSeparator: null
    -defaultSort: [
      "id" => "DESC"
    ]
    -searchFields: []
    -searchMode: "all_terms"
    -autofocusSearch: false
    -showEntityActionsAsDropdown: false
    -paginatorDto: EasyCorp\Bundle\EasyAdminBundle\Dto\PaginatorDto {#29490 …}
    -overriddenTemplates: []
    -formThemes: [
      "@EasyAdmin/crud/form_theme.html.twig"
    ]
    -newFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29487 …}
    -editFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29488 …}
    -entityPermission: null
    -contentWidth: "full"
    -sidebarWidth: null
    -hideNullValues: false
    -askConfirmationOnBatchActions: true
    -defaultRowAction: [
      "edit"
      "detail"
    ]
    -defaultRowActionTrigger: "single"
    -autocompleteCallback: null
    -autocompleteTemplate: null
    -autocompleteRenderAsHtml: false
  }
  "action" => "detail"
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#31768
    -isAccessible: true
    -primaryKeyValue: 1211
    -fields: null
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#31771 …}
    -defaultActionUrl: null
    -fqcn: "App\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#818 …}
    -permission: null
    -entityInstance: Proxies\__CG__\App\Entity\User {#4146 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
242 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#31229
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ChoiceField"
  -propertyName: "status"
  -propertyNameSuffix: null
  -value: 20
  -formattedValue: EasyCorp\Bundle\EasyAdminBundle\Translation\TranslatableChoiceMessageCollection {#31784 …}
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#31789 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\ChoiceType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31204 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-select"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#31200 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31199 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31782 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#30942 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31196 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
243 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#31179
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\NumberField"
  -propertyName: "certification.greenSignConformity"
  -propertyNameSuffix: null
  -value: 72.02
  -formattedValue: Twig\Markup {#30917 …}
  -formatValueCallable: Closure($value, $entity) {#28039 …}
  -label: Symfony\Component\Translation\TranslatableMessage {#31776 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\NumberType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30920 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-number"
  -columns: null
  -defaultColumns: "col-md-4 col-xxl-3"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#30919 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30918 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31756 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#30225 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#30915 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
244 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#31081
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\AssociationField"
  -propertyName: "type"
  -propertyNameSuffix: null
  -value: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
  -formattedValue: "1. Re-Zertifizierungsaudit"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#31766 …}
  -formType: "Symfony\Bridge\Doctrine\Form\Type\EntityType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31079 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-association"
  -columns: null
  -defaultColumns: "col-md-7 col-xxl-6"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#31087 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31089 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31798 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#31328 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31091 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
245 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#31090
  -isAccessible: true
  -primaryKeyValue: 3
  -fields: null
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#31803 …}
  -defaultActionUrl: null
  -fqcn: "App\Entity\Audit\AuditType"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1186 …}
  -permission: null
  -entityInstance: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
246 GRANTED EA_EXECUTE_ACTION
[
  "crud" => EasyCorp\Bundle\EasyAdminBundle\Dto\CrudDto {#29579
    -controllerFqcn: "App\Controller\Admin\Audit\AuditTypeCrudController"
    -fieldAssetsDto: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29580 …}
    -pageName: "detail"
    -actionName: "detail"
    -actionConfigDto: EasyCorp\Bundle\EasyAdminBundle\Dto\ActionConfigDto {#29603 …}
    -filters: EasyCorp\Bundle\EasyAdminBundle\Dto\FilterConfigDto {#29565 …}
    -entityFqcn: "App\Entity\Audit\AuditType"
    -entityLabelInSingular: Symfony\Component\Translation\TranslatableMessage {#29589 …}
    -entityLabelInPlural: Symfony\Component\Translation\TranslatableMessage {#29592 …}
    -defaultPageTitles: [
      "detail" => "page_title.detail"
      "edit" => "page_title.edit"
      "index" => "page_title.index"
      "new" => "page_title.new"
    ]
    -customPageTitles: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -helpMessages: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -datePattern: "medium"
    -timePattern: "medium"
    -dateTimePattern: [
      "medium"
      "medium"
    ]
    -dateIntervalFormat: "%%y Year(s) %%m Month(s) %%d Day(s)"
    -timezone: "Europe/Berlin"
    -numberFormat: null
    -thousandsSeparator: null
    -decimalSeparator: null
    -defaultSort: [
      "sorting" => "ASC"
    ]
    -searchFields: []
    -searchMode: "all_terms"
    -autofocusSearch: false
    -showEntityActionsAsDropdown: false
    -paginatorDto: EasyCorp\Bundle\EasyAdminBundle\Dto\PaginatorDto {#29584 …}
    -overriddenTemplates: [
      "crud/edit" => "admin/translate/form.html.twig"
    ]
    -formThemes: [
      "admin/form/form_override.html.twig"
    ]
    -newFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29581 …}
    -editFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29582 …}
    -entityPermission: null
    -contentWidth: "full"
    -sidebarWidth: null
    -hideNullValues: false
    -askConfirmationOnBatchActions: true
    -defaultRowAction: [
      "edit"
      "detail"
    ]
    -defaultRowActionTrigger: "single"
    -autocompleteCallback: null
    -autocompleteTemplate: null
    -autocompleteRenderAsHtml: false
  }
  "action" => "detail"
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#31090
    -isAccessible: true
    -primaryKeyValue: 3
    -fields: null
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#31803 …}
    -defaultActionUrl: null
    -fqcn: "App\Entity\Audit\AuditType"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1186 …}
    -permission: null
    -entityInstance: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
247 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#31402
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateTimeField"
  -propertyName: "auditDate"
  -propertyNameSuffix: null
  -value: DateTime @1768172400 {#8679
    date: 2026-01-12 00:00:00.0 Europe/Berlin (+01:00)
  }
  -formattedValue: Twig\Markup {#31823 …}
  -formatValueCallable: Closure($value, $entity) {#28250 …}
  -label: Symfony\Component\Translation\TranslatableMessage {#31819 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateTimeType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31500 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-datetime"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/datetime"
  -templatePath: "@EasyAdmin/crud/field/datetime.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#31576 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31667 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31820 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#31666 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31635 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
248 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#31730
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "id"
  -propertyNameSuffix: null
  -value: 491
  -formattedValue: "491"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#31894 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31728 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-id"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/id"
  -templatePath: "@EasyAdmin/crud/field/id.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#31729 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31726 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31897 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#31725 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31731 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
249 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#31706
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "certification.group.name"
  -propertyNameSuffix: null
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#31727 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31697 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#31702 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31701 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31900 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#31696 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31698 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
250 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#31699
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "certification.business.name"
  -propertyNameSuffix: null
  -value: "Severin*s Resort & Spa"
  -formattedValue: "Severin*s Resort & Spa"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#31899 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31690 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#31695 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31694 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31905 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#31689 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31691 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
251 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#31692
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IntegerField"
  -propertyName: "certification.business.greensignId"
  -propertyNameSuffix: null
  -value: 548
  -formattedValue: 548
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#31693 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\IntegerType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31683 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-integer"
  -columns: null
  -defaultColumns: "col-md-4 col-xxl-3"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#31688 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31687 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31910 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#31682 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31684 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
252 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#31685
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "certification.questionaire.title"
  -propertyNameSuffix: null
  -value: "GreenSign Hotel"
  -formattedValue: "GreenSign Hotel"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#31909 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31676 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#31681 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31680 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31915 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#31675 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31677 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
253 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#31401
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\AssociationField"
  -propertyName: "auditor"
  -propertyNameSuffix: null
  -value: Proxies\__CG__\App\Entity\User {#1229 …}
  -formattedValue: Twig\Markup {#31948 …}
  -formatValueCallable: Closure($value, $entity) {#28063 …}
  -label: Symfony\Component\Translation\TranslatableMessage {#31679 …}
  -formType: "Symfony\Bridge\Doctrine\Form\Type\EntityType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31404 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-association"
  -columns: null
  -defaultColumns: "col-md-7 col-xxl-6"
  -translationParameters: []
  -templateName: "crud/field/association"
  -templatePath: "@EasyAdmin/crud/field/association.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#31400 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31399 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31920 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#31388 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31396 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
254 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#31926
  -isAccessible: true
  -primaryKeyValue: 790
  -fields: null
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#31929 …}
  -defaultActionUrl: null
  -fqcn: "App\Entity\User"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#818 …}
  -permission: null
  -entityInstance: Proxies\__CG__\App\Entity\User {#1229 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
255 GRANTED EA_EXECUTE_ACTION
[
  "crud" => EasyCorp\Bundle\EasyAdminBundle\Dto\CrudDto {#29485
    -controllerFqcn: "App\Controller\Admin\UserCrudController"
    -fieldAssetsDto: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29486 …}
    -pageName: "detail"
    -actionName: "detail"
    -actionConfigDto: EasyCorp\Bundle\EasyAdminBundle\Dto\ActionConfigDto {#29509 …}
    -filters: EasyCorp\Bundle\EasyAdminBundle\Dto\FilterConfigDto {#29471 …}
    -entityFqcn: "App\Entity\User"
    -entityLabelInSingular: Symfony\Component\Translation\TranslatableMessage {#29492 …}
    -entityLabelInPlural: Symfony\Component\Translation\TranslatableMessage {#29498 …}
    -defaultPageTitles: [
      "detail" => "page_title.detail"
      "edit" => "page_title.edit"
      "index" => "page_title.index"
      "new" => "page_title.new"
    ]
    -customPageTitles: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -helpMessages: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -datePattern: "medium"
    -timePattern: "medium"
    -dateTimePattern: [
      "medium"
      "medium"
    ]
    -dateIntervalFormat: "%%y Year(s) %%m Month(s) %%d Day(s)"
    -timezone: "Europe/Berlin"
    -numberFormat: null
    -thousandsSeparator: null
    -decimalSeparator: null
    -defaultSort: [
      "id" => "DESC"
    ]
    -searchFields: []
    -searchMode: "all_terms"
    -autofocusSearch: false
    -showEntityActionsAsDropdown: false
    -paginatorDto: EasyCorp\Bundle\EasyAdminBundle\Dto\PaginatorDto {#29490 …}
    -overriddenTemplates: []
    -formThemes: [
      "@EasyAdmin/crud/form_theme.html.twig"
    ]
    -newFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29487 …}
    -editFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29488 …}
    -entityPermission: null
    -contentWidth: "full"
    -sidebarWidth: null
    -hideNullValues: false
    -askConfirmationOnBatchActions: true
    -defaultRowAction: [
      "edit"
      "detail"
    ]
    -defaultRowActionTrigger: "single"
    -autocompleteCallback: null
    -autocompleteTemplate: null
    -autocompleteRenderAsHtml: false
  }
  "action" => "detail"
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#31926
    -isAccessible: true
    -primaryKeyValue: 790
    -fields: null
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#31929 …}
    -defaultActionUrl: null
    -fqcn: "App\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#818 …}
    -permission: null
    -entityInstance: Proxies\__CG__\App\Entity\User {#1229 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
256 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#31387
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ChoiceField"
  -propertyName: "status"
  -propertyNameSuffix: null
  -value: 20
  -formattedValue: EasyCorp\Bundle\EasyAdminBundle\Translation\TranslatableChoiceMessageCollection {#31942 …}
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#31947 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\ChoiceType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31362 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-select"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#31358 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31357 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31940 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#31100 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31354 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
257 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#31337
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\NumberField"
  -propertyName: "certification.greenSignConformity"
  -propertyNameSuffix: null
  -value: 76.15
  -formattedValue: Twig\Markup {#31075 …}
  -formatValueCallable: Closure($value, $entity) {#28039 …}
  -label: Symfony\Component\Translation\TranslatableMessage {#31934 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\NumberType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31078 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-number"
  -columns: null
  -defaultColumns: "col-md-4 col-xxl-3"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#31077 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31076 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31914 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#30383 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31073 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
258 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#31239
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\AssociationField"
  -propertyName: "type"
  -propertyNameSuffix: null
  -value: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
  -formattedValue: "1. Re-Zertifizierungsaudit"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#31924 …}
  -formType: "Symfony\Bridge\Doctrine\Form\Type\EntityType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31237 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-association"
  -columns: null
  -defaultColumns: "col-md-7 col-xxl-6"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#31245 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31247 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31956 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#31486 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31249 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
259 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#31248
  -isAccessible: true
  -primaryKeyValue: 3
  -fields: null
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#31961 …}
  -defaultActionUrl: null
  -fqcn: "App\Entity\Audit\AuditType"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1186 …}
  -permission: null
  -entityInstance: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
260 GRANTED EA_EXECUTE_ACTION
[
  "crud" => EasyCorp\Bundle\EasyAdminBundle\Dto\CrudDto {#29579
    -controllerFqcn: "App\Controller\Admin\Audit\AuditTypeCrudController"
    -fieldAssetsDto: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29580 …}
    -pageName: "detail"
    -actionName: "detail"
    -actionConfigDto: EasyCorp\Bundle\EasyAdminBundle\Dto\ActionConfigDto {#29603 …}
    -filters: EasyCorp\Bundle\EasyAdminBundle\Dto\FilterConfigDto {#29565 …}
    -entityFqcn: "App\Entity\Audit\AuditType"
    -entityLabelInSingular: Symfony\Component\Translation\TranslatableMessage {#29589 …}
    -entityLabelInPlural: Symfony\Component\Translation\TranslatableMessage {#29592 …}
    -defaultPageTitles: [
      "detail" => "page_title.detail"
      "edit" => "page_title.edit"
      "index" => "page_title.index"
      "new" => "page_title.new"
    ]
    -customPageTitles: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -helpMessages: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -datePattern: "medium"
    -timePattern: "medium"
    -dateTimePattern: [
      "medium"
      "medium"
    ]
    -dateIntervalFormat: "%%y Year(s) %%m Month(s) %%d Day(s)"
    -timezone: "Europe/Berlin"
    -numberFormat: null
    -thousandsSeparator: null
    -decimalSeparator: null
    -defaultSort: [
      "sorting" => "ASC"
    ]
    -searchFields: []
    -searchMode: "all_terms"
    -autofocusSearch: false
    -showEntityActionsAsDropdown: false
    -paginatorDto: EasyCorp\Bundle\EasyAdminBundle\Dto\PaginatorDto {#29584 …}
    -overriddenTemplates: [
      "crud/edit" => "admin/translate/form.html.twig"
    ]
    -formThemes: [
      "admin/form/form_override.html.twig"
    ]
    -newFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29581 …}
    -editFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29582 …}
    -entityPermission: null
    -contentWidth: "full"
    -sidebarWidth: null
    -hideNullValues: false
    -askConfirmationOnBatchActions: true
    -defaultRowAction: [
      "edit"
      "detail"
    ]
    -defaultRowActionTrigger: "single"
    -autocompleteCallback: null
    -autocompleteTemplate: null
    -autocompleteRenderAsHtml: false
  }
  "action" => "detail"
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#31248
    -isAccessible: true
    -primaryKeyValue: 3
    -fields: null
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#31961 …}
    -defaultActionUrl: null
    -fqcn: "App\Entity\Audit\AuditType"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1186 …}
    -permission: null
    -entityInstance: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
261 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#31560
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateTimeField"
  -propertyName: "auditDate"
  -propertyNameSuffix: null
  -value: DateTime @1767826800 {#8662
    date: 2026-01-08 00:00:00.0 Europe/Berlin (+01:00)
  }
  -formattedValue: Twig\Markup {#31981 …}
  -formatValueCallable: Closure($value, $entity) {#28250 …}
  -label: Symfony\Component\Translation\TranslatableMessage {#31977 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateTimeType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31658 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-datetime"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/datetime"
  -templatePath: "@EasyAdmin/crud/field/datetime.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#31734 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31825 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31978 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#31824 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31793 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
262 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#31888
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "id"
  -propertyNameSuffix: null
  -value: 598
  -formattedValue: "598"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#32052 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31886 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-id"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/id"
  -templatePath: "@EasyAdmin/crud/field/id.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#31887 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31884 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32055 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#31883 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31889 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
263 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#31864
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "certification.group.name"
  -propertyNameSuffix: null
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#31885 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31855 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#31860 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31859 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32058 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#31854 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31856 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
264 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#31857
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "certification.business.name"
  -propertyNameSuffix: null
  -value: "Lindner Hotels AG - Zentralkatalog"
  -formattedValue: "Lindner Hotels AG - Zentralkatalog"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#32057 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31848 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#31853 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31852 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32063 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#31847 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31849 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
265 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#31850
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IntegerField"
  -propertyName: "certification.business.greensignId"
  -propertyNameSuffix: null
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#31851 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\IntegerType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31841 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-integer"
  -columns: null
  -defaultColumns: "col-md-4 col-xxl-3"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#31846 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31845 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32068 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#31840 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31842 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
266 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#31843
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "certification.questionaire.title"
  -propertyNameSuffix: null
  -value: "GreenSign Hotel"
  -formattedValue: "GreenSign Hotel"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#32067 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31834 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#31839 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31838 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32073 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#31833 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31835 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
267 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#31559
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\AssociationField"
  -propertyName: "auditor"
  -propertyNameSuffix: null
  -value: Proxies\__CG__\App\Entity\User {#1229 …}
  -formattedValue: Twig\Markup {#32106 …}
  -formatValueCallable: Closure($value, $entity) {#28063 …}
  -label: Symfony\Component\Translation\TranslatableMessage {#31837 …}
  -formType: "Symfony\Bridge\Doctrine\Form\Type\EntityType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31562 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-association"
  -columns: null
  -defaultColumns: "col-md-7 col-xxl-6"
  -translationParameters: []
  -templateName: "crud/field/association"
  -templatePath: "@EasyAdmin/crud/field/association.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#31558 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31557 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32078 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#31546 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31554 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
268 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#32084
  -isAccessible: true
  -primaryKeyValue: 790
  -fields: null
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#32087 …}
  -defaultActionUrl: null
  -fqcn: "App\Entity\User"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#818 …}
  -permission: null
  -entityInstance: Proxies\__CG__\App\Entity\User {#1229 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
269 GRANTED EA_EXECUTE_ACTION
[
  "crud" => EasyCorp\Bundle\EasyAdminBundle\Dto\CrudDto {#29485
    -controllerFqcn: "App\Controller\Admin\UserCrudController"
    -fieldAssetsDto: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29486 …}
    -pageName: "detail"
    -actionName: "detail"
    -actionConfigDto: EasyCorp\Bundle\EasyAdminBundle\Dto\ActionConfigDto {#29509 …}
    -filters: EasyCorp\Bundle\EasyAdminBundle\Dto\FilterConfigDto {#29471 …}
    -entityFqcn: "App\Entity\User"
    -entityLabelInSingular: Symfony\Component\Translation\TranslatableMessage {#29492 …}
    -entityLabelInPlural: Symfony\Component\Translation\TranslatableMessage {#29498 …}
    -defaultPageTitles: [
      "detail" => "page_title.detail"
      "edit" => "page_title.edit"
      "index" => "page_title.index"
      "new" => "page_title.new"
    ]
    -customPageTitles: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -helpMessages: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -datePattern: "medium"
    -timePattern: "medium"
    -dateTimePattern: [
      "medium"
      "medium"
    ]
    -dateIntervalFormat: "%%y Year(s) %%m Month(s) %%d Day(s)"
    -timezone: "Europe/Berlin"
    -numberFormat: null
    -thousandsSeparator: null
    -decimalSeparator: null
    -defaultSort: [
      "id" => "DESC"
    ]
    -searchFields: []
    -searchMode: "all_terms"
    -autofocusSearch: false
    -showEntityActionsAsDropdown: false
    -paginatorDto: EasyCorp\Bundle\EasyAdminBundle\Dto\PaginatorDto {#29490 …}
    -overriddenTemplates: []
    -formThemes: [
      "@EasyAdmin/crud/form_theme.html.twig"
    ]
    -newFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29487 …}
    -editFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29488 …}
    -entityPermission: null
    -contentWidth: "full"
    -sidebarWidth: null
    -hideNullValues: false
    -askConfirmationOnBatchActions: true
    -defaultRowAction: [
      "edit"
      "detail"
    ]
    -defaultRowActionTrigger: "single"
    -autocompleteCallback: null
    -autocompleteTemplate: null
    -autocompleteRenderAsHtml: false
  }
  "action" => "detail"
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#32084
    -isAccessible: true
    -primaryKeyValue: 790
    -fields: null
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#32087 …}
    -defaultActionUrl: null
    -fqcn: "App\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#818 …}
    -permission: null
    -entityInstance: Proxies\__CG__\App\Entity\User {#1229 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
270 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#31545
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ChoiceField"
  -propertyName: "status"
  -propertyNameSuffix: null
  -value: 100
  -formattedValue: EasyCorp\Bundle\EasyAdminBundle\Translation\TranslatableChoiceMessageCollection {#32100 …}
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#32105 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\ChoiceType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31520 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-select"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#31516 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31515 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32098 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#31258 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31512 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
271 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#31495
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\NumberField"
  -propertyName: "certification.greenSignConformity"
  -propertyNameSuffix: null
  -value: 11.61
  -formattedValue: Twig\Markup {#31233 …}
  -formatValueCallable: Closure($value, $entity) {#28039 …}
  -label: Symfony\Component\Translation\TranslatableMessage {#32092 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\NumberType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31236 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-number"
  -columns: null
  -defaultColumns: "col-md-4 col-xxl-3"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#31235 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31234 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32072 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#30541 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31231 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
272 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#31397
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\AssociationField"
  -propertyName: "type"
  -propertyNameSuffix: null
  -value: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
  -formattedValue: "1. Re-Zertifizierungsaudit"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#32082 …}
  -formType: "Symfony\Bridge\Doctrine\Form\Type\EntityType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31395 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-association"
  -columns: null
  -defaultColumns: "col-md-7 col-xxl-6"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#31403 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31405 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32114 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#31644 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31407 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
273 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#31406
  -isAccessible: true
  -primaryKeyValue: 3
  -fields: null
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#32119 …}
  -defaultActionUrl: null
  -fqcn: "App\Entity\Audit\AuditType"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1186 …}
  -permission: null
  -entityInstance: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
274 GRANTED EA_EXECUTE_ACTION
[
  "crud" => EasyCorp\Bundle\EasyAdminBundle\Dto\CrudDto {#29579
    -controllerFqcn: "App\Controller\Admin\Audit\AuditTypeCrudController"
    -fieldAssetsDto: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29580 …}
    -pageName: "detail"
    -actionName: "detail"
    -actionConfigDto: EasyCorp\Bundle\EasyAdminBundle\Dto\ActionConfigDto {#29603 …}
    -filters: EasyCorp\Bundle\EasyAdminBundle\Dto\FilterConfigDto {#29565 …}
    -entityFqcn: "App\Entity\Audit\AuditType"
    -entityLabelInSingular: Symfony\Component\Translation\TranslatableMessage {#29589 …}
    -entityLabelInPlural: Symfony\Component\Translation\TranslatableMessage {#29592 …}
    -defaultPageTitles: [
      "detail" => "page_title.detail"
      "edit" => "page_title.edit"
      "index" => "page_title.index"
      "new" => "page_title.new"
    ]
    -customPageTitles: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -helpMessages: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -datePattern: "medium"
    -timePattern: "medium"
    -dateTimePattern: [
      "medium"
      "medium"
    ]
    -dateIntervalFormat: "%%y Year(s) %%m Month(s) %%d Day(s)"
    -timezone: "Europe/Berlin"
    -numberFormat: null
    -thousandsSeparator: null
    -decimalSeparator: null
    -defaultSort: [
      "sorting" => "ASC"
    ]
    -searchFields: []
    -searchMode: "all_terms"
    -autofocusSearch: false
    -showEntityActionsAsDropdown: false
    -paginatorDto: EasyCorp\Bundle\EasyAdminBundle\Dto\PaginatorDto {#29584 …}
    -overriddenTemplates: [
      "crud/edit" => "admin/translate/form.html.twig"
    ]
    -formThemes: [
      "admin/form/form_override.html.twig"
    ]
    -newFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29581 …}
    -editFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29582 …}
    -entityPermission: null
    -contentWidth: "full"
    -sidebarWidth: null
    -hideNullValues: false
    -askConfirmationOnBatchActions: true
    -defaultRowAction: [
      "edit"
      "detail"
    ]
    -defaultRowActionTrigger: "single"
    -autocompleteCallback: null
    -autocompleteTemplate: null
    -autocompleteRenderAsHtml: false
  }
  "action" => "detail"
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#31406
    -isAccessible: true
    -primaryKeyValue: 3
    -fields: null
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#32119 …}
    -defaultActionUrl: null
    -fqcn: "App\Entity\Audit\AuditType"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1186 …}
    -permission: null
    -entityInstance: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
275 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#31718
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateTimeField"
  -propertyName: "auditDate"
  -propertyNameSuffix: null
  -value: DateTime @1767654000 {#9894
    date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
  }
  -formattedValue: Twig\Markup {#32139 …}
  -formatValueCallable: Closure($value, $entity) {#28250 …}
  -label: Symfony\Component\Translation\TranslatableMessage {#32135 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateTimeType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31816 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-datetime"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/datetime"
  -templatePath: "@EasyAdmin/crud/field/datetime.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#31892 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31983 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32136 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#31982 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31951 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
276 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#32046
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "id"
  -propertyNameSuffix: null
  -value: 683
  -formattedValue: "683"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#32210 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32044 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-id"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/id"
  -templatePath: "@EasyAdmin/crud/field/id.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#32045 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32042 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32213 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#32041 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32047 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
277 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#32022
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "certification.group.name"
  -propertyNameSuffix: null
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#32043 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32013 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#32018 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32017 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32216 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#32012 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32014 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
278 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#32015
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "certification.business.name"
  -propertyNameSuffix: null
  -value: "me and all hotel ulm - part of JdV by Hyatt"
  -formattedValue: "me and all hotel ulm - part of JdV by Hyatt"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#32215 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32006 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#32011 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32010 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32221 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#32005 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32007 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
279 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#32008
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IntegerField"
  -propertyName: "certification.business.greensignId"
  -propertyNameSuffix: null
  -value: 344
  -formattedValue: 344
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#32009 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\IntegerType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31999 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-integer"
  -columns: null
  -defaultColumns: "col-md-4 col-xxl-3"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#32004 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32003 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32226 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#31998 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32000 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
280 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#32001
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "certification.questionaire.title"
  -propertyNameSuffix: null
  -value: "GreenSign Hotel"
  -formattedValue: "GreenSign Hotel"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#32225 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31992 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#31997 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31996 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32231 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#31991 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31993 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
281 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#31717
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\AssociationField"
  -propertyName: "auditor"
  -propertyNameSuffix: null
  -value: Proxies\__CG__\App\Entity\User {#1229 …}
  -formattedValue: Twig\Markup {#32264 …}
  -formatValueCallable: Closure($value, $entity) {#28063 …}
  -label: Symfony\Component\Translation\TranslatableMessage {#31995 …}
  -formType: "Symfony\Bridge\Doctrine\Form\Type\EntityType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31720 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-association"
  -columns: null
  -defaultColumns: "col-md-7 col-xxl-6"
  -translationParameters: []
  -templateName: "crud/field/association"
  -templatePath: "@EasyAdmin/crud/field/association.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#31716 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31715 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32236 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#31704 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31712 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
282 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#32242
  -isAccessible: true
  -primaryKeyValue: 790
  -fields: null
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#32245 …}
  -defaultActionUrl: null
  -fqcn: "App\Entity\User"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#818 …}
  -permission: null
  -entityInstance: Proxies\__CG__\App\Entity\User {#1229 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
283 GRANTED EA_EXECUTE_ACTION
[
  "crud" => EasyCorp\Bundle\EasyAdminBundle\Dto\CrudDto {#29485
    -controllerFqcn: "App\Controller\Admin\UserCrudController"
    -fieldAssetsDto: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29486 …}
    -pageName: "detail"
    -actionName: "detail"
    -actionConfigDto: EasyCorp\Bundle\EasyAdminBundle\Dto\ActionConfigDto {#29509 …}
    -filters: EasyCorp\Bundle\EasyAdminBundle\Dto\FilterConfigDto {#29471 …}
    -entityFqcn: "App\Entity\User"
    -entityLabelInSingular: Symfony\Component\Translation\TranslatableMessage {#29492 …}
    -entityLabelInPlural: Symfony\Component\Translation\TranslatableMessage {#29498 …}
    -defaultPageTitles: [
      "detail" => "page_title.detail"
      "edit" => "page_title.edit"
      "index" => "page_title.index"
      "new" => "page_title.new"
    ]
    -customPageTitles: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -helpMessages: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -datePattern: "medium"
    -timePattern: "medium"
    -dateTimePattern: [
      "medium"
      "medium"
    ]
    -dateIntervalFormat: "%%y Year(s) %%m Month(s) %%d Day(s)"
    -timezone: "Europe/Berlin"
    -numberFormat: null
    -thousandsSeparator: null
    -decimalSeparator: null
    -defaultSort: [
      "id" => "DESC"
    ]
    -searchFields: []
    -searchMode: "all_terms"
    -autofocusSearch: false
    -showEntityActionsAsDropdown: false
    -paginatorDto: EasyCorp\Bundle\EasyAdminBundle\Dto\PaginatorDto {#29490 …}
    -overriddenTemplates: []
    -formThemes: [
      "@EasyAdmin/crud/form_theme.html.twig"
    ]
    -newFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29487 …}
    -editFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29488 …}
    -entityPermission: null
    -contentWidth: "full"
    -sidebarWidth: null
    -hideNullValues: false
    -askConfirmationOnBatchActions: true
    -defaultRowAction: [
      "edit"
      "detail"
    ]
    -defaultRowActionTrigger: "single"
    -autocompleteCallback: null
    -autocompleteTemplate: null
    -autocompleteRenderAsHtml: false
  }
  "action" => "detail"
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#32242
    -isAccessible: true
    -primaryKeyValue: 790
    -fields: null
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#32245 …}
    -defaultActionUrl: null
    -fqcn: "App\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#818 …}
    -permission: null
    -entityInstance: Proxies\__CG__\App\Entity\User {#1229 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
284 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#31703
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ChoiceField"
  -propertyName: "status"
  -propertyNameSuffix: null
  -value: 100
  -formattedValue: EasyCorp\Bundle\EasyAdminBundle\Translation\TranslatableChoiceMessageCollection {#32258 …}
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#32263 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\ChoiceType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31678 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-select"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#31674 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31673 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32256 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#31416 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31670 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
285 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#31653
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\NumberField"
  -propertyName: "certification.greenSignConformity"
  -propertyNameSuffix: null
  -value: 11.61
  -formattedValue: Twig\Markup {#31391 …}
  -formatValueCallable: Closure($value, $entity) {#28039 …}
  -label: Symfony\Component\Translation\TranslatableMessage {#32250 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\NumberType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31394 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-number"
  -columns: null
  -defaultColumns: "col-md-4 col-xxl-3"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#31393 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31392 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32230 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#30699 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31389 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
286 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#31555
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\AssociationField"
  -propertyName: "type"
  -propertyNameSuffix: null
  -value: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
  -formattedValue: "1. Re-Zertifizierungsaudit"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#32240 …}
  -formType: "Symfony\Bridge\Doctrine\Form\Type\EntityType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31553 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-association"
  -columns: null
  -defaultColumns: "col-md-7 col-xxl-6"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#31561 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31563 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32272 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#31802 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31565 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
287 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#31564
  -isAccessible: true
  -primaryKeyValue: 3
  -fields: null
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#32277 …}
  -defaultActionUrl: null
  -fqcn: "App\Entity\Audit\AuditType"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1186 …}
  -permission: null
  -entityInstance: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
288 GRANTED EA_EXECUTE_ACTION
[
  "crud" => EasyCorp\Bundle\EasyAdminBundle\Dto\CrudDto {#29579
    -controllerFqcn: "App\Controller\Admin\Audit\AuditTypeCrudController"
    -fieldAssetsDto: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29580 …}
    -pageName: "detail"
    -actionName: "detail"
    -actionConfigDto: EasyCorp\Bundle\EasyAdminBundle\Dto\ActionConfigDto {#29603 …}
    -filters: EasyCorp\Bundle\EasyAdminBundle\Dto\FilterConfigDto {#29565 …}
    -entityFqcn: "App\Entity\Audit\AuditType"
    -entityLabelInSingular: Symfony\Component\Translation\TranslatableMessage {#29589 …}
    -entityLabelInPlural: Symfony\Component\Translation\TranslatableMessage {#29592 …}
    -defaultPageTitles: [
      "detail" => "page_title.detail"
      "edit" => "page_title.edit"
      "index" => "page_title.index"
      "new" => "page_title.new"
    ]
    -customPageTitles: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -helpMessages: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -datePattern: "medium"
    -timePattern: "medium"
    -dateTimePattern: [
      "medium"
      "medium"
    ]
    -dateIntervalFormat: "%%y Year(s) %%m Month(s) %%d Day(s)"
    -timezone: "Europe/Berlin"
    -numberFormat: null
    -thousandsSeparator: null
    -decimalSeparator: null
    -defaultSort: [
      "sorting" => "ASC"
    ]
    -searchFields: []
    -searchMode: "all_terms"
    -autofocusSearch: false
    -showEntityActionsAsDropdown: false
    -paginatorDto: EasyCorp\Bundle\EasyAdminBundle\Dto\PaginatorDto {#29584 …}
    -overriddenTemplates: [
      "crud/edit" => "admin/translate/form.html.twig"
    ]
    -formThemes: [
      "admin/form/form_override.html.twig"
    ]
    -newFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29581 …}
    -editFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29582 …}
    -entityPermission: null
    -contentWidth: "full"
    -sidebarWidth: null
    -hideNullValues: false
    -askConfirmationOnBatchActions: true
    -defaultRowAction: [
      "edit"
      "detail"
    ]
    -defaultRowActionTrigger: "single"
    -autocompleteCallback: null
    -autocompleteTemplate: null
    -autocompleteRenderAsHtml: false
  }
  "action" => "detail"
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#31564
    -isAccessible: true
    -primaryKeyValue: 3
    -fields: null
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#32277 …}
    -defaultActionUrl: null
    -fqcn: "App\Entity\Audit\AuditType"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1186 …}
    -permission: null
    -entityInstance: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
289 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#31876
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateTimeField"
  -propertyName: "auditDate"
  -propertyNameSuffix: null
  -value: DateTime @1767654000 {#11034
    date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
  }
  -formattedValue: Twig\Markup {#32297 …}
  -formatValueCallable: Closure($value, $entity) {#28250 …}
  -label: Symfony\Component\Translation\TranslatableMessage {#32293 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateTimeType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31974 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-datetime"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/datetime"
  -templatePath: "@EasyAdmin/crud/field/datetime.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#32050 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32141 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32294 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#32140 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32109 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
290 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#32204
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "id"
  -propertyNameSuffix: null
  -value: 684
  -formattedValue: "684"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#32368 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32202 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-id"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/id"
  -templatePath: "@EasyAdmin/crud/field/id.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#32203 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32200 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32371 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#32199 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32205 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
291 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#32180
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "certification.group.name"
  -propertyNameSuffix: null
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#32201 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32171 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#32176 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32175 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32374 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#32170 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32172 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
292 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#32173
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "certification.business.name"
  -propertyNameSuffix: null
  -value: "me and all hotel kiel - part of JdV by Hyatt"
  -formattedValue: "me and all hotel kiel - part of JdV by Hyatt"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#32373 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32164 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#32169 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32168 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32379 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#32163 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32165 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
293 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#32166
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IntegerField"
  -propertyName: "certification.business.greensignId"
  -propertyNameSuffix: null
  -value: 304
  -formattedValue: 304
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#32167 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\IntegerType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32157 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-integer"
  -columns: null
  -defaultColumns: "col-md-4 col-xxl-3"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#32162 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32161 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32384 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#32156 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32158 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
294 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#32159
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "certification.questionaire.title"
  -propertyNameSuffix: null
  -value: "GreenSign Hotel"
  -formattedValue: "GreenSign Hotel"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#32383 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32150 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#32155 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32154 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32389 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#32149 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32151 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
295 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#31875
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\AssociationField"
  -propertyName: "auditor"
  -propertyNameSuffix: null
  -value: Proxies\__CG__\App\Entity\User {#1229 …}
  -formattedValue: Twig\Markup {#32422 …}
  -formatValueCallable: Closure($value, $entity) {#28063 …}
  -label: Symfony\Component\Translation\TranslatableMessage {#32153 …}
  -formType: "Symfony\Bridge\Doctrine\Form\Type\EntityType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31878 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-association"
  -columns: null
  -defaultColumns: "col-md-7 col-xxl-6"
  -translationParameters: []
  -templateName: "crud/field/association"
  -templatePath: "@EasyAdmin/crud/field/association.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#31874 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31873 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32394 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#31862 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31870 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
296 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#32400
  -isAccessible: true
  -primaryKeyValue: 790
  -fields: null
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#32403 …}
  -defaultActionUrl: null
  -fqcn: "App\Entity\User"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#818 …}
  -permission: null
  -entityInstance: Proxies\__CG__\App\Entity\User {#1229 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
297 GRANTED EA_EXECUTE_ACTION
[
  "crud" => EasyCorp\Bundle\EasyAdminBundle\Dto\CrudDto {#29485
    -controllerFqcn: "App\Controller\Admin\UserCrudController"
    -fieldAssetsDto: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29486 …}
    -pageName: "detail"
    -actionName: "detail"
    -actionConfigDto: EasyCorp\Bundle\EasyAdminBundle\Dto\ActionConfigDto {#29509 …}
    -filters: EasyCorp\Bundle\EasyAdminBundle\Dto\FilterConfigDto {#29471 …}
    -entityFqcn: "App\Entity\User"
    -entityLabelInSingular: Symfony\Component\Translation\TranslatableMessage {#29492 …}
    -entityLabelInPlural: Symfony\Component\Translation\TranslatableMessage {#29498 …}
    -defaultPageTitles: [
      "detail" => "page_title.detail"
      "edit" => "page_title.edit"
      "index" => "page_title.index"
      "new" => "page_title.new"
    ]
    -customPageTitles: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -helpMessages: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -datePattern: "medium"
    -timePattern: "medium"
    -dateTimePattern: [
      "medium"
      "medium"
    ]
    -dateIntervalFormat: "%%y Year(s) %%m Month(s) %%d Day(s)"
    -timezone: "Europe/Berlin"
    -numberFormat: null
    -thousandsSeparator: null
    -decimalSeparator: null
    -defaultSort: [
      "id" => "DESC"
    ]
    -searchFields: []
    -searchMode: "all_terms"
    -autofocusSearch: false
    -showEntityActionsAsDropdown: false
    -paginatorDto: EasyCorp\Bundle\EasyAdminBundle\Dto\PaginatorDto {#29490 …}
    -overriddenTemplates: []
    -formThemes: [
      "@EasyAdmin/crud/form_theme.html.twig"
    ]
    -newFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29487 …}
    -editFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29488 …}
    -entityPermission: null
    -contentWidth: "full"
    -sidebarWidth: null
    -hideNullValues: false
    -askConfirmationOnBatchActions: true
    -defaultRowAction: [
      "edit"
      "detail"
    ]
    -defaultRowActionTrigger: "single"
    -autocompleteCallback: null
    -autocompleteTemplate: null
    -autocompleteRenderAsHtml: false
  }
  "action" => "detail"
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#32400
    -isAccessible: true
    -primaryKeyValue: 790
    -fields: null
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#32403 …}
    -defaultActionUrl: null
    -fqcn: "App\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#818 …}
    -permission: null
    -entityInstance: Proxies\__CG__\App\Entity\User {#1229 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
298 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#31861
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ChoiceField"
  -propertyName: "status"
  -propertyNameSuffix: null
  -value: 100
  -formattedValue: EasyCorp\Bundle\EasyAdminBundle\Translation\TranslatableChoiceMessageCollection {#32416 …}
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#32421 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\ChoiceType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31836 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-select"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#31832 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31831 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32414 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#31574 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31828 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
299 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#31811
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\NumberField"
  -propertyName: "certification.greenSignConformity"
  -propertyNameSuffix: null
  -value: 11.61
  -formattedValue: Twig\Markup {#31549 …}
  -formatValueCallable: Closure($value, $entity) {#28039 …}
  -label: Symfony\Component\Translation\TranslatableMessage {#32408 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\NumberType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31552 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-number"
  -columns: null
  -defaultColumns: "col-md-4 col-xxl-3"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#31551 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31550 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32388 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#30859 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31547 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
300 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#31713
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\AssociationField"
  -propertyName: "type"
  -propertyNameSuffix: null
  -value: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
  -formattedValue: "1. Re-Zertifizierungsaudit"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#32398 …}
  -formType: "Symfony\Bridge\Doctrine\Form\Type\EntityType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31711 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-association"
  -columns: null
  -defaultColumns: "col-md-7 col-xxl-6"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#31719 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31721 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32430 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#31960 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31723 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
301 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#31722
  -isAccessible: true
  -primaryKeyValue: 3
  -fields: null
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#32435 …}
  -defaultActionUrl: null
  -fqcn: "App\Entity\Audit\AuditType"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1186 …}
  -permission: null
  -entityInstance: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
302 GRANTED EA_EXECUTE_ACTION
[
  "crud" => EasyCorp\Bundle\EasyAdminBundle\Dto\CrudDto {#29579
    -controllerFqcn: "App\Controller\Admin\Audit\AuditTypeCrudController"
    -fieldAssetsDto: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29580 …}
    -pageName: "detail"
    -actionName: "detail"
    -actionConfigDto: EasyCorp\Bundle\EasyAdminBundle\Dto\ActionConfigDto {#29603 …}
    -filters: EasyCorp\Bundle\EasyAdminBundle\Dto\FilterConfigDto {#29565 …}
    -entityFqcn: "App\Entity\Audit\AuditType"
    -entityLabelInSingular: Symfony\Component\Translation\TranslatableMessage {#29589 …}
    -entityLabelInPlural: Symfony\Component\Translation\TranslatableMessage {#29592 …}
    -defaultPageTitles: [
      "detail" => "page_title.detail"
      "edit" => "page_title.edit"
      "index" => "page_title.index"
      "new" => "page_title.new"
    ]
    -customPageTitles: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -helpMessages: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -datePattern: "medium"
    -timePattern: "medium"
    -dateTimePattern: [
      "medium"
      "medium"
    ]
    -dateIntervalFormat: "%%y Year(s) %%m Month(s) %%d Day(s)"
    -timezone: "Europe/Berlin"
    -numberFormat: null
    -thousandsSeparator: null
    -decimalSeparator: null
    -defaultSort: [
      "sorting" => "ASC"
    ]
    -searchFields: []
    -searchMode: "all_terms"
    -autofocusSearch: false
    -showEntityActionsAsDropdown: false
    -paginatorDto: EasyCorp\Bundle\EasyAdminBundle\Dto\PaginatorDto {#29584 …}
    -overriddenTemplates: [
      "crud/edit" => "admin/translate/form.html.twig"
    ]
    -formThemes: [
      "admin/form/form_override.html.twig"
    ]
    -newFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29581 …}
    -editFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29582 …}
    -entityPermission: null
    -contentWidth: "full"
    -sidebarWidth: null
    -hideNullValues: false
    -askConfirmationOnBatchActions: true
    -defaultRowAction: [
      "edit"
      "detail"
    ]
    -defaultRowActionTrigger: "single"
    -autocompleteCallback: null
    -autocompleteTemplate: null
    -autocompleteRenderAsHtml: false
  }
  "action" => "detail"
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#31722
    -isAccessible: true
    -primaryKeyValue: 3
    -fields: null
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#32435 …}
    -defaultActionUrl: null
    -fqcn: "App\Entity\Audit\AuditType"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1186 …}
    -permission: null
    -entityInstance: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
303 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#32034
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateTimeField"
  -propertyName: "auditDate"
  -propertyNameSuffix: null
  -value: DateTime @1767654000 {#11051
    date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
  }
  -formattedValue: Twig\Markup {#32455 …}
  -formatValueCallable: Closure($value, $entity) {#28250 …}
  -label: Symfony\Component\Translation\TranslatableMessage {#32451 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateTimeType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32132 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-datetime"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/datetime"
  -templatePath: "@EasyAdmin/crud/field/datetime.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#32208 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32299 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32452 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#32298 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32267 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
304 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#32362
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "id"
  -propertyNameSuffix: null
  -value: 685
  -formattedValue: "685"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#32526 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32360 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-id"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/id"
  -templatePath: "@EasyAdmin/crud/field/id.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#32361 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32358 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32529 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#32357 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32363 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
305 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#32338
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "certification.group.name"
  -propertyNameSuffix: null
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#32359 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32329 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#32334 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32333 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32532 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#32328 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32330 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
306 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#32331
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "certification.business.name"
  -propertyNameSuffix: null
  -value: "me and all hotel düsseldorf - part of JdV by Hyatt"
  -formattedValue: "me and all hotel düsseldorf - part of JdV by Hyatt"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#32531 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32322 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#32327 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32326 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32537 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#32321 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32323 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
307 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#32324
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IntegerField"
  -propertyName: "certification.business.greensignId"
  -propertyNameSuffix: null
  -value: 89
  -formattedValue: 89
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#32325 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\IntegerType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32315 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-integer"
  -columns: null
  -defaultColumns: "col-md-4 col-xxl-3"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#32320 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32319 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32542 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#32314 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32316 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
308 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#32317
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "certification.questionaire.title"
  -propertyNameSuffix: null
  -value: "GreenSign Hotel"
  -formattedValue: "GreenSign Hotel"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#32541 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32308 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#32313 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32312 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32547 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#32307 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32309 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
309 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#32033
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\AssociationField"
  -propertyName: "auditor"
  -propertyNameSuffix: null
  -value: Proxies\__CG__\App\Entity\User {#1229 …}
  -formattedValue: Twig\Markup {#32580 …}
  -formatValueCallable: Closure($value, $entity) {#28063 …}
  -label: Symfony\Component\Translation\TranslatableMessage {#32311 …}
  -formType: "Symfony\Bridge\Doctrine\Form\Type\EntityType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32036 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-association"
  -columns: null
  -defaultColumns: "col-md-7 col-xxl-6"
  -translationParameters: []
  -templateName: "crud/field/association"
  -templatePath: "@EasyAdmin/crud/field/association.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#32032 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32031 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32552 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#32020 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32028 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
310 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#32558
  -isAccessible: true
  -primaryKeyValue: 790
  -fields: null
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#32561 …}
  -defaultActionUrl: null
  -fqcn: "App\Entity\User"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#818 …}
  -permission: null
  -entityInstance: Proxies\__CG__\App\Entity\User {#1229 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
311 GRANTED EA_EXECUTE_ACTION
[
  "crud" => EasyCorp\Bundle\EasyAdminBundle\Dto\CrudDto {#29485
    -controllerFqcn: "App\Controller\Admin\UserCrudController"
    -fieldAssetsDto: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29486 …}
    -pageName: "detail"
    -actionName: "detail"
    -actionConfigDto: EasyCorp\Bundle\EasyAdminBundle\Dto\ActionConfigDto {#29509 …}
    -filters: EasyCorp\Bundle\EasyAdminBundle\Dto\FilterConfigDto {#29471 …}
    -entityFqcn: "App\Entity\User"
    -entityLabelInSingular: Symfony\Component\Translation\TranslatableMessage {#29492 …}
    -entityLabelInPlural: Symfony\Component\Translation\TranslatableMessage {#29498 …}
    -defaultPageTitles: [
      "detail" => "page_title.detail"
      "edit" => "page_title.edit"
      "index" => "page_title.index"
      "new" => "page_title.new"
    ]
    -customPageTitles: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -helpMessages: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -datePattern: "medium"
    -timePattern: "medium"
    -dateTimePattern: [
      "medium"
      "medium"
    ]
    -dateIntervalFormat: "%%y Year(s) %%m Month(s) %%d Day(s)"
    -timezone: "Europe/Berlin"
    -numberFormat: null
    -thousandsSeparator: null
    -decimalSeparator: null
    -defaultSort: [
      "id" => "DESC"
    ]
    -searchFields: []
    -searchMode: "all_terms"
    -autofocusSearch: false
    -showEntityActionsAsDropdown: false
    -paginatorDto: EasyCorp\Bundle\EasyAdminBundle\Dto\PaginatorDto {#29490 …}
    -overriddenTemplates: []
    -formThemes: [
      "@EasyAdmin/crud/form_theme.html.twig"
    ]
    -newFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29487 …}
    -editFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29488 …}
    -entityPermission: null
    -contentWidth: "full"
    -sidebarWidth: null
    -hideNullValues: false
    -askConfirmationOnBatchActions: true
    -defaultRowAction: [
      "edit"
      "detail"
    ]
    -defaultRowActionTrigger: "single"
    -autocompleteCallback: null
    -autocompleteTemplate: null
    -autocompleteRenderAsHtml: false
  }
  "action" => "detail"
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#32558
    -isAccessible: true
    -primaryKeyValue: 790
    -fields: null
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#32561 …}
    -defaultActionUrl: null
    -fqcn: "App\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#818 …}
    -permission: null
    -entityInstance: Proxies\__CG__\App\Entity\User {#1229 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
312 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#32019
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ChoiceField"
  -propertyName: "status"
  -propertyNameSuffix: null
  -value: 100
  -formattedValue: EasyCorp\Bundle\EasyAdminBundle\Translation\TranslatableChoiceMessageCollection {#32574 …}
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#32579 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\ChoiceType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31994 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-select"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#31990 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31989 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32572 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#31732 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31986 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
313 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#31969
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\NumberField"
  -propertyName: "certification.greenSignConformity"
  -propertyNameSuffix: null
  -value: 11.61
  -formattedValue: Twig\Markup {#31707 …}
  -formatValueCallable: Closure($value, $entity) {#28039 …}
  -label: Symfony\Component\Translation\TranslatableMessage {#32566 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\NumberType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31710 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-number"
  -columns: null
  -defaultColumns: "col-md-4 col-xxl-3"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#31709 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31708 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32546 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#31018 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31705 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
314 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#31871
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\AssociationField"
  -propertyName: "type"
  -propertyNameSuffix: null
  -value: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
  -formattedValue: "1. Re-Zertifizierungsaudit"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#32556 …}
  -formType: "Symfony\Bridge\Doctrine\Form\Type\EntityType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31869 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-association"
  -columns: null
  -defaultColumns: "col-md-7 col-xxl-6"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#31877 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31879 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32588 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#32118 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31881 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
315 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#31880
  -isAccessible: true
  -primaryKeyValue: 3
  -fields: null
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#32593 …}
  -defaultActionUrl: null
  -fqcn: "App\Entity\Audit\AuditType"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1186 …}
  -permission: null
  -entityInstance: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
316 GRANTED EA_EXECUTE_ACTION
[
  "crud" => EasyCorp\Bundle\EasyAdminBundle\Dto\CrudDto {#29579
    -controllerFqcn: "App\Controller\Admin\Audit\AuditTypeCrudController"
    -fieldAssetsDto: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29580 …}
    -pageName: "detail"
    -actionName: "detail"
    -actionConfigDto: EasyCorp\Bundle\EasyAdminBundle\Dto\ActionConfigDto {#29603 …}
    -filters: EasyCorp\Bundle\EasyAdminBundle\Dto\FilterConfigDto {#29565 …}
    -entityFqcn: "App\Entity\Audit\AuditType"
    -entityLabelInSingular: Symfony\Component\Translation\TranslatableMessage {#29589 …}
    -entityLabelInPlural: Symfony\Component\Translation\TranslatableMessage {#29592 …}
    -defaultPageTitles: [
      "detail" => "page_title.detail"
      "edit" => "page_title.edit"
      "index" => "page_title.index"
      "new" => "page_title.new"
    ]
    -customPageTitles: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -helpMessages: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -datePattern: "medium"
    -timePattern: "medium"
    -dateTimePattern: [
      "medium"
      "medium"
    ]
    -dateIntervalFormat: "%%y Year(s) %%m Month(s) %%d Day(s)"
    -timezone: "Europe/Berlin"
    -numberFormat: null
    -thousandsSeparator: null
    -decimalSeparator: null
    -defaultSort: [
      "sorting" => "ASC"
    ]
    -searchFields: []
    -searchMode: "all_terms"
    -autofocusSearch: false
    -showEntityActionsAsDropdown: false
    -paginatorDto: EasyCorp\Bundle\EasyAdminBundle\Dto\PaginatorDto {#29584 …}
    -overriddenTemplates: [
      "crud/edit" => "admin/translate/form.html.twig"
    ]
    -formThemes: [
      "admin/form/form_override.html.twig"
    ]
    -newFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29581 …}
    -editFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29582 …}
    -entityPermission: null
    -contentWidth: "full"
    -sidebarWidth: null
    -hideNullValues: false
    -askConfirmationOnBatchActions: true
    -defaultRowAction: [
      "edit"
      "detail"
    ]
    -defaultRowActionTrigger: "single"
    -autocompleteCallback: null
    -autocompleteTemplate: null
    -autocompleteRenderAsHtml: false
  }
  "action" => "detail"
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#31880
    -isAccessible: true
    -primaryKeyValue: 3
    -fields: null
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#32593 …}
    -defaultActionUrl: null
    -fqcn: "App\Entity\Audit\AuditType"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1186 …}
    -permission: null
    -entityInstance: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
317 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#32192
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateTimeField"
  -propertyName: "auditDate"
  -propertyNameSuffix: null
  -value: DateTime @1767654000 {#11068
    date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
  }
  -formattedValue: Twig\Markup {#32613 …}
  -formatValueCallable: Closure($value, $entity) {#28250 …}
  -label: Symfony\Component\Translation\TranslatableMessage {#32609 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateTimeType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32290 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-datetime"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/datetime"
  -templatePath: "@EasyAdmin/crud/field/datetime.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#32366 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32457 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32610 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#32456 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32425 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
318 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#32520
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "id"
  -propertyNameSuffix: null
  -value: 686
  -formattedValue: "686"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#32684 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32518 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-id"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/id"
  -templatePath: "@EasyAdmin/crud/field/id.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#32519 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32516 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32687 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#32515 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32521 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
319 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#32496
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "certification.group.name"
  -propertyNameSuffix: null
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#32517 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32487 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#32492 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32491 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32690 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#32486 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32488 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
320 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#32489
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "certification.business.name"
  -propertyNameSuffix: null
  -value: "me and all hotel mainz - part of JdV by Hyatt"
  -formattedValue: "me and all hotel mainz - part of JdV by Hyatt"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#32689 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32480 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#32485 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32484 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32695 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#32479 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32481 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
321 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#32482
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IntegerField"
  -propertyName: "certification.business.greensignId"
  -propertyNameSuffix: null
  -value: 121
  -formattedValue: 121
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#32483 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\IntegerType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32473 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-integer"
  -columns: null
  -defaultColumns: "col-md-4 col-xxl-3"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#32478 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32477 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32700 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#32472 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32474 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
322 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#32475
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "certification.questionaire.title"
  -propertyNameSuffix: null
  -value: "GreenSign Hotel"
  -formattedValue: "GreenSign Hotel"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#32699 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32466 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#32471 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32470 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32705 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#32465 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32467 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
323 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#32191
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\AssociationField"
  -propertyName: "auditor"
  -propertyNameSuffix: null
  -value: Proxies\__CG__\App\Entity\User {#1229 …}
  -formattedValue: Twig\Markup {#32738 …}
  -formatValueCallable: Closure($value, $entity) {#28063 …}
  -label: Symfony\Component\Translation\TranslatableMessage {#32469 …}
  -formType: "Symfony\Bridge\Doctrine\Form\Type\EntityType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32194 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-association"
  -columns: null
  -defaultColumns: "col-md-7 col-xxl-6"
  -translationParameters: []
  -templateName: "crud/field/association"
  -templatePath: "@EasyAdmin/crud/field/association.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#32190 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32189 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32710 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#32178 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32186 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
324 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#32716
  -isAccessible: true
  -primaryKeyValue: 790
  -fields: null
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#32719 …}
  -defaultActionUrl: null
  -fqcn: "App\Entity\User"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#818 …}
  -permission: null
  -entityInstance: Proxies\__CG__\App\Entity\User {#1229 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
325 GRANTED EA_EXECUTE_ACTION
[
  "crud" => EasyCorp\Bundle\EasyAdminBundle\Dto\CrudDto {#29485
    -controllerFqcn: "App\Controller\Admin\UserCrudController"
    -fieldAssetsDto: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29486 …}
    -pageName: "detail"
    -actionName: "detail"
    -actionConfigDto: EasyCorp\Bundle\EasyAdminBundle\Dto\ActionConfigDto {#29509 …}
    -filters: EasyCorp\Bundle\EasyAdminBundle\Dto\FilterConfigDto {#29471 …}
    -entityFqcn: "App\Entity\User"
    -entityLabelInSingular: Symfony\Component\Translation\TranslatableMessage {#29492 …}
    -entityLabelInPlural: Symfony\Component\Translation\TranslatableMessage {#29498 …}
    -defaultPageTitles: [
      "detail" => "page_title.detail"
      "edit" => "page_title.edit"
      "index" => "page_title.index"
      "new" => "page_title.new"
    ]
    -customPageTitles: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -helpMessages: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -datePattern: "medium"
    -timePattern: "medium"
    -dateTimePattern: [
      "medium"
      "medium"
    ]
    -dateIntervalFormat: "%%y Year(s) %%m Month(s) %%d Day(s)"
    -timezone: "Europe/Berlin"
    -numberFormat: null
    -thousandsSeparator: null
    -decimalSeparator: null
    -defaultSort: [
      "id" => "DESC"
    ]
    -searchFields: []
    -searchMode: "all_terms"
    -autofocusSearch: false
    -showEntityActionsAsDropdown: false
    -paginatorDto: EasyCorp\Bundle\EasyAdminBundle\Dto\PaginatorDto {#29490 …}
    -overriddenTemplates: []
    -formThemes: [
      "@EasyAdmin/crud/form_theme.html.twig"
    ]
    -newFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29487 …}
    -editFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29488 …}
    -entityPermission: null
    -contentWidth: "full"
    -sidebarWidth: null
    -hideNullValues: false
    -askConfirmationOnBatchActions: true
    -defaultRowAction: [
      "edit"
      "detail"
    ]
    -defaultRowActionTrigger: "single"
    -autocompleteCallback: null
    -autocompleteTemplate: null
    -autocompleteRenderAsHtml: false
  }
  "action" => "detail"
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#32716
    -isAccessible: true
    -primaryKeyValue: 790
    -fields: null
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#32719 …}
    -defaultActionUrl: null
    -fqcn: "App\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#818 …}
    -permission: null
    -entityInstance: Proxies\__CG__\App\Entity\User {#1229 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
326 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#32177
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ChoiceField"
  -propertyName: "status"
  -propertyNameSuffix: null
  -value: 100
  -formattedValue: EasyCorp\Bundle\EasyAdminBundle\Translation\TranslatableChoiceMessageCollection {#32732 …}
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#32737 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\ChoiceType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32152 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-select"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#32148 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32147 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32730 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#31890 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32144 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
327 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#32127
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\NumberField"
  -propertyName: "certification.greenSignConformity"
  -propertyNameSuffix: null
  -value: 11.61
  -formattedValue: Twig\Markup {#31865 …}
  -formatValueCallable: Closure($value, $entity) {#28039 …}
  -label: Symfony\Component\Translation\TranslatableMessage {#32724 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\NumberType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31868 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-number"
  -columns: null
  -defaultColumns: "col-md-4 col-xxl-3"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#31867 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31866 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32704 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#31176 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#31863 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
328 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#32029
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\AssociationField"
  -propertyName: "type"
  -propertyNameSuffix: null
  -value: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
  -formattedValue: "1. Re-Zertifizierungsaudit"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#32714 …}
  -formType: "Symfony\Bridge\Doctrine\Form\Type\EntityType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32027 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-association"
  -columns: null
  -defaultColumns: "col-md-7 col-xxl-6"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#32035 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32037 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32746 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#32276 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32039 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
329 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#32038
  -isAccessible: true
  -primaryKeyValue: 3
  -fields: null
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#32751 …}
  -defaultActionUrl: null
  -fqcn: "App\Entity\Audit\AuditType"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1186 …}
  -permission: null
  -entityInstance: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
330 GRANTED EA_EXECUTE_ACTION
[
  "crud" => EasyCorp\Bundle\EasyAdminBundle\Dto\CrudDto {#29579
    -controllerFqcn: "App\Controller\Admin\Audit\AuditTypeCrudController"
    -fieldAssetsDto: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29580 …}
    -pageName: "detail"
    -actionName: "detail"
    -actionConfigDto: EasyCorp\Bundle\EasyAdminBundle\Dto\ActionConfigDto {#29603 …}
    -filters: EasyCorp\Bundle\EasyAdminBundle\Dto\FilterConfigDto {#29565 …}
    -entityFqcn: "App\Entity\Audit\AuditType"
    -entityLabelInSingular: Symfony\Component\Translation\TranslatableMessage {#29589 …}
    -entityLabelInPlural: Symfony\Component\Translation\TranslatableMessage {#29592 …}
    -defaultPageTitles: [
      "detail" => "page_title.detail"
      "edit" => "page_title.edit"
      "index" => "page_title.index"
      "new" => "page_title.new"
    ]
    -customPageTitles: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -helpMessages: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -datePattern: "medium"
    -timePattern: "medium"
    -dateTimePattern: [
      "medium"
      "medium"
    ]
    -dateIntervalFormat: "%%y Year(s) %%m Month(s) %%d Day(s)"
    -timezone: "Europe/Berlin"
    -numberFormat: null
    -thousandsSeparator: null
    -decimalSeparator: null
    -defaultSort: [
      "sorting" => "ASC"
    ]
    -searchFields: []
    -searchMode: "all_terms"
    -autofocusSearch: false
    -showEntityActionsAsDropdown: false
    -paginatorDto: EasyCorp\Bundle\EasyAdminBundle\Dto\PaginatorDto {#29584 …}
    -overriddenTemplates: [
      "crud/edit" => "admin/translate/form.html.twig"
    ]
    -formThemes: [
      "admin/form/form_override.html.twig"
    ]
    -newFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29581 …}
    -editFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29582 …}
    -entityPermission: null
    -contentWidth: "full"
    -sidebarWidth: null
    -hideNullValues: false
    -askConfirmationOnBatchActions: true
    -defaultRowAction: [
      "edit"
      "detail"
    ]
    -defaultRowActionTrigger: "single"
    -autocompleteCallback: null
    -autocompleteTemplate: null
    -autocompleteRenderAsHtml: false
  }
  "action" => "detail"
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#32038
    -isAccessible: true
    -primaryKeyValue: 3
    -fields: null
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#32751 …}
    -defaultActionUrl: null
    -fqcn: "App\Entity\Audit\AuditType"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1186 …}
    -permission: null
    -entityInstance: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
331 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#32350
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateTimeField"
  -propertyName: "auditDate"
  -propertyNameSuffix: null
  -value: DateTime @1767654000 {#11085
    date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
  }
  -formattedValue: Twig\Markup {#32771 …}
  -formatValueCallable: Closure($value, $entity) {#28250 …}
  -label: Symfony\Component\Translation\TranslatableMessage {#32767 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateTimeType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32448 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-datetime"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/datetime"
  -templatePath: "@EasyAdmin/crud/field/datetime.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#32524 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32615 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32768 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#32614 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32583 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
332 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#32678
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "id"
  -propertyNameSuffix: null
  -value: 687
  -formattedValue: "687"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#32842 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32676 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-id"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/id"
  -templatePath: "@EasyAdmin/crud/field/id.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#32677 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32674 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32845 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#32673 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32679 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
333 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#32654
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "certification.group.name"
  -propertyNameSuffix: null
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#32675 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32645 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#32650 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32649 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32848 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#32644 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32646 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
334 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#32647
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "certification.business.name"
  -propertyNameSuffix: null
  -value: "Lindner Hotel Antwerp - part of JdV by Hyatt"
  -formattedValue: "Lindner Hotel Antwerp - part of JdV by Hyatt"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#32847 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32638 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#32643 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32642 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32853 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#32637 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32639 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
335 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#32640
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IntegerField"
  -propertyName: "certification.business.greensignId"
  -propertyNameSuffix: null
  -value: 133
  -formattedValue: 133
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#32641 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\IntegerType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32631 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-integer"
  -columns: null
  -defaultColumns: "col-md-4 col-xxl-3"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#32636 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32635 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32858 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#32630 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32632 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
336 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#32633
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "certification.questionaire.title"
  -propertyNameSuffix: null
  -value: "GreenSign Hotel"
  -formattedValue: "GreenSign Hotel"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#32857 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32624 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#32629 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32628 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32863 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#32623 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32625 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
337 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#32349
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\AssociationField"
  -propertyName: "auditor"
  -propertyNameSuffix: null
  -value: Proxies\__CG__\App\Entity\User {#1229 …}
  -formattedValue: Twig\Markup {#32896 …}
  -formatValueCallable: Closure($value, $entity) {#28063 …}
  -label: Symfony\Component\Translation\TranslatableMessage {#32627 …}
  -formType: "Symfony\Bridge\Doctrine\Form\Type\EntityType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32352 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-association"
  -columns: null
  -defaultColumns: "col-md-7 col-xxl-6"
  -translationParameters: []
  -templateName: "crud/field/association"
  -templatePath: "@EasyAdmin/crud/field/association.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#32348 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32347 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32868 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#32336 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32344 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
338 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#32874
  -isAccessible: true
  -primaryKeyValue: 790
  -fields: null
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#32877 …}
  -defaultActionUrl: null
  -fqcn: "App\Entity\User"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#818 …}
  -permission: null
  -entityInstance: Proxies\__CG__\App\Entity\User {#1229 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
339 GRANTED EA_EXECUTE_ACTION
[
  "crud" => EasyCorp\Bundle\EasyAdminBundle\Dto\CrudDto {#29485
    -controllerFqcn: "App\Controller\Admin\UserCrudController"
    -fieldAssetsDto: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29486 …}
    -pageName: "detail"
    -actionName: "detail"
    -actionConfigDto: EasyCorp\Bundle\EasyAdminBundle\Dto\ActionConfigDto {#29509 …}
    -filters: EasyCorp\Bundle\EasyAdminBundle\Dto\FilterConfigDto {#29471 …}
    -entityFqcn: "App\Entity\User"
    -entityLabelInSingular: Symfony\Component\Translation\TranslatableMessage {#29492 …}
    -entityLabelInPlural: Symfony\Component\Translation\TranslatableMessage {#29498 …}
    -defaultPageTitles: [
      "detail" => "page_title.detail"
      "edit" => "page_title.edit"
      "index" => "page_title.index"
      "new" => "page_title.new"
    ]
    -customPageTitles: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -helpMessages: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -datePattern: "medium"
    -timePattern: "medium"
    -dateTimePattern: [
      "medium"
      "medium"
    ]
    -dateIntervalFormat: "%%y Year(s) %%m Month(s) %%d Day(s)"
    -timezone: "Europe/Berlin"
    -numberFormat: null
    -thousandsSeparator: null
    -decimalSeparator: null
    -defaultSort: [
      "id" => "DESC"
    ]
    -searchFields: []
    -searchMode: "all_terms"
    -autofocusSearch: false
    -showEntityActionsAsDropdown: false
    -paginatorDto: EasyCorp\Bundle\EasyAdminBundle\Dto\PaginatorDto {#29490 …}
    -overriddenTemplates: []
    -formThemes: [
      "@EasyAdmin/crud/form_theme.html.twig"
    ]
    -newFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29487 …}
    -editFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29488 …}
    -entityPermission: null
    -contentWidth: "full"
    -sidebarWidth: null
    -hideNullValues: false
    -askConfirmationOnBatchActions: true
    -defaultRowAction: [
      "edit"
      "detail"
    ]
    -defaultRowActionTrigger: "single"
    -autocompleteCallback: null
    -autocompleteTemplate: null
    -autocompleteRenderAsHtml: false
  }
  "action" => "detail"
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#32874
    -isAccessible: true
    -primaryKeyValue: 790
    -fields: null
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#32877 …}
    -defaultActionUrl: null
    -fqcn: "App\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#818 …}
    -permission: null
    -entityInstance: Proxies\__CG__\App\Entity\User {#1229 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
340 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#32335
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ChoiceField"
  -propertyName: "status"
  -propertyNameSuffix: null
  -value: 100
  -formattedValue: EasyCorp\Bundle\EasyAdminBundle\Translation\TranslatableChoiceMessageCollection {#32890 …}
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#32895 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\ChoiceType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32310 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-select"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#32306 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32305 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32888 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#32048 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32302 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
341 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#32285
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\NumberField"
  -propertyName: "certification.greenSignConformity"
  -propertyNameSuffix: null
  -value: 11.61
  -formattedValue: Twig\Markup {#32023 …}
  -formatValueCallable: Closure($value, $entity) {#28039 …}
  -label: Symfony\Component\Translation\TranslatableMessage {#32882 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\NumberType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32026 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-number"
  -columns: null
  -defaultColumns: "col-md-4 col-xxl-3"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#32025 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32024 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32862 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#31334 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32021 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
342 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#32187
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\AssociationField"
  -propertyName: "type"
  -propertyNameSuffix: null
  -value: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
  -formattedValue: "1. Re-Zertifizierungsaudit"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#32872 …}
  -formType: "Symfony\Bridge\Doctrine\Form\Type\EntityType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32185 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-association"
  -columns: null
  -defaultColumns: "col-md-7 col-xxl-6"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#32193 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32195 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32904 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#32434 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32197 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
343 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#32196
  -isAccessible: true
  -primaryKeyValue: 3
  -fields: null
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#32909 …}
  -defaultActionUrl: null
  -fqcn: "App\Entity\Audit\AuditType"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1186 …}
  -permission: null
  -entityInstance: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
344 GRANTED EA_EXECUTE_ACTION
[
  "crud" => EasyCorp\Bundle\EasyAdminBundle\Dto\CrudDto {#29579
    -controllerFqcn: "App\Controller\Admin\Audit\AuditTypeCrudController"
    -fieldAssetsDto: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29580 …}
    -pageName: "detail"
    -actionName: "detail"
    -actionConfigDto: EasyCorp\Bundle\EasyAdminBundle\Dto\ActionConfigDto {#29603 …}
    -filters: EasyCorp\Bundle\EasyAdminBundle\Dto\FilterConfigDto {#29565 …}
    -entityFqcn: "App\Entity\Audit\AuditType"
    -entityLabelInSingular: Symfony\Component\Translation\TranslatableMessage {#29589 …}
    -entityLabelInPlural: Symfony\Component\Translation\TranslatableMessage {#29592 …}
    -defaultPageTitles: [
      "detail" => "page_title.detail"
      "edit" => "page_title.edit"
      "index" => "page_title.index"
      "new" => "page_title.new"
    ]
    -customPageTitles: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -helpMessages: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -datePattern: "medium"
    -timePattern: "medium"
    -dateTimePattern: [
      "medium"
      "medium"
    ]
    -dateIntervalFormat: "%%y Year(s) %%m Month(s) %%d Day(s)"
    -timezone: "Europe/Berlin"
    -numberFormat: null
    -thousandsSeparator: null
    -decimalSeparator: null
    -defaultSort: [
      "sorting" => "ASC"
    ]
    -searchFields: []
    -searchMode: "all_terms"
    -autofocusSearch: false
    -showEntityActionsAsDropdown: false
    -paginatorDto: EasyCorp\Bundle\EasyAdminBundle\Dto\PaginatorDto {#29584 …}
    -overriddenTemplates: [
      "crud/edit" => "admin/translate/form.html.twig"
    ]
    -formThemes: [
      "admin/form/form_override.html.twig"
    ]
    -newFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29581 …}
    -editFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29582 …}
    -entityPermission: null
    -contentWidth: "full"
    -sidebarWidth: null
    -hideNullValues: false
    -askConfirmationOnBatchActions: true
    -defaultRowAction: [
      "edit"
      "detail"
    ]
    -defaultRowActionTrigger: "single"
    -autocompleteCallback: null
    -autocompleteTemplate: null
    -autocompleteRenderAsHtml: false
  }
  "action" => "detail"
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#32196
    -isAccessible: true
    -primaryKeyValue: 3
    -fields: null
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#32909 …}
    -defaultActionUrl: null
    -fqcn: "App\Entity\Audit\AuditType"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1186 …}
    -permission: null
    -entityInstance: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
345 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#32508
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateTimeField"
  -propertyName: "auditDate"
  -propertyNameSuffix: null
  -value: DateTime @1767654000 {#11102
    date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
  }
  -formattedValue: Twig\Markup {#32929 …}
  -formatValueCallable: Closure($value, $entity) {#28250 …}
  -label: Symfony\Component\Translation\TranslatableMessage {#32925 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateTimeType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32606 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-datetime"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/datetime"
  -templatePath: "@EasyAdmin/crud/field/datetime.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#32682 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32773 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32926 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#32772 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32741 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
346 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#32836
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "id"
  -propertyNameSuffix: null
  -value: 688
  -formattedValue: "688"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#33000 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32834 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-id"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/id"
  -templatePath: "@EasyAdmin/crud/field/id.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#32835 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32832 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33003 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#32831 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32837 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
347 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#32812
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "certification.group.name"
  -propertyNameSuffix: null
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#32833 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32803 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#32808 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32807 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33006 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#32802 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32804 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
348 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#32805
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "certification.business.name"
  -propertyNameSuffix: null
  -value: "Lindner Hotel Berlin Ku'Damm - part of JdV by Hyatt"
  -formattedValue: "Lindner Hotel Berlin Ku'Damm - part of JdV by Hyatt"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#33005 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32796 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#32801 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32800 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33011 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#32795 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32797 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
349 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#32798
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IntegerField"
  -propertyName: "certification.business.greensignId"
  -propertyNameSuffix: null
  -value: 134
  -formattedValue: 134
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#32799 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\IntegerType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32789 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-integer"
  -columns: null
  -defaultColumns: "col-md-4 col-xxl-3"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#32794 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32793 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33016 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#32788 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32790 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
350 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#32791
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "certification.questionaire.title"
  -propertyNameSuffix: null
  -value: "GreenSign Hotel"
  -formattedValue: "GreenSign Hotel"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#33015 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32782 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#32787 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32786 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33021 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#32781 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32783 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
351 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#32507
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\AssociationField"
  -propertyName: "auditor"
  -propertyNameSuffix: null
  -value: Proxies\__CG__\App\Entity\User {#1229 …}
  -formattedValue: Twig\Markup {#33054 …}
  -formatValueCallable: Closure($value, $entity) {#28063 …}
  -label: Symfony\Component\Translation\TranslatableMessage {#32785 …}
  -formType: "Symfony\Bridge\Doctrine\Form\Type\EntityType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32510 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-association"
  -columns: null
  -defaultColumns: "col-md-7 col-xxl-6"
  -translationParameters: []
  -templateName: "crud/field/association"
  -templatePath: "@EasyAdmin/crud/field/association.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#32506 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32505 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33026 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#32494 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32502 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
352 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#33032
  -isAccessible: true
  -primaryKeyValue: 790
  -fields: null
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#33035 …}
  -defaultActionUrl: null
  -fqcn: "App\Entity\User"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#818 …}
  -permission: null
  -entityInstance: Proxies\__CG__\App\Entity\User {#1229 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
353 GRANTED EA_EXECUTE_ACTION
[
  "crud" => EasyCorp\Bundle\EasyAdminBundle\Dto\CrudDto {#29485
    -controllerFqcn: "App\Controller\Admin\UserCrudController"
    -fieldAssetsDto: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29486 …}
    -pageName: "detail"
    -actionName: "detail"
    -actionConfigDto: EasyCorp\Bundle\EasyAdminBundle\Dto\ActionConfigDto {#29509 …}
    -filters: EasyCorp\Bundle\EasyAdminBundle\Dto\FilterConfigDto {#29471 …}
    -entityFqcn: "App\Entity\User"
    -entityLabelInSingular: Symfony\Component\Translation\TranslatableMessage {#29492 …}
    -entityLabelInPlural: Symfony\Component\Translation\TranslatableMessage {#29498 …}
    -defaultPageTitles: [
      "detail" => "page_title.detail"
      "edit" => "page_title.edit"
      "index" => "page_title.index"
      "new" => "page_title.new"
    ]
    -customPageTitles: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -helpMessages: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -datePattern: "medium"
    -timePattern: "medium"
    -dateTimePattern: [
      "medium"
      "medium"
    ]
    -dateIntervalFormat: "%%y Year(s) %%m Month(s) %%d Day(s)"
    -timezone: "Europe/Berlin"
    -numberFormat: null
    -thousandsSeparator: null
    -decimalSeparator: null
    -defaultSort: [
      "id" => "DESC"
    ]
    -searchFields: []
    -searchMode: "all_terms"
    -autofocusSearch: false
    -showEntityActionsAsDropdown: false
    -paginatorDto: EasyCorp\Bundle\EasyAdminBundle\Dto\PaginatorDto {#29490 …}
    -overriddenTemplates: []
    -formThemes: [
      "@EasyAdmin/crud/form_theme.html.twig"
    ]
    -newFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29487 …}
    -editFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29488 …}
    -entityPermission: null
    -contentWidth: "full"
    -sidebarWidth: null
    -hideNullValues: false
    -askConfirmationOnBatchActions: true
    -defaultRowAction: [
      "edit"
      "detail"
    ]
    -defaultRowActionTrigger: "single"
    -autocompleteCallback: null
    -autocompleteTemplate: null
    -autocompleteRenderAsHtml: false
  }
  "action" => "detail"
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#33032
    -isAccessible: true
    -primaryKeyValue: 790
    -fields: null
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#33035 …}
    -defaultActionUrl: null
    -fqcn: "App\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#818 …}
    -permission: null
    -entityInstance: Proxies\__CG__\App\Entity\User {#1229 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
354 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#32493
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ChoiceField"
  -propertyName: "status"
  -propertyNameSuffix: null
  -value: 100
  -formattedValue: EasyCorp\Bundle\EasyAdminBundle\Translation\TranslatableChoiceMessageCollection {#33048 …}
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#33053 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\ChoiceType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32468 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-select"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#32464 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32463 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33046 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#32206 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32460 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
355 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#32443
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\NumberField"
  -propertyName: "certification.greenSignConformity"
  -propertyNameSuffix: null
  -value: 11.61
  -formattedValue: Twig\Markup {#32181 …}
  -formatValueCallable: Closure($value, $entity) {#28039 …}
  -label: Symfony\Component\Translation\TranslatableMessage {#33040 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\NumberType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32184 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-number"
  -columns: null
  -defaultColumns: "col-md-4 col-xxl-3"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#32183 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32182 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33020 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#31492 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32179 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
356 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#32345
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\AssociationField"
  -propertyName: "type"
  -propertyNameSuffix: null
  -value: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
  -formattedValue: "1. Re-Zertifizierungsaudit"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#33030 …}
  -formType: "Symfony\Bridge\Doctrine\Form\Type\EntityType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32343 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-association"
  -columns: null
  -defaultColumns: "col-md-7 col-xxl-6"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#32351 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32353 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33062 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#32592 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32355 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
357 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#32354
  -isAccessible: true
  -primaryKeyValue: 3
  -fields: null
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#33067 …}
  -defaultActionUrl: null
  -fqcn: "App\Entity\Audit\AuditType"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1186 …}
  -permission: null
  -entityInstance: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
358 GRANTED EA_EXECUTE_ACTION
[
  "crud" => EasyCorp\Bundle\EasyAdminBundle\Dto\CrudDto {#29579
    -controllerFqcn: "App\Controller\Admin\Audit\AuditTypeCrudController"
    -fieldAssetsDto: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29580 …}
    -pageName: "detail"
    -actionName: "detail"
    -actionConfigDto: EasyCorp\Bundle\EasyAdminBundle\Dto\ActionConfigDto {#29603 …}
    -filters: EasyCorp\Bundle\EasyAdminBundle\Dto\FilterConfigDto {#29565 …}
    -entityFqcn: "App\Entity\Audit\AuditType"
    -entityLabelInSingular: Symfony\Component\Translation\TranslatableMessage {#29589 …}
    -entityLabelInPlural: Symfony\Component\Translation\TranslatableMessage {#29592 …}
    -defaultPageTitles: [
      "detail" => "page_title.detail"
      "edit" => "page_title.edit"
      "index" => "page_title.index"
      "new" => "page_title.new"
    ]
    -customPageTitles: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -helpMessages: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -datePattern: "medium"
    -timePattern: "medium"
    -dateTimePattern: [
      "medium"
      "medium"
    ]
    -dateIntervalFormat: "%%y Year(s) %%m Month(s) %%d Day(s)"
    -timezone: "Europe/Berlin"
    -numberFormat: null
    -thousandsSeparator: null
    -decimalSeparator: null
    -defaultSort: [
      "sorting" => "ASC"
    ]
    -searchFields: []
    -searchMode: "all_terms"
    -autofocusSearch: false
    -showEntityActionsAsDropdown: false
    -paginatorDto: EasyCorp\Bundle\EasyAdminBundle\Dto\PaginatorDto {#29584 …}
    -overriddenTemplates: [
      "crud/edit" => "admin/translate/form.html.twig"
    ]
    -formThemes: [
      "admin/form/form_override.html.twig"
    ]
    -newFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29581 …}
    -editFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29582 …}
    -entityPermission: null
    -contentWidth: "full"
    -sidebarWidth: null
    -hideNullValues: false
    -askConfirmationOnBatchActions: true
    -defaultRowAction: [
      "edit"
      "detail"
    ]
    -defaultRowActionTrigger: "single"
    -autocompleteCallback: null
    -autocompleteTemplate: null
    -autocompleteRenderAsHtml: false
  }
  "action" => "detail"
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#32354
    -isAccessible: true
    -primaryKeyValue: 3
    -fields: null
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#33067 …}
    -defaultActionUrl: null
    -fqcn: "App\Entity\Audit\AuditType"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1186 …}
    -permission: null
    -entityInstance: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
359 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#32666
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateTimeField"
  -propertyName: "auditDate"
  -propertyNameSuffix: null
  -value: DateTime @1767654000 {#11119
    date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
  }
  -formattedValue: Twig\Markup {#33087 …}
  -formatValueCallable: Closure($value, $entity) {#28250 …}
  -label: Symfony\Component\Translation\TranslatableMessage {#33083 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateTimeType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32764 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-datetime"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/datetime"
  -templatePath: "@EasyAdmin/crud/field/datetime.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#32840 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32931 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33084 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#32930 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32899 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
360 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#32994
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "id"
  -propertyNameSuffix: null
  -value: 689
  -formattedValue: "689"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#33158 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32992 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-id"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/id"
  -templatePath: "@EasyAdmin/crud/field/id.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#32993 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32990 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33161 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#32989 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32995 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
361 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#32970
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "certification.group.name"
  -propertyNameSuffix: null
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#32991 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32961 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#32966 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32965 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33164 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#32960 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32962 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
362 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#32963
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "certification.business.name"
  -propertyNameSuffix: null
  -value: "Lindner Hotel Düsseldorf Seestern - part of JdV by Hyatt"
  -formattedValue: "Lindner Hotel Düsseldorf Seestern - part of JdV by Hyatt"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#33163 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32954 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#32959 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32958 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33169 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#32953 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32955 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
363 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#32956
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IntegerField"
  -propertyName: "certification.business.greensignId"
  -propertyNameSuffix: null
  -value: 136
  -formattedValue: 136
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#32957 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\IntegerType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32947 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-integer"
  -columns: null
  -defaultColumns: "col-md-4 col-xxl-3"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#32952 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32951 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33174 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#32946 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32948 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
364 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#32949
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "certification.questionaire.title"
  -propertyNameSuffix: null
  -value: "GreenSign Hotel"
  -formattedValue: "GreenSign Hotel"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#33173 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32940 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#32945 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32944 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33179 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#32939 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32941 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
365 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#32665
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\AssociationField"
  -propertyName: "auditor"
  -propertyNameSuffix: null
  -value: Proxies\__CG__\App\Entity\User {#1229 …}
  -formattedValue: Twig\Markup {#33212 …}
  -formatValueCallable: Closure($value, $entity) {#28063 …}
  -label: Symfony\Component\Translation\TranslatableMessage {#32943 …}
  -formType: "Symfony\Bridge\Doctrine\Form\Type\EntityType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32668 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-association"
  -columns: null
  -defaultColumns: "col-md-7 col-xxl-6"
  -translationParameters: []
  -templateName: "crud/field/association"
  -templatePath: "@EasyAdmin/crud/field/association.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#32664 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32663 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33184 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#32652 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32660 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
366 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#33190
  -isAccessible: true
  -primaryKeyValue: 790
  -fields: null
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#33193 …}
  -defaultActionUrl: null
  -fqcn: "App\Entity\User"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#818 …}
  -permission: null
  -entityInstance: Proxies\__CG__\App\Entity\User {#1229 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
367 GRANTED EA_EXECUTE_ACTION
[
  "crud" => EasyCorp\Bundle\EasyAdminBundle\Dto\CrudDto {#29485
    -controllerFqcn: "App\Controller\Admin\UserCrudController"
    -fieldAssetsDto: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29486 …}
    -pageName: "detail"
    -actionName: "detail"
    -actionConfigDto: EasyCorp\Bundle\EasyAdminBundle\Dto\ActionConfigDto {#29509 …}
    -filters: EasyCorp\Bundle\EasyAdminBundle\Dto\FilterConfigDto {#29471 …}
    -entityFqcn: "App\Entity\User"
    -entityLabelInSingular: Symfony\Component\Translation\TranslatableMessage {#29492 …}
    -entityLabelInPlural: Symfony\Component\Translation\TranslatableMessage {#29498 …}
    -defaultPageTitles: [
      "detail" => "page_title.detail"
      "edit" => "page_title.edit"
      "index" => "page_title.index"
      "new" => "page_title.new"
    ]
    -customPageTitles: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -helpMessages: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -datePattern: "medium"
    -timePattern: "medium"
    -dateTimePattern: [
      "medium"
      "medium"
    ]
    -dateIntervalFormat: "%%y Year(s) %%m Month(s) %%d Day(s)"
    -timezone: "Europe/Berlin"
    -numberFormat: null
    -thousandsSeparator: null
    -decimalSeparator: null
    -defaultSort: [
      "id" => "DESC"
    ]
    -searchFields: []
    -searchMode: "all_terms"
    -autofocusSearch: false
    -showEntityActionsAsDropdown: false
    -paginatorDto: EasyCorp\Bundle\EasyAdminBundle\Dto\PaginatorDto {#29490 …}
    -overriddenTemplates: []
    -formThemes: [
      "@EasyAdmin/crud/form_theme.html.twig"
    ]
    -newFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29487 …}
    -editFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29488 …}
    -entityPermission: null
    -contentWidth: "full"
    -sidebarWidth: null
    -hideNullValues: false
    -askConfirmationOnBatchActions: true
    -defaultRowAction: [
      "edit"
      "detail"
    ]
    -defaultRowActionTrigger: "single"
    -autocompleteCallback: null
    -autocompleteTemplate: null
    -autocompleteRenderAsHtml: false
  }
  "action" => "detail"
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#33190
    -isAccessible: true
    -primaryKeyValue: 790
    -fields: null
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#33193 …}
    -defaultActionUrl: null
    -fqcn: "App\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#818 …}
    -permission: null
    -entityInstance: Proxies\__CG__\App\Entity\User {#1229 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
368 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#32651
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ChoiceField"
  -propertyName: "status"
  -propertyNameSuffix: null
  -value: 100
  -formattedValue: EasyCorp\Bundle\EasyAdminBundle\Translation\TranslatableChoiceMessageCollection {#33206 …}
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#33211 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\ChoiceType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32626 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-select"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#32622 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32621 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33204 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#32364 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32618 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
369 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#32601
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\NumberField"
  -propertyName: "certification.greenSignConformity"
  -propertyNameSuffix: null
  -value: 11.61
  -formattedValue: Twig\Markup {#32339 …}
  -formatValueCallable: Closure($value, $entity) {#28039 …}
  -label: Symfony\Component\Translation\TranslatableMessage {#33198 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\NumberType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32342 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-number"
  -columns: null
  -defaultColumns: "col-md-4 col-xxl-3"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#32341 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32340 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33178 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#31650 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32337 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
370 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#32503
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\AssociationField"
  -propertyName: "type"
  -propertyNameSuffix: null
  -value: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
  -formattedValue: "1. Re-Zertifizierungsaudit"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#33188 …}
  -formType: "Symfony\Bridge\Doctrine\Form\Type\EntityType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32501 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-association"
  -columns: null
  -defaultColumns: "col-md-7 col-xxl-6"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#32509 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32511 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33220 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#32750 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32513 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
371 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#32512
  -isAccessible: true
  -primaryKeyValue: 3
  -fields: null
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#33225 …}
  -defaultActionUrl: null
  -fqcn: "App\Entity\Audit\AuditType"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1186 …}
  -permission: null
  -entityInstance: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
372 GRANTED EA_EXECUTE_ACTION
[
  "crud" => EasyCorp\Bundle\EasyAdminBundle\Dto\CrudDto {#29579
    -controllerFqcn: "App\Controller\Admin\Audit\AuditTypeCrudController"
    -fieldAssetsDto: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29580 …}
    -pageName: "detail"
    -actionName: "detail"
    -actionConfigDto: EasyCorp\Bundle\EasyAdminBundle\Dto\ActionConfigDto {#29603 …}
    -filters: EasyCorp\Bundle\EasyAdminBundle\Dto\FilterConfigDto {#29565 …}
    -entityFqcn: "App\Entity\Audit\AuditType"
    -entityLabelInSingular: Symfony\Component\Translation\TranslatableMessage {#29589 …}
    -entityLabelInPlural: Symfony\Component\Translation\TranslatableMessage {#29592 …}
    -defaultPageTitles: [
      "detail" => "page_title.detail"
      "edit" => "page_title.edit"
      "index" => "page_title.index"
      "new" => "page_title.new"
    ]
    -customPageTitles: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -helpMessages: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -datePattern: "medium"
    -timePattern: "medium"
    -dateTimePattern: [
      "medium"
      "medium"
    ]
    -dateIntervalFormat: "%%y Year(s) %%m Month(s) %%d Day(s)"
    -timezone: "Europe/Berlin"
    -numberFormat: null
    -thousandsSeparator: null
    -decimalSeparator: null
    -defaultSort: [
      "sorting" => "ASC"
    ]
    -searchFields: []
    -searchMode: "all_terms"
    -autofocusSearch: false
    -showEntityActionsAsDropdown: false
    -paginatorDto: EasyCorp\Bundle\EasyAdminBundle\Dto\PaginatorDto {#29584 …}
    -overriddenTemplates: [
      "crud/edit" => "admin/translate/form.html.twig"
    ]
    -formThemes: [
      "admin/form/form_override.html.twig"
    ]
    -newFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29581 …}
    -editFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29582 …}
    -entityPermission: null
    -contentWidth: "full"
    -sidebarWidth: null
    -hideNullValues: false
    -askConfirmationOnBatchActions: true
    -defaultRowAction: [
      "edit"
      "detail"
    ]
    -defaultRowActionTrigger: "single"
    -autocompleteCallback: null
    -autocompleteTemplate: null
    -autocompleteRenderAsHtml: false
  }
  "action" => "detail"
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#32512
    -isAccessible: true
    -primaryKeyValue: 3
    -fields: null
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#33225 …}
    -defaultActionUrl: null
    -fqcn: "App\Entity\Audit\AuditType"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1186 …}
    -permission: null
    -entityInstance: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
373 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#32824
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateTimeField"
  -propertyName: "auditDate"
  -propertyNameSuffix: null
  -value: DateTime @1767654000 {#11136
    date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
  }
  -formattedValue: Twig\Markup {#33245 …}
  -formatValueCallable: Closure($value, $entity) {#28250 …}
  -label: Symfony\Component\Translation\TranslatableMessage {#33241 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateTimeType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32922 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-datetime"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/datetime"
  -templatePath: "@EasyAdmin/crud/field/datetime.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#32998 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33089 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33242 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#33088 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33057 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
374 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#33152
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "id"
  -propertyNameSuffix: null
  -value: 690
  -formattedValue: "690"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#33316 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33150 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-id"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/id"
  -templatePath: "@EasyAdmin/crud/field/id.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#33151 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33148 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33319 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#33147 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33153 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
375 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#33128
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "certification.group.name"
  -propertyNameSuffix: null
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#33149 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33119 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#33124 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33123 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33322 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#33118 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33120 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
376 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#33121
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "certification.business.name"
  -propertyNameSuffix: null
  -value: "Lindner Hotel Frankfurt Höchst - part of JdV by Hyatt"
  -formattedValue: "Lindner Hotel Frankfurt Höchst - part of JdV by Hyatt"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#33321 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33112 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#33117 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33116 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33327 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#33111 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33113 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
377 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#33114
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IntegerField"
  -propertyName: "certification.business.greensignId"
  -propertyNameSuffix: null
  -value: 138
  -formattedValue: 138
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#33115 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\IntegerType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33105 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-integer"
  -columns: null
  -defaultColumns: "col-md-4 col-xxl-3"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#33110 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33109 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33332 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#33104 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33106 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
378 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#33107
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "certification.questionaire.title"
  -propertyNameSuffix: null
  -value: "GreenSign Hotel"
  -formattedValue: "GreenSign Hotel"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#33331 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33098 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#33103 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33102 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33337 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#33097 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33099 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
379 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#32823
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\AssociationField"
  -propertyName: "auditor"
  -propertyNameSuffix: null
  -value: Proxies\__CG__\App\Entity\User {#1229 …}
  -formattedValue: Twig\Markup {#33370 …}
  -formatValueCallable: Closure($value, $entity) {#28063 …}
  -label: Symfony\Component\Translation\TranslatableMessage {#33101 …}
  -formType: "Symfony\Bridge\Doctrine\Form\Type\EntityType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32826 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-association"
  -columns: null
  -defaultColumns: "col-md-7 col-xxl-6"
  -translationParameters: []
  -templateName: "crud/field/association"
  -templatePath: "@EasyAdmin/crud/field/association.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#32822 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32821 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33342 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#32810 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32818 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
380 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#33348
  -isAccessible: true
  -primaryKeyValue: 790
  -fields: null
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#33351 …}
  -defaultActionUrl: null
  -fqcn: "App\Entity\User"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#818 …}
  -permission: null
  -entityInstance: Proxies\__CG__\App\Entity\User {#1229 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
381 GRANTED EA_EXECUTE_ACTION
[
  "crud" => EasyCorp\Bundle\EasyAdminBundle\Dto\CrudDto {#29485
    -controllerFqcn: "App\Controller\Admin\UserCrudController"
    -fieldAssetsDto: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29486 …}
    -pageName: "detail"
    -actionName: "detail"
    -actionConfigDto: EasyCorp\Bundle\EasyAdminBundle\Dto\ActionConfigDto {#29509 …}
    -filters: EasyCorp\Bundle\EasyAdminBundle\Dto\FilterConfigDto {#29471 …}
    -entityFqcn: "App\Entity\User"
    -entityLabelInSingular: Symfony\Component\Translation\TranslatableMessage {#29492 …}
    -entityLabelInPlural: Symfony\Component\Translation\TranslatableMessage {#29498 …}
    -defaultPageTitles: [
      "detail" => "page_title.detail"
      "edit" => "page_title.edit"
      "index" => "page_title.index"
      "new" => "page_title.new"
    ]
    -customPageTitles: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -helpMessages: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -datePattern: "medium"
    -timePattern: "medium"
    -dateTimePattern: [
      "medium"
      "medium"
    ]
    -dateIntervalFormat: "%%y Year(s) %%m Month(s) %%d Day(s)"
    -timezone: "Europe/Berlin"
    -numberFormat: null
    -thousandsSeparator: null
    -decimalSeparator: null
    -defaultSort: [
      "id" => "DESC"
    ]
    -searchFields: []
    -searchMode: "all_terms"
    -autofocusSearch: false
    -showEntityActionsAsDropdown: false
    -paginatorDto: EasyCorp\Bundle\EasyAdminBundle\Dto\PaginatorDto {#29490 …}
    -overriddenTemplates: []
    -formThemes: [
      "@EasyAdmin/crud/form_theme.html.twig"
    ]
    -newFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29487 …}
    -editFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29488 …}
    -entityPermission: null
    -contentWidth: "full"
    -sidebarWidth: null
    -hideNullValues: false
    -askConfirmationOnBatchActions: true
    -defaultRowAction: [
      "edit"
      "detail"
    ]
    -defaultRowActionTrigger: "single"
    -autocompleteCallback: null
    -autocompleteTemplate: null
    -autocompleteRenderAsHtml: false
  }
  "action" => "detail"
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#33348
    -isAccessible: true
    -primaryKeyValue: 790
    -fields: null
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#33351 …}
    -defaultActionUrl: null
    -fqcn: "App\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#818 …}
    -permission: null
    -entityInstance: Proxies\__CG__\App\Entity\User {#1229 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
382 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#32809
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ChoiceField"
  -propertyName: "status"
  -propertyNameSuffix: null
  -value: 100
  -formattedValue: EasyCorp\Bundle\EasyAdminBundle\Translation\TranslatableChoiceMessageCollection {#33364 …}
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#33369 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\ChoiceType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32784 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-select"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#32780 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32779 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33362 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#32522 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32776 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
383 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#32759
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\NumberField"
  -propertyName: "certification.greenSignConformity"
  -propertyNameSuffix: null
  -value: 11.61
  -formattedValue: Twig\Markup {#32497 …}
  -formatValueCallable: Closure($value, $entity) {#28039 …}
  -label: Symfony\Component\Translation\TranslatableMessage {#33356 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\NumberType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32500 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-number"
  -columns: null
  -defaultColumns: "col-md-4 col-xxl-3"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#32499 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32498 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33336 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#31808 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32495 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
384 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#32661
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\AssociationField"
  -propertyName: "type"
  -propertyNameSuffix: null
  -value: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
  -formattedValue: "1. Re-Zertifizierungsaudit"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#33346 …}
  -formType: "Symfony\Bridge\Doctrine\Form\Type\EntityType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32659 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-association"
  -columns: null
  -defaultColumns: "col-md-7 col-xxl-6"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#32667 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32669 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33378 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#32908 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32671 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
385 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#32670
  -isAccessible: true
  -primaryKeyValue: 3
  -fields: null
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#33383 …}
  -defaultActionUrl: null
  -fqcn: "App\Entity\Audit\AuditType"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1186 …}
  -permission: null
  -entityInstance: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
386 GRANTED EA_EXECUTE_ACTION
[
  "crud" => EasyCorp\Bundle\EasyAdminBundle\Dto\CrudDto {#29579
    -controllerFqcn: "App\Controller\Admin\Audit\AuditTypeCrudController"
    -fieldAssetsDto: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29580 …}
    -pageName: "detail"
    -actionName: "detail"
    -actionConfigDto: EasyCorp\Bundle\EasyAdminBundle\Dto\ActionConfigDto {#29603 …}
    -filters: EasyCorp\Bundle\EasyAdminBundle\Dto\FilterConfigDto {#29565 …}
    -entityFqcn: "App\Entity\Audit\AuditType"
    -entityLabelInSingular: Symfony\Component\Translation\TranslatableMessage {#29589 …}
    -entityLabelInPlural: Symfony\Component\Translation\TranslatableMessage {#29592 …}
    -defaultPageTitles: [
      "detail" => "page_title.detail"
      "edit" => "page_title.edit"
      "index" => "page_title.index"
      "new" => "page_title.new"
    ]
    -customPageTitles: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -helpMessages: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -datePattern: "medium"
    -timePattern: "medium"
    -dateTimePattern: [
      "medium"
      "medium"
    ]
    -dateIntervalFormat: "%%y Year(s) %%m Month(s) %%d Day(s)"
    -timezone: "Europe/Berlin"
    -numberFormat: null
    -thousandsSeparator: null
    -decimalSeparator: null
    -defaultSort: [
      "sorting" => "ASC"
    ]
    -searchFields: []
    -searchMode: "all_terms"
    -autofocusSearch: false
    -showEntityActionsAsDropdown: false
    -paginatorDto: EasyCorp\Bundle\EasyAdminBundle\Dto\PaginatorDto {#29584 …}
    -overriddenTemplates: [
      "crud/edit" => "admin/translate/form.html.twig"
    ]
    -formThemes: [
      "admin/form/form_override.html.twig"
    ]
    -newFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29581 …}
    -editFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29582 …}
    -entityPermission: null
    -contentWidth: "full"
    -sidebarWidth: null
    -hideNullValues: false
    -askConfirmationOnBatchActions: true
    -defaultRowAction: [
      "edit"
      "detail"
    ]
    -defaultRowActionTrigger: "single"
    -autocompleteCallback: null
    -autocompleteTemplate: null
    -autocompleteRenderAsHtml: false
  }
  "action" => "detail"
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#32670
    -isAccessible: true
    -primaryKeyValue: 3
    -fields: null
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#33383 …}
    -defaultActionUrl: null
    -fqcn: "App\Entity\Audit\AuditType"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1186 …}
    -permission: null
    -entityInstance: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
387 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#32982
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateTimeField"
  -propertyName: "auditDate"
  -propertyNameSuffix: null
  -value: DateTime @1767654000 {#11153
    date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
  }
  -formattedValue: Twig\Markup {#33403 …}
  -formatValueCallable: Closure($value, $entity) {#28250 …}
  -label: Symfony\Component\Translation\TranslatableMessage {#33399 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateTimeType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33080 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-datetime"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/datetime"
  -templatePath: "@EasyAdmin/crud/field/datetime.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#33156 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33247 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33400 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#33246 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33215 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
388 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#33310
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "id"
  -propertyNameSuffix: null
  -value: 698
  -formattedValue: "698"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#33474 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33308 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-id"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/id"
  -templatePath: "@EasyAdmin/crud/field/id.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#33309 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33306 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33477 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#33305 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33311 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
389 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#33286
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "certification.group.name"
  -propertyNameSuffix: null
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#33307 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33277 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#33282 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33281 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33480 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#33276 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33278 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
390 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#33279
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "certification.business.name"
  -propertyNameSuffix: null
  -value: "Lindner Hotel Bratislava - part of JdV by Hyatt"
  -formattedValue: "Lindner Hotel Bratislava - part of JdV by Hyatt"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#33479 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33270 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#33275 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33274 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33485 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#33269 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33271 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
391 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#33272
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IntegerField"
  -propertyName: "certification.business.greensignId"
  -propertyNameSuffix: null
  -value: 154
  -formattedValue: 154
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#33273 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\IntegerType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33263 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-integer"
  -columns: null
  -defaultColumns: "col-md-4 col-xxl-3"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#33268 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33267 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33490 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#33262 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33264 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
392 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#33265
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "certification.questionaire.title"
  -propertyNameSuffix: null
  -value: "GreenSign Hotel"
  -formattedValue: "GreenSign Hotel"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#33489 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33256 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#33261 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33260 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33495 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#33255 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33257 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
393 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#32981
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\AssociationField"
  -propertyName: "auditor"
  -propertyNameSuffix: null
  -value: Proxies\__CG__\App\Entity\User {#1229 …}
  -formattedValue: Twig\Markup {#33528 …}
  -formatValueCallable: Closure($value, $entity) {#28063 …}
  -label: Symfony\Component\Translation\TranslatableMessage {#33259 …}
  -formType: "Symfony\Bridge\Doctrine\Form\Type\EntityType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32984 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-association"
  -columns: null
  -defaultColumns: "col-md-7 col-xxl-6"
  -translationParameters: []
  -templateName: "crud/field/association"
  -templatePath: "@EasyAdmin/crud/field/association.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#32980 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32979 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33500 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#32968 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32976 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
394 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#33506
  -isAccessible: true
  -primaryKeyValue: 790
  -fields: null
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#33509 …}
  -defaultActionUrl: null
  -fqcn: "App\Entity\User"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#818 …}
  -permission: null
  -entityInstance: Proxies\__CG__\App\Entity\User {#1229 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
395 GRANTED EA_EXECUTE_ACTION
[
  "crud" => EasyCorp\Bundle\EasyAdminBundle\Dto\CrudDto {#29485
    -controllerFqcn: "App\Controller\Admin\UserCrudController"
    -fieldAssetsDto: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29486 …}
    -pageName: "detail"
    -actionName: "detail"
    -actionConfigDto: EasyCorp\Bundle\EasyAdminBundle\Dto\ActionConfigDto {#29509 …}
    -filters: EasyCorp\Bundle\EasyAdminBundle\Dto\FilterConfigDto {#29471 …}
    -entityFqcn: "App\Entity\User"
    -entityLabelInSingular: Symfony\Component\Translation\TranslatableMessage {#29492 …}
    -entityLabelInPlural: Symfony\Component\Translation\TranslatableMessage {#29498 …}
    -defaultPageTitles: [
      "detail" => "page_title.detail"
      "edit" => "page_title.edit"
      "index" => "page_title.index"
      "new" => "page_title.new"
    ]
    -customPageTitles: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -helpMessages: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -datePattern: "medium"
    -timePattern: "medium"
    -dateTimePattern: [
      "medium"
      "medium"
    ]
    -dateIntervalFormat: "%%y Year(s) %%m Month(s) %%d Day(s)"
    -timezone: "Europe/Berlin"
    -numberFormat: null
    -thousandsSeparator: null
    -decimalSeparator: null
    -defaultSort: [
      "id" => "DESC"
    ]
    -searchFields: []
    -searchMode: "all_terms"
    -autofocusSearch: false
    -showEntityActionsAsDropdown: false
    -paginatorDto: EasyCorp\Bundle\EasyAdminBundle\Dto\PaginatorDto {#29490 …}
    -overriddenTemplates: []
    -formThemes: [
      "@EasyAdmin/crud/form_theme.html.twig"
    ]
    -newFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29487 …}
    -editFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29488 …}
    -entityPermission: null
    -contentWidth: "full"
    -sidebarWidth: null
    -hideNullValues: false
    -askConfirmationOnBatchActions: true
    -defaultRowAction: [
      "edit"
      "detail"
    ]
    -defaultRowActionTrigger: "single"
    -autocompleteCallback: null
    -autocompleteTemplate: null
    -autocompleteRenderAsHtml: false
  }
  "action" => "detail"
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#33506
    -isAccessible: true
    -primaryKeyValue: 790
    -fields: null
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#33509 …}
    -defaultActionUrl: null
    -fqcn: "App\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#818 …}
    -permission: null
    -entityInstance: Proxies\__CG__\App\Entity\User {#1229 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
396 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#32967
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ChoiceField"
  -propertyName: "status"
  -propertyNameSuffix: null
  -value: 100
  -formattedValue: EasyCorp\Bundle\EasyAdminBundle\Translation\TranslatableChoiceMessageCollection {#33522 …}
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#33527 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\ChoiceType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32942 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-select"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#32938 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32937 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33520 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#32680 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32934 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
397 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#32917
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\NumberField"
  -propertyName: "certification.greenSignConformity"
  -propertyNameSuffix: null
  -value: 11.61
  -formattedValue: Twig\Markup {#32655 …}
  -formatValueCallable: Closure($value, $entity) {#28039 …}
  -label: Symfony\Component\Translation\TranslatableMessage {#33514 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\NumberType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32658 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-number"
  -columns: null
  -defaultColumns: "col-md-4 col-xxl-3"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#32657 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32656 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33494 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#31966 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32653 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
398 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#32819
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\AssociationField"
  -propertyName: "type"
  -propertyNameSuffix: null
  -value: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
  -formattedValue: "1. Re-Zertifizierungsaudit"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#33504 …}
  -formType: "Symfony\Bridge\Doctrine\Form\Type\EntityType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32817 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-association"
  -columns: null
  -defaultColumns: "col-md-7 col-xxl-6"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#32825 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32827 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33536 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#33066 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32829 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
399 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#32828
  -isAccessible: true
  -primaryKeyValue: 3
  -fields: null
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#33541 …}
  -defaultActionUrl: null
  -fqcn: "App\Entity\Audit\AuditType"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1186 …}
  -permission: null
  -entityInstance: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
400 GRANTED EA_EXECUTE_ACTION
[
  "crud" => EasyCorp\Bundle\EasyAdminBundle\Dto\CrudDto {#29579
    -controllerFqcn: "App\Controller\Admin\Audit\AuditTypeCrudController"
    -fieldAssetsDto: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29580 …}
    -pageName: "detail"
    -actionName: "detail"
    -actionConfigDto: EasyCorp\Bundle\EasyAdminBundle\Dto\ActionConfigDto {#29603 …}
    -filters: EasyCorp\Bundle\EasyAdminBundle\Dto\FilterConfigDto {#29565 …}
    -entityFqcn: "App\Entity\Audit\AuditType"
    -entityLabelInSingular: Symfony\Component\Translation\TranslatableMessage {#29589 …}
    -entityLabelInPlural: Symfony\Component\Translation\TranslatableMessage {#29592 …}
    -defaultPageTitles: [
      "detail" => "page_title.detail"
      "edit" => "page_title.edit"
      "index" => "page_title.index"
      "new" => "page_title.new"
    ]
    -customPageTitles: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -helpMessages: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -datePattern: "medium"
    -timePattern: "medium"
    -dateTimePattern: [
      "medium"
      "medium"
    ]
    -dateIntervalFormat: "%%y Year(s) %%m Month(s) %%d Day(s)"
    -timezone: "Europe/Berlin"
    -numberFormat: null
    -thousandsSeparator: null
    -decimalSeparator: null
    -defaultSort: [
      "sorting" => "ASC"
    ]
    -searchFields: []
    -searchMode: "all_terms"
    -autofocusSearch: false
    -showEntityActionsAsDropdown: false
    -paginatorDto: EasyCorp\Bundle\EasyAdminBundle\Dto\PaginatorDto {#29584 …}
    -overriddenTemplates: [
      "crud/edit" => "admin/translate/form.html.twig"
    ]
    -formThemes: [
      "admin/form/form_override.html.twig"
    ]
    -newFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29581 …}
    -editFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29582 …}
    -entityPermission: null
    -contentWidth: "full"
    -sidebarWidth: null
    -hideNullValues: false
    -askConfirmationOnBatchActions: true
    -defaultRowAction: [
      "edit"
      "detail"
    ]
    -defaultRowActionTrigger: "single"
    -autocompleteCallback: null
    -autocompleteTemplate: null
    -autocompleteRenderAsHtml: false
  }
  "action" => "detail"
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#32828
    -isAccessible: true
    -primaryKeyValue: 3
    -fields: null
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#33541 …}
    -defaultActionUrl: null
    -fqcn: "App\Entity\Audit\AuditType"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1186 …}
    -permission: null
    -entityInstance: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
401 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#33140
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateTimeField"
  -propertyName: "auditDate"
  -propertyNameSuffix: null
  -value: DateTime @1767654000 {#11289
    date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
  }
  -formattedValue: Twig\Markup {#33561 …}
  -formatValueCallable: Closure($value, $entity) {#28250 …}
  -label: Symfony\Component\Translation\TranslatableMessage {#33557 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateTimeType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33238 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-datetime"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/datetime"
  -templatePath: "@EasyAdmin/crud/field/datetime.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#33314 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33405 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33558 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#33404 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33373 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
402 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#33468
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "id"
  -propertyNameSuffix: null
  -value: 699
  -formattedValue: "699"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#33632 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33466 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-id"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/id"
  -templatePath: "@EasyAdmin/crud/field/id.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#33467 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33464 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33635 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#33463 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33469 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
403 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#33444
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "certification.group.name"
  -propertyNameSuffix: null
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#33465 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33435 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#33440 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33439 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33638 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#33434 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33436 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
404 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#33437
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "certification.business.name"
  -propertyNameSuffix: null
  -value: "me and all hotel hannover - part of JdV by Hyatt"
  -formattedValue: "me and all hotel hannover - part of JdV by Hyatt"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#33637 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33428 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#33433 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33432 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33643 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#33427 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33429 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
405 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#33430
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IntegerField"
  -propertyName: "certification.business.greensignId"
  -propertyNameSuffix: null
  -value: 303
  -formattedValue: 303
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#33431 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\IntegerType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33421 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-integer"
  -columns: null
  -defaultColumns: "col-md-4 col-xxl-3"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#33426 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33425 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33648 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#33420 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33422 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
406 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#33423
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "certification.questionaire.title"
  -propertyNameSuffix: null
  -value: "GreenSign Hotel"
  -formattedValue: "GreenSign Hotel"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#33647 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33414 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#33419 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33418 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33653 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#33413 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33415 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
407 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#33139
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\AssociationField"
  -propertyName: "auditor"
  -propertyNameSuffix: null
  -value: Proxies\__CG__\App\Entity\User {#1229 …}
  -formattedValue: Twig\Markup {#33686 …}
  -formatValueCallable: Closure($value, $entity) {#28063 …}
  -label: Symfony\Component\Translation\TranslatableMessage {#33417 …}
  -formType: "Symfony\Bridge\Doctrine\Form\Type\EntityType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33142 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-association"
  -columns: null
  -defaultColumns: "col-md-7 col-xxl-6"
  -translationParameters: []
  -templateName: "crud/field/association"
  -templatePath: "@EasyAdmin/crud/field/association.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#33138 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33137 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33658 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#33126 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33134 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
408 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#33664
  -isAccessible: true
  -primaryKeyValue: 790
  -fields: null
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#33667 …}
  -defaultActionUrl: null
  -fqcn: "App\Entity\User"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#818 …}
  -permission: null
  -entityInstance: Proxies\__CG__\App\Entity\User {#1229 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
409 GRANTED EA_EXECUTE_ACTION
[
  "crud" => EasyCorp\Bundle\EasyAdminBundle\Dto\CrudDto {#29485
    -controllerFqcn: "App\Controller\Admin\UserCrudController"
    -fieldAssetsDto: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29486 …}
    -pageName: "detail"
    -actionName: "detail"
    -actionConfigDto: EasyCorp\Bundle\EasyAdminBundle\Dto\ActionConfigDto {#29509 …}
    -filters: EasyCorp\Bundle\EasyAdminBundle\Dto\FilterConfigDto {#29471 …}
    -entityFqcn: "App\Entity\User"
    -entityLabelInSingular: Symfony\Component\Translation\TranslatableMessage {#29492 …}
    -entityLabelInPlural: Symfony\Component\Translation\TranslatableMessage {#29498 …}
    -defaultPageTitles: [
      "detail" => "page_title.detail"
      "edit" => "page_title.edit"
      "index" => "page_title.index"
      "new" => "page_title.new"
    ]
    -customPageTitles: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -helpMessages: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -datePattern: "medium"
    -timePattern: "medium"
    -dateTimePattern: [
      "medium"
      "medium"
    ]
    -dateIntervalFormat: "%%y Year(s) %%m Month(s) %%d Day(s)"
    -timezone: "Europe/Berlin"
    -numberFormat: null
    -thousandsSeparator: null
    -decimalSeparator: null
    -defaultSort: [
      "id" => "DESC"
    ]
    -searchFields: []
    -searchMode: "all_terms"
    -autofocusSearch: false
    -showEntityActionsAsDropdown: false
    -paginatorDto: EasyCorp\Bundle\EasyAdminBundle\Dto\PaginatorDto {#29490 …}
    -overriddenTemplates: []
    -formThemes: [
      "@EasyAdmin/crud/form_theme.html.twig"
    ]
    -newFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29487 …}
    -editFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29488 …}
    -entityPermission: null
    -contentWidth: "full"
    -sidebarWidth: null
    -hideNullValues: false
    -askConfirmationOnBatchActions: true
    -defaultRowAction: [
      "edit"
      "detail"
    ]
    -defaultRowActionTrigger: "single"
    -autocompleteCallback: null
    -autocompleteTemplate: null
    -autocompleteRenderAsHtml: false
  }
  "action" => "detail"
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#33664
    -isAccessible: true
    -primaryKeyValue: 790
    -fields: null
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#33667 …}
    -defaultActionUrl: null
    -fqcn: "App\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#818 …}
    -permission: null
    -entityInstance: Proxies\__CG__\App\Entity\User {#1229 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
410 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#33125
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ChoiceField"
  -propertyName: "status"
  -propertyNameSuffix: null
  -value: 100
  -formattedValue: EasyCorp\Bundle\EasyAdminBundle\Translation\TranslatableChoiceMessageCollection {#33680 …}
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#33685 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\ChoiceType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33100 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-select"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#33096 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33095 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33678 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#32838 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33092 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
411 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#33075
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\NumberField"
  -propertyName: "certification.greenSignConformity"
  -propertyNameSuffix: null
  -value: 11.61
  -formattedValue: Twig\Markup {#32813 …}
  -formatValueCallable: Closure($value, $entity) {#28039 …}
  -label: Symfony\Component\Translation\TranslatableMessage {#33672 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\NumberType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32816 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-number"
  -columns: null
  -defaultColumns: "col-md-4 col-xxl-3"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#32815 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32814 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33652 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#32124 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32811 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
412 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#32977
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\AssociationField"
  -propertyName: "type"
  -propertyNameSuffix: null
  -value: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
  -formattedValue: "1. Re-Zertifizierungsaudit"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#33662 …}
  -formType: "Symfony\Bridge\Doctrine\Form\Type\EntityType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32975 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-association"
  -columns: null
  -defaultColumns: "col-md-7 col-xxl-6"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#32983 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32985 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33694 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#33224 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32987 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
413 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#32986
  -isAccessible: true
  -primaryKeyValue: 3
  -fields: null
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#33699 …}
  -defaultActionUrl: null
  -fqcn: "App\Entity\Audit\AuditType"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1186 …}
  -permission: null
  -entityInstance: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
414 GRANTED EA_EXECUTE_ACTION
[
  "crud" => EasyCorp\Bundle\EasyAdminBundle\Dto\CrudDto {#29579
    -controllerFqcn: "App\Controller\Admin\Audit\AuditTypeCrudController"
    -fieldAssetsDto: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29580 …}
    -pageName: "detail"
    -actionName: "detail"
    -actionConfigDto: EasyCorp\Bundle\EasyAdminBundle\Dto\ActionConfigDto {#29603 …}
    -filters: EasyCorp\Bundle\EasyAdminBundle\Dto\FilterConfigDto {#29565 …}
    -entityFqcn: "App\Entity\Audit\AuditType"
    -entityLabelInSingular: Symfony\Component\Translation\TranslatableMessage {#29589 …}
    -entityLabelInPlural: Symfony\Component\Translation\TranslatableMessage {#29592 …}
    -defaultPageTitles: [
      "detail" => "page_title.detail"
      "edit" => "page_title.edit"
      "index" => "page_title.index"
      "new" => "page_title.new"
    ]
    -customPageTitles: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -helpMessages: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -datePattern: "medium"
    -timePattern: "medium"
    -dateTimePattern: [
      "medium"
      "medium"
    ]
    -dateIntervalFormat: "%%y Year(s) %%m Month(s) %%d Day(s)"
    -timezone: "Europe/Berlin"
    -numberFormat: null
    -thousandsSeparator: null
    -decimalSeparator: null
    -defaultSort: [
      "sorting" => "ASC"
    ]
    -searchFields: []
    -searchMode: "all_terms"
    -autofocusSearch: false
    -showEntityActionsAsDropdown: false
    -paginatorDto: EasyCorp\Bundle\EasyAdminBundle\Dto\PaginatorDto {#29584 …}
    -overriddenTemplates: [
      "crud/edit" => "admin/translate/form.html.twig"
    ]
    -formThemes: [
      "admin/form/form_override.html.twig"
    ]
    -newFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29581 …}
    -editFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29582 …}
    -entityPermission: null
    -contentWidth: "full"
    -sidebarWidth: null
    -hideNullValues: false
    -askConfirmationOnBatchActions: true
    -defaultRowAction: [
      "edit"
      "detail"
    ]
    -defaultRowActionTrigger: "single"
    -autocompleteCallback: null
    -autocompleteTemplate: null
    -autocompleteRenderAsHtml: false
  }
  "action" => "detail"
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#32986
    -isAccessible: true
    -primaryKeyValue: 3
    -fields: null
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#33699 …}
    -defaultActionUrl: null
    -fqcn: "App\Entity\Audit\AuditType"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1186 …}
    -permission: null
    -entityInstance: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
415 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#33298
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateTimeField"
  -propertyName: "auditDate"
  -propertyNameSuffix: null
  -value: DateTime @1767654000 {#11306
    date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
  }
  -formattedValue: Twig\Markup {#33719 …}
  -formatValueCallable: Closure($value, $entity) {#28250 …}
  -label: Symfony\Component\Translation\TranslatableMessage {#33715 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateTimeType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33396 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-datetime"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/datetime"
  -templatePath: "@EasyAdmin/crud/field/datetime.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#33472 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33563 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33716 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#33562 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33531 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
416 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#33626
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "id"
  -propertyNameSuffix: null
  -value: 700
  -formattedValue: "700"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#33790 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33624 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-id"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/id"
  -templatePath: "@EasyAdmin/crud/field/id.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#33625 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33622 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33793 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#33621 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33627 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
417 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#33602
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "certification.group.name"
  -propertyNameSuffix: null
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#33623 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33593 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#33598 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33597 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33796 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#33592 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33594 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
418 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#33595
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "certification.business.name"
  -propertyNameSuffix: null
  -value: "me and all hotel düsseldorf-oberkassel - part of JdV by Hyatt"
  -formattedValue: "me and all hotel düsseldorf-oberkassel - part of JdV by Hyatt"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#33795 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33586 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#33591 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33590 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33801 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#33585 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33587 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
419 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#33588
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IntegerField"
  -propertyName: "certification.business.greensignId"
  -propertyNameSuffix: null
  -value: 488
  -formattedValue: 488
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#33589 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\IntegerType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33579 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-integer"
  -columns: null
  -defaultColumns: "col-md-4 col-xxl-3"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#33584 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33583 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33806 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#33578 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33580 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
420 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#33581
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "certification.questionaire.title"
  -propertyNameSuffix: null
  -value: "GreenSign Hotel"
  -formattedValue: "GreenSign Hotel"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#33805 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33572 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#33577 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33576 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33811 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#33571 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33573 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
421 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#33297
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\AssociationField"
  -propertyName: "auditor"
  -propertyNameSuffix: null
  -value: Proxies\__CG__\App\Entity\User {#1229 …}
  -formattedValue: Twig\Markup {#33844 …}
  -formatValueCallable: Closure($value, $entity) {#28063 …}
  -label: Symfony\Component\Translation\TranslatableMessage {#33575 …}
  -formType: "Symfony\Bridge\Doctrine\Form\Type\EntityType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33300 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-association"
  -columns: null
  -defaultColumns: "col-md-7 col-xxl-6"
  -translationParameters: []
  -templateName: "crud/field/association"
  -templatePath: "@EasyAdmin/crud/field/association.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#33296 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33295 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33816 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#33284 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33292 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
422 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#33822
  -isAccessible: true
  -primaryKeyValue: 790
  -fields: null
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#33825 …}
  -defaultActionUrl: null
  -fqcn: "App\Entity\User"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#818 …}
  -permission: null
  -entityInstance: Proxies\__CG__\App\Entity\User {#1229 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
423 GRANTED EA_EXECUTE_ACTION
[
  "crud" => EasyCorp\Bundle\EasyAdminBundle\Dto\CrudDto {#29485
    -controllerFqcn: "App\Controller\Admin\UserCrudController"
    -fieldAssetsDto: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29486 …}
    -pageName: "detail"
    -actionName: "detail"
    -actionConfigDto: EasyCorp\Bundle\EasyAdminBundle\Dto\ActionConfigDto {#29509 …}
    -filters: EasyCorp\Bundle\EasyAdminBundle\Dto\FilterConfigDto {#29471 …}
    -entityFqcn: "App\Entity\User"
    -entityLabelInSingular: Symfony\Component\Translation\TranslatableMessage {#29492 …}
    -entityLabelInPlural: Symfony\Component\Translation\TranslatableMessage {#29498 …}
    -defaultPageTitles: [
      "detail" => "page_title.detail"
      "edit" => "page_title.edit"
      "index" => "page_title.index"
      "new" => "page_title.new"
    ]
    -customPageTitles: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -helpMessages: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -datePattern: "medium"
    -timePattern: "medium"
    -dateTimePattern: [
      "medium"
      "medium"
    ]
    -dateIntervalFormat: "%%y Year(s) %%m Month(s) %%d Day(s)"
    -timezone: "Europe/Berlin"
    -numberFormat: null
    -thousandsSeparator: null
    -decimalSeparator: null
    -defaultSort: [
      "id" => "DESC"
    ]
    -searchFields: []
    -searchMode: "all_terms"
    -autofocusSearch: false
    -showEntityActionsAsDropdown: false
    -paginatorDto: EasyCorp\Bundle\EasyAdminBundle\Dto\PaginatorDto {#29490 …}
    -overriddenTemplates: []
    -formThemes: [
      "@EasyAdmin/crud/form_theme.html.twig"
    ]
    -newFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29487 …}
    -editFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29488 …}
    -entityPermission: null
    -contentWidth: "full"
    -sidebarWidth: null
    -hideNullValues: false
    -askConfirmationOnBatchActions: true
    -defaultRowAction: [
      "edit"
      "detail"
    ]
    -defaultRowActionTrigger: "single"
    -autocompleteCallback: null
    -autocompleteTemplate: null
    -autocompleteRenderAsHtml: false
  }
  "action" => "detail"
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#33822
    -isAccessible: true
    -primaryKeyValue: 790
    -fields: null
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#33825 …}
    -defaultActionUrl: null
    -fqcn: "App\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#818 …}
    -permission: null
    -entityInstance: Proxies\__CG__\App\Entity\User {#1229 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
424 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#33283
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ChoiceField"
  -propertyName: "status"
  -propertyNameSuffix: null
  -value: 100
  -formattedValue: EasyCorp\Bundle\EasyAdminBundle\Translation\TranslatableChoiceMessageCollection {#33838 …}
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#33843 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\ChoiceType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33258 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-select"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#33254 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33253 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33836 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#32996 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33250 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
425 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#33233
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\NumberField"
  -propertyName: "certification.greenSignConformity"
  -propertyNameSuffix: null
  -value: 11.61
  -formattedValue: Twig\Markup {#32971 …}
  -formatValueCallable: Closure($value, $entity) {#28039 …}
  -label: Symfony\Component\Translation\TranslatableMessage {#33830 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\NumberType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32974 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-number"
  -columns: null
  -defaultColumns: "col-md-4 col-xxl-3"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#32973 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32972 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33810 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#32282 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#32969 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
426 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#33135
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\AssociationField"
  -propertyName: "type"
  -propertyNameSuffix: null
  -value: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
  -formattedValue: "1. Re-Zertifizierungsaudit"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#33820 …}
  -formType: "Symfony\Bridge\Doctrine\Form\Type\EntityType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33133 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-association"
  -columns: null
  -defaultColumns: "col-md-7 col-xxl-6"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#33141 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33143 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33852 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#33382 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33145 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
427 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#33144
  -isAccessible: true
  -primaryKeyValue: 3
  -fields: null
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#33857 …}
  -defaultActionUrl: null
  -fqcn: "App\Entity\Audit\AuditType"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1186 …}
  -permission: null
  -entityInstance: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
428 GRANTED EA_EXECUTE_ACTION
[
  "crud" => EasyCorp\Bundle\EasyAdminBundle\Dto\CrudDto {#29579
    -controllerFqcn: "App\Controller\Admin\Audit\AuditTypeCrudController"
    -fieldAssetsDto: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29580 …}
    -pageName: "detail"
    -actionName: "detail"
    -actionConfigDto: EasyCorp\Bundle\EasyAdminBundle\Dto\ActionConfigDto {#29603 …}
    -filters: EasyCorp\Bundle\EasyAdminBundle\Dto\FilterConfigDto {#29565 …}
    -entityFqcn: "App\Entity\Audit\AuditType"
    -entityLabelInSingular: Symfony\Component\Translation\TranslatableMessage {#29589 …}
    -entityLabelInPlural: Symfony\Component\Translation\TranslatableMessage {#29592 …}
    -defaultPageTitles: [
      "detail" => "page_title.detail"
      "edit" => "page_title.edit"
      "index" => "page_title.index"
      "new" => "page_title.new"
    ]
    -customPageTitles: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -helpMessages: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -datePattern: "medium"
    -timePattern: "medium"
    -dateTimePattern: [
      "medium"
      "medium"
    ]
    -dateIntervalFormat: "%%y Year(s) %%m Month(s) %%d Day(s)"
    -timezone: "Europe/Berlin"
    -numberFormat: null
    -thousandsSeparator: null
    -decimalSeparator: null
    -defaultSort: [
      "sorting" => "ASC"
    ]
    -searchFields: []
    -searchMode: "all_terms"
    -autofocusSearch: false
    -showEntityActionsAsDropdown: false
    -paginatorDto: EasyCorp\Bundle\EasyAdminBundle\Dto\PaginatorDto {#29584 …}
    -overriddenTemplates: [
      "crud/edit" => "admin/translate/form.html.twig"
    ]
    -formThemes: [
      "admin/form/form_override.html.twig"
    ]
    -newFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29581 …}
    -editFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29582 …}
    -entityPermission: null
    -contentWidth: "full"
    -sidebarWidth: null
    -hideNullValues: false
    -askConfirmationOnBatchActions: true
    -defaultRowAction: [
      "edit"
      "detail"
    ]
    -defaultRowActionTrigger: "single"
    -autocompleteCallback: null
    -autocompleteTemplate: null
    -autocompleteRenderAsHtml: false
  }
  "action" => "detail"
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#33144
    -isAccessible: true
    -primaryKeyValue: 3
    -fields: null
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#33857 …}
    -defaultActionUrl: null
    -fqcn: "App\Entity\Audit\AuditType"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1186 …}
    -permission: null
    -entityInstance: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
429 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#33456
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateTimeField"
  -propertyName: "auditDate"
  -propertyNameSuffix: null
  -value: DateTime @1767654000 {#11323
    date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
  }
  -formattedValue: Twig\Markup {#33877 …}
  -formatValueCallable: Closure($value, $entity) {#28250 …}
  -label: Symfony\Component\Translation\TranslatableMessage {#33873 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateTimeType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33554 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-datetime"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/datetime"
  -templatePath: "@EasyAdmin/crud/field/datetime.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#33630 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33721 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33874 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#33720 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33689 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
430 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#33784
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "id"
  -propertyNameSuffix: null
  -value: 701
  -formattedValue: "701"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#33948 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33782 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-id"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/id"
  -templatePath: "@EasyAdmin/crud/field/id.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#33783 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33780 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33951 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#33779 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33785 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
431 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#33760
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "certification.group.name"
  -propertyNameSuffix: null
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#33781 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33751 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#33756 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33755 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33954 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#33750 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33752 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
432 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#33753
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "certification.business.name"
  -propertyNameSuffix: null
  -value: "Lindner Hotel Boltenhagen"
  -formattedValue: "Lindner Hotel Boltenhagen"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#33953 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33744 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#33749 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33748 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33959 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#33743 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33745 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
433 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#33746
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IntegerField"
  -propertyName: "certification.business.greensignId"
  -propertyNameSuffix: null
  -value: 1059
  -formattedValue: 1059
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#33747 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\IntegerType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33737 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-integer"
  -columns: null
  -defaultColumns: "col-md-4 col-xxl-3"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#33742 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33741 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33964 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#33736 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33738 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
434 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#33739
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "certification.questionaire.title"
  -propertyNameSuffix: null
  -value: "GreenSign Hotel"
  -formattedValue: "GreenSign Hotel"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#33963 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33730 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#33735 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33734 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33969 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#33729 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33731 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
435 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#33455
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\AssociationField"
  -propertyName: "auditor"
  -propertyNameSuffix: null
  -value: Proxies\__CG__\App\Entity\User {#1229 …}
  -formattedValue: Twig\Markup {#34002 …}
  -formatValueCallable: Closure($value, $entity) {#28063 …}
  -label: Symfony\Component\Translation\TranslatableMessage {#33733 …}
  -formType: "Symfony\Bridge\Doctrine\Form\Type\EntityType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33458 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-association"
  -columns: null
  -defaultColumns: "col-md-7 col-xxl-6"
  -translationParameters: []
  -templateName: "crud/field/association"
  -templatePath: "@EasyAdmin/crud/field/association.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#33454 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33453 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33974 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#33442 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33450 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
436 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#33980
  -isAccessible: true
  -primaryKeyValue: 790
  -fields: null
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#33983 …}
  -defaultActionUrl: null
  -fqcn: "App\Entity\User"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#818 …}
  -permission: null
  -entityInstance: Proxies\__CG__\App\Entity\User {#1229 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
437 GRANTED EA_EXECUTE_ACTION
[
  "crud" => EasyCorp\Bundle\EasyAdminBundle\Dto\CrudDto {#29485
    -controllerFqcn: "App\Controller\Admin\UserCrudController"
    -fieldAssetsDto: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29486 …}
    -pageName: "detail"
    -actionName: "detail"
    -actionConfigDto: EasyCorp\Bundle\EasyAdminBundle\Dto\ActionConfigDto {#29509 …}
    -filters: EasyCorp\Bundle\EasyAdminBundle\Dto\FilterConfigDto {#29471 …}
    -entityFqcn: "App\Entity\User"
    -entityLabelInSingular: Symfony\Component\Translation\TranslatableMessage {#29492 …}
    -entityLabelInPlural: Symfony\Component\Translation\TranslatableMessage {#29498 …}
    -defaultPageTitles: [
      "detail" => "page_title.detail"
      "edit" => "page_title.edit"
      "index" => "page_title.index"
      "new" => "page_title.new"
    ]
    -customPageTitles: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -helpMessages: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -datePattern: "medium"
    -timePattern: "medium"
    -dateTimePattern: [
      "medium"
      "medium"
    ]
    -dateIntervalFormat: "%%y Year(s) %%m Month(s) %%d Day(s)"
    -timezone: "Europe/Berlin"
    -numberFormat: null
    -thousandsSeparator: null
    -decimalSeparator: null
    -defaultSort: [
      "id" => "DESC"
    ]
    -searchFields: []
    -searchMode: "all_terms"
    -autofocusSearch: false
    -showEntityActionsAsDropdown: false
    -paginatorDto: EasyCorp\Bundle\EasyAdminBundle\Dto\PaginatorDto {#29490 …}
    -overriddenTemplates: []
    -formThemes: [
      "@EasyAdmin/crud/form_theme.html.twig"
    ]
    -newFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29487 …}
    -editFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29488 …}
    -entityPermission: null
    -contentWidth: "full"
    -sidebarWidth: null
    -hideNullValues: false
    -askConfirmationOnBatchActions: true
    -defaultRowAction: [
      "edit"
      "detail"
    ]
    -defaultRowActionTrigger: "single"
    -autocompleteCallback: null
    -autocompleteTemplate: null
    -autocompleteRenderAsHtml: false
  }
  "action" => "detail"
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#33980
    -isAccessible: true
    -primaryKeyValue: 790
    -fields: null
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#33983 …}
    -defaultActionUrl: null
    -fqcn: "App\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#818 …}
    -permission: null
    -entityInstance: Proxies\__CG__\App\Entity\User {#1229 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
438 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#33441
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ChoiceField"
  -propertyName: "status"
  -propertyNameSuffix: null
  -value: 100
  -formattedValue: EasyCorp\Bundle\EasyAdminBundle\Translation\TranslatableChoiceMessageCollection {#33996 …}
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#34001 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\ChoiceType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33416 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-select"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#33412 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33411 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33994 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#33154 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33408 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
439 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#33391
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\NumberField"
  -propertyName: "certification.greenSignConformity"
  -propertyNameSuffix: null
  -value: 11.61
  -formattedValue: Twig\Markup {#33129 …}
  -formatValueCallable: Closure($value, $entity) {#28039 …}
  -label: Symfony\Component\Translation\TranslatableMessage {#33988 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\NumberType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33132 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-number"
  -columns: null
  -defaultColumns: "col-md-4 col-xxl-3"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#33131 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33130 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33968 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#32440 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33127 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
440 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#33293
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\AssociationField"
  -propertyName: "type"
  -propertyNameSuffix: null
  -value: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
  -formattedValue: "1. Re-Zertifizierungsaudit"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#33978 …}
  -formType: "Symfony\Bridge\Doctrine\Form\Type\EntityType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33291 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-association"
  -columns: null
  -defaultColumns: "col-md-7 col-xxl-6"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#33299 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33301 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#34010 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#33540 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33303 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
441 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#33302
  -isAccessible: true
  -primaryKeyValue: 3
  -fields: null
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34015 …}
  -defaultActionUrl: null
  -fqcn: "App\Entity\Audit\AuditType"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1186 …}
  -permission: null
  -entityInstance: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
442 GRANTED EA_EXECUTE_ACTION
[
  "crud" => EasyCorp\Bundle\EasyAdminBundle\Dto\CrudDto {#29579
    -controllerFqcn: "App\Controller\Admin\Audit\AuditTypeCrudController"
    -fieldAssetsDto: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29580 …}
    -pageName: "detail"
    -actionName: "detail"
    -actionConfigDto: EasyCorp\Bundle\EasyAdminBundle\Dto\ActionConfigDto {#29603 …}
    -filters: EasyCorp\Bundle\EasyAdminBundle\Dto\FilterConfigDto {#29565 …}
    -entityFqcn: "App\Entity\Audit\AuditType"
    -entityLabelInSingular: Symfony\Component\Translation\TranslatableMessage {#29589 …}
    -entityLabelInPlural: Symfony\Component\Translation\TranslatableMessage {#29592 …}
    -defaultPageTitles: [
      "detail" => "page_title.detail"
      "edit" => "page_title.edit"
      "index" => "page_title.index"
      "new" => "page_title.new"
    ]
    -customPageTitles: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -helpMessages: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -datePattern: "medium"
    -timePattern: "medium"
    -dateTimePattern: [
      "medium"
      "medium"
    ]
    -dateIntervalFormat: "%%y Year(s) %%m Month(s) %%d Day(s)"
    -timezone: "Europe/Berlin"
    -numberFormat: null
    -thousandsSeparator: null
    -decimalSeparator: null
    -defaultSort: [
      "sorting" => "ASC"
    ]
    -searchFields: []
    -searchMode: "all_terms"
    -autofocusSearch: false
    -showEntityActionsAsDropdown: false
    -paginatorDto: EasyCorp\Bundle\EasyAdminBundle\Dto\PaginatorDto {#29584 …}
    -overriddenTemplates: [
      "crud/edit" => "admin/translate/form.html.twig"
    ]
    -formThemes: [
      "admin/form/form_override.html.twig"
    ]
    -newFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29581 …}
    -editFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29582 …}
    -entityPermission: null
    -contentWidth: "full"
    -sidebarWidth: null
    -hideNullValues: false
    -askConfirmationOnBatchActions: true
    -defaultRowAction: [
      "edit"
      "detail"
    ]
    -defaultRowActionTrigger: "single"
    -autocompleteCallback: null
    -autocompleteTemplate: null
    -autocompleteRenderAsHtml: false
  }
  "action" => "detail"
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#33302
    -isAccessible: true
    -primaryKeyValue: 3
    -fields: null
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34015 …}
    -defaultActionUrl: null
    -fqcn: "App\Entity\Audit\AuditType"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1186 …}
    -permission: null
    -entityInstance: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
443 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#33614
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateTimeField"
  -propertyName: "auditDate"
  -propertyNameSuffix: null
  -value: DateTime @1767654000 {#11340
    date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
  }
  -formattedValue: Twig\Markup {#34035 …}
  -formatValueCallable: Closure($value, $entity) {#28250 …}
  -label: Symfony\Component\Translation\TranslatableMessage {#34031 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateTimeType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33712 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-datetime"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/datetime"
  -templatePath: "@EasyAdmin/crud/field/datetime.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#33788 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33879 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#34032 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#33878 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33847 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
444 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#33942
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "id"
  -propertyNameSuffix: null
  -value: 702
  -formattedValue: "702"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#34106 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33940 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-id"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/id"
  -templatePath: "@EasyAdmin/crud/field/id.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#33941 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33938 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#34109 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#33937 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33943 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
445 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#33918
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "certification.group.name"
  -propertyNameSuffix: null
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#33939 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33909 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#33914 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33913 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#34112 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#33908 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33910 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
446 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#33911
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "certification.business.name"
  -propertyNameSuffix: null
  -value: "Hotel Stadt Hamburg"
  -formattedValue: "Hotel Stadt Hamburg"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#34111 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33902 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#33907 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33906 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#34117 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#33901 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33903 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
447 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#33904
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IntegerField"
  -propertyName: "certification.business.greensignId"
  -propertyNameSuffix: null
  -value: 1270
  -formattedValue: 1270
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#33905 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\IntegerType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33895 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-integer"
  -columns: null
  -defaultColumns: "col-md-4 col-xxl-3"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#33900 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33899 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#34122 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#33894 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33896 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
448 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#33897
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "certification.questionaire.title"
  -propertyNameSuffix: null
  -value: "GreenSign Hotel"
  -formattedValue: "GreenSign Hotel"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#34121 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33888 …}
  -sortable: true
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#33893 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33892 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#34127 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#33887 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33889 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
449 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#33613
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\AssociationField"
  -propertyName: "auditor"
  -propertyNameSuffix: null
  -value: Proxies\__CG__\App\Entity\User {#1229 …}
  -formattedValue: Twig\Markup {#34160 …}
  -formatValueCallable: Closure($value, $entity) {#28063 …}
  -label: Symfony\Component\Translation\TranslatableMessage {#33891 …}
  -formType: "Symfony\Bridge\Doctrine\Form\Type\EntityType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33616 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-association"
  -columns: null
  -defaultColumns: "col-md-7 col-xxl-6"
  -translationParameters: []
  -templateName: "crud/field/association"
  -templatePath: "@EasyAdmin/crud/field/association.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#33612 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33611 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#34132 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#33600 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33608 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
450 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#34138
  -isAccessible: true
  -primaryKeyValue: 790
  -fields: null
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34141 …}
  -defaultActionUrl: null
  -fqcn: "App\Entity\User"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#818 …}
  -permission: null
  -entityInstance: Proxies\__CG__\App\Entity\User {#1229 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
451 GRANTED EA_EXECUTE_ACTION
[
  "crud" => EasyCorp\Bundle\EasyAdminBundle\Dto\CrudDto {#29485
    -controllerFqcn: "App\Controller\Admin\UserCrudController"
    -fieldAssetsDto: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29486 …}
    -pageName: "detail"
    -actionName: "detail"
    -actionConfigDto: EasyCorp\Bundle\EasyAdminBundle\Dto\ActionConfigDto {#29509 …}
    -filters: EasyCorp\Bundle\EasyAdminBundle\Dto\FilterConfigDto {#29471 …}
    -entityFqcn: "App\Entity\User"
    -entityLabelInSingular: Symfony\Component\Translation\TranslatableMessage {#29492 …}
    -entityLabelInPlural: Symfony\Component\Translation\TranslatableMessage {#29498 …}
    -defaultPageTitles: [
      "detail" => "page_title.detail"
      "edit" => "page_title.edit"
      "index" => "page_title.index"
      "new" => "page_title.new"
    ]
    -customPageTitles: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -helpMessages: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -datePattern: "medium"
    -timePattern: "medium"
    -dateTimePattern: [
      "medium"
      "medium"
    ]
    -dateIntervalFormat: "%%y Year(s) %%m Month(s) %%d Day(s)"
    -timezone: "Europe/Berlin"
    -numberFormat: null
    -thousandsSeparator: null
    -decimalSeparator: null
    -defaultSort: [
      "id" => "DESC"
    ]
    -searchFields: []
    -searchMode: "all_terms"
    -autofocusSearch: false
    -showEntityActionsAsDropdown: false
    -paginatorDto: EasyCorp\Bundle\EasyAdminBundle\Dto\PaginatorDto {#29490 …}
    -overriddenTemplates: []
    -formThemes: [
      "@EasyAdmin/crud/form_theme.html.twig"
    ]
    -newFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29487 …}
    -editFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29488 …}
    -entityPermission: null
    -contentWidth: "full"
    -sidebarWidth: null
    -hideNullValues: false
    -askConfirmationOnBatchActions: true
    -defaultRowAction: [
      "edit"
      "detail"
    ]
    -defaultRowActionTrigger: "single"
    -autocompleteCallback: null
    -autocompleteTemplate: null
    -autocompleteRenderAsHtml: false
  }
  "action" => "detail"
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#34138
    -isAccessible: true
    -primaryKeyValue: 790
    -fields: null
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34141 …}
    -defaultActionUrl: null
    -fqcn: "App\Entity\User"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#818 …}
    -permission: null
    -entityInstance: Proxies\__CG__\App\Entity\User {#1229 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
452 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#33599
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\ChoiceField"
  -propertyName: "status"
  -propertyNameSuffix: null
  -value: 100
  -formattedValue: EasyCorp\Bundle\EasyAdminBundle\Translation\TranslatableChoiceMessageCollection {#34154 …}
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#34159 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\ChoiceType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33574 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-select"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#33570 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33569 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#34152 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#33312 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33566 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
453 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#33549
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\NumberField"
  -propertyName: "certification.greenSignConformity"
  -propertyNameSuffix: null
  -value: 11.61
  -formattedValue: Twig\Markup {#33287 …}
  -formatValueCallable: Closure($value, $entity) {#28039 …}
  -label: Symfony\Component\Translation\TranslatableMessage {#34146 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\NumberType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33290 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-number"
  -columns: null
  -defaultColumns: "col-md-4 col-xxl-3"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#33289 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33288 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#34126 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#32598 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33285 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
454 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#33451
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\AssociationField"
  -propertyName: "type"
  -propertyNameSuffix: null
  -value: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
  -formattedValue: "1. Re-Zertifizierungsaudit"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#34136 …}
  -formType: "Symfony\Bridge\Doctrine\Form\Type\EntityType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33449 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-association"
  -columns: null
  -defaultColumns: "col-md-7 col-xxl-6"
  -translationParameters: []
  -templateName: "crud/field/generic"
  -templatePath: "admin/audit/status.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#33457 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33459 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#34168 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#33698 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33461 …}
  -htmlAttributes: [
    "required" => true
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
455 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#33460
  -isAccessible: true
  -primaryKeyValue: 3
  -fields: null
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34173 …}
  -defaultActionUrl: null
  -fqcn: "App\Entity\Audit\AuditType"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1186 …}
  -permission: null
  -entityInstance: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
456 GRANTED EA_EXECUTE_ACTION
[
  "crud" => EasyCorp\Bundle\EasyAdminBundle\Dto\CrudDto {#29579
    -controllerFqcn: "App\Controller\Admin\Audit\AuditTypeCrudController"
    -fieldAssetsDto: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#29580 …}
    -pageName: "detail"
    -actionName: "detail"
    -actionConfigDto: EasyCorp\Bundle\EasyAdminBundle\Dto\ActionConfigDto {#29603 …}
    -filters: EasyCorp\Bundle\EasyAdminBundle\Dto\FilterConfigDto {#29565 …}
    -entityFqcn: "App\Entity\Audit\AuditType"
    -entityLabelInSingular: Symfony\Component\Translation\TranslatableMessage {#29589 …}
    -entityLabelInPlural: Symfony\Component\Translation\TranslatableMessage {#29592 …}
    -defaultPageTitles: [
      "detail" => "page_title.detail"
      "edit" => "page_title.edit"
      "index" => "page_title.index"
      "new" => "page_title.new"
    ]
    -customPageTitles: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -helpMessages: [
      "detail" => null
      "edit" => null
      "index" => null
      "new" => null
    ]
    -datePattern: "medium"
    -timePattern: "medium"
    -dateTimePattern: [
      "medium"
      "medium"
    ]
    -dateIntervalFormat: "%%y Year(s) %%m Month(s) %%d Day(s)"
    -timezone: "Europe/Berlin"
    -numberFormat: null
    -thousandsSeparator: null
    -decimalSeparator: null
    -defaultSort: [
      "sorting" => "ASC"
    ]
    -searchFields: []
    -searchMode: "all_terms"
    -autofocusSearch: false
    -showEntityActionsAsDropdown: false
    -paginatorDto: EasyCorp\Bundle\EasyAdminBundle\Dto\PaginatorDto {#29584 …}
    -overriddenTemplates: [
      "crud/edit" => "admin/translate/form.html.twig"
    ]
    -formThemes: [
      "admin/form/form_override.html.twig"
    ]
    -newFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29581 …}
    -editFormOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#29582 …}
    -entityPermission: null
    -contentWidth: "full"
    -sidebarWidth: null
    -hideNullValues: false
    -askConfirmationOnBatchActions: true
    -defaultRowAction: [
      "edit"
      "detail"
    ]
    -defaultRowActionTrigger: "single"
    -autocompleteCallback: null
    -autocompleteTemplate: null
    -autocompleteRenderAsHtml: false
  }
  "action" => "detail"
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#33460
    -isAccessible: true
    -primaryKeyValue: 3
    -fields: null
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34173 …}
    -defaultActionUrl: null
    -fqcn: "App\Entity\Audit\AuditType"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1186 …}
    -permission: null
    -entityInstance: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
457 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#33772
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateTimeField"
  -propertyName: "auditDate"
  -propertyNameSuffix: null
  -value: DateTime @1767654000 {#11357
    date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
  }
  -formattedValue: Twig\Markup {#34193 …}
  -formatValueCallable: Closure($value, $entity) {#28250 …}
  -label: Symfony\Component\Translation\TranslatableMessage {#34189 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateTimeType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#33870 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-datetime"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/datetime"
  -templatePath: "@EasyAdmin/crud/field/datetime.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#33946 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#34037 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#34190 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#34036 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#34005 …}
  -htmlAttributes: [
    "required" => false
  ]
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
458 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34088
    -type: "entity"
    -name: "viewAuditFrontend"
    -label: Symfony\Component\Translation\TranslatableMessage {#34082 …}
    -icon: "fa fa-calculator"
    -cssClass: "action-viewAuditFrontend"
    -addedCssClass: ""
    -htmlAttributes: [
      "target" => "_blank"
      "data-action-name" => "viewAuditFrontend"
    ]
    -linkUrl: "/audits/741"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: Closure(Audit $entity) {#27840 …}
    -translationParameters: []
    -displayCallable: null
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#29221
    -isAccessible: true
    -primaryKeyValue: 741
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#28984 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34046 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/741/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#11456
      -id: 741
      -auditDate: DateTime @1787176800 {#11453
        date: 2026-08-20 00:00:00.0 Europe/Berlin (+02:00)
      }
      -startDate: DateTime @1787217720 {#11454
        date: 2026-08-20 11:22:00.0 Europe/Berlin (+02:00)
      }
      -endDate: DateTime @1787224920 {#11455
        date: 2026-08-20 13:22:00.0 Europe/Berlin (+02:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#2794 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#11458 …}
      -participants: Doctrine\ORM\PersistentCollection {#11460 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
      -areas: Doctrine\ORM\PersistentCollection {#11462 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#11464 …}
      -comments: Doctrine\ORM\PersistentCollection {#11466 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#11468 …}
      -status: 100
      -locality: "location"
      -auditScope: null
      -annotations: null
      -displayPoints: true
      -hubspotDealId: null
      -centralAudit: true
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
459 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34092
    -type: "entity"
    -name: "viewCertPdf"
    -label: "audits.actions.certificate"
    -icon: "fa fa-certificate"
    -cssClass: ""
    -addedCssClass: ""
    -htmlAttributes: [
      "target" => "_blank"
    ]
    -linkUrl: null
    -templatePath: "admin/actions/locale_dropdown_button.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: Closure(Audit $entity) {#27837 …}
    -translationParameters: []
    -displayCallable: Closure($entity) {#27836 …}
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#29221
    -isAccessible: true
    -primaryKeyValue: 741
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#28984 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34046 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/741/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#11456
      -id: 741
      -auditDate: DateTime @1787176800 {#11453
        date: 2026-08-20 00:00:00.0 Europe/Berlin (+02:00)
      }
      -startDate: DateTime @1787217720 {#11454
        date: 2026-08-20 11:22:00.0 Europe/Berlin (+02:00)
      }
      -endDate: DateTime @1787224920 {#11455
        date: 2026-08-20 13:22:00.0 Europe/Berlin (+02:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#2794 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#11458 …}
      -participants: Doctrine\ORM\PersistentCollection {#11460 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
      -areas: Doctrine\ORM\PersistentCollection {#11462 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#11464 …}
      -comments: Doctrine\ORM\PersistentCollection {#11466 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#11468 …}
      -status: 100
      -locality: "location"
      -auditScope: null
      -annotations: null
      -displayPoints: true
      -hubspotDealId: null
      -centralAudit: true
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
460 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34091
    -type: "entity"
    -name: "viewReportPdf"
    -label: Symfony\Component\Translation\TranslatableMessage {#34083 …}
    -icon: "fa fa-file-pdf"
    -cssClass: "action-viewReportPdf"
    -addedCssClass: ""
    -htmlAttributes: [
      "target" => "_blank"
      "data-action-name" => "viewReportPdf"
    ]
    -linkUrl: "/audit/741/report"
    -templatePath: "admin/actions/locale_dropdown_button.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: Closure(Audit $entity) {#27848 …}
    -translationParameters: []
    -displayCallable: Closure($entity) {#27849 …}
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#29221
    -isAccessible: true
    -primaryKeyValue: 741
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#28984 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34046 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/741/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#11456
      -id: 741
      -auditDate: DateTime @1787176800 {#11453
        date: 2026-08-20 00:00:00.0 Europe/Berlin (+02:00)
      }
      -startDate: DateTime @1787217720 {#11454
        date: 2026-08-20 11:22:00.0 Europe/Berlin (+02:00)
      }
      -endDate: DateTime @1787224920 {#11455
        date: 2026-08-20 13:22:00.0 Europe/Berlin (+02:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#2794 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#11458 …}
      -participants: Doctrine\ORM\PersistentCollection {#11460 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
      -areas: Doctrine\ORM\PersistentCollection {#11462 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#11464 …}
      -comments: Doctrine\ORM\PersistentCollection {#11466 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#11468 …}
      -status: 100
      -locality: "location"
      -auditScope: null
      -annotations: null
      -displayPoints: true
      -hubspotDealId: null
      -centralAudit: true
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
461 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34080
    -type: "entity"
    -name: "edit"
    -label: Symfony\Component\Translation\TranslatableMessage {#34076 …}
    -icon: "internal:edit"
    -cssClass: "action-edit"
    -addedCssClass: ""
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "https://dev.cat.greensign.de/admin/de/audit/741/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#29221
    -isAccessible: true
    -primaryKeyValue: 741
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#28984 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34046 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/741/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#11456
      -id: 741
      -auditDate: DateTime @1787176800 {#11453
        date: 2026-08-20 00:00:00.0 Europe/Berlin (+02:00)
      }
      -startDate: DateTime @1787217720 {#11454
        date: 2026-08-20 11:22:00.0 Europe/Berlin (+02:00)
      }
      -endDate: DateTime @1787224920 {#11455
        date: 2026-08-20 13:22:00.0 Europe/Berlin (+02:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#2794 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#11458 …}
      -participants: Doctrine\ORM\PersistentCollection {#11460 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
      -areas: Doctrine\ORM\PersistentCollection {#11462 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#11464 …}
      -comments: Doctrine\ORM\PersistentCollection {#11466 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#11468 …}
      -status: 100
      -locality: "location"
      -auditScope: null
      -annotations: null
      -displayPoints: true
      -hubspotDealId: null
      -centralAudit: true
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
462 GRANTED ROLE_ADMIN
App\Entity\Business\Audit {#11456
  -id: 741
  -auditDate: DateTime @1787176800 {#11453
    date: 2026-08-20 00:00:00.0 Europe/Berlin (+02:00)
  }
  -startDate: DateTime @1787217720 {#11454
    date: 2026-08-20 11:22:00.0 Europe/Berlin (+02:00)
  }
  -endDate: DateTime @1787224920 {#11455
    date: 2026-08-20 13:22:00.0 Europe/Berlin (+02:00)
  }
  -auditor: Proxies\__CG__\App\Entity\User {#2794 …}
  -secondaryAuditor: null
  -certification: Proxies\__CG__\App\Entity\Business\Certification {#11458 …}
  -participants: Doctrine\ORM\PersistentCollection {#11460 …}
  -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
  -areas: Doctrine\ORM\PersistentCollection {#11462 …}
  -testProcedures: Doctrine\ORM\PersistentCollection {#11464 …}
  -comments: Doctrine\ORM\PersistentCollection {#11466 …}
  -auditAnswers: Doctrine\ORM\PersistentCollection {#11468 …}
  -status: 100
  -locality: "location"
  -auditScope: null
  -annotations: null
  -displayPoints: true
  -hubspotDealId: null
  -centralAudit: true
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
GRANTED
The user has ROLE_ADMIN.
Show voter details
463 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34086
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#34071 …}
    -icon: "internal:delete"
    -cssClass: "action-delete"
    -addedCssClass: ""
    -htmlAttributes: [
      "data-action-name" => "delete"
      "formaction" => "https://dev.cat.greensign.de/admin/de/audit/741/delete?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-action-confirmation"
      "data-action-confirmation" => "true"
      "data-action-variant" => "danger"
      "data-action-entity-name" => Symfony\Component\Translation\TranslatableMessage {#27901
        -message: "entity.audit.singular"
        -parameters: [
          "%entity_name%" => "Audit"
          "%entity_as_string%" => ""
          "%entity_id%" => null
          "%entity_short_id%" => null
        ]
        -domain: "admin"
      }
      "data-action-entity-id" => "741"
    ]
    -linkUrl: "https://dev.cat.greensign.de/admin/de/audit/741/delete?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27871 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27879 …}
    -confirmationMessage: true
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#29221
    -isAccessible: true
    -primaryKeyValue: 741
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#28984 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34046 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/741/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#11456
      -id: 741
      -auditDate: DateTime @1787176800 {#11453
        date: 2026-08-20 00:00:00.0 Europe/Berlin (+02:00)
      }
      -startDate: DateTime @1787217720 {#11454
        date: 2026-08-20 11:22:00.0 Europe/Berlin (+02:00)
      }
      -endDate: DateTime @1787224920 {#11455
        date: 2026-08-20 13:22:00.0 Europe/Berlin (+02:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#2794 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#11458 …}
      -participants: Doctrine\ORM\PersistentCollection {#11460 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
      -areas: Doctrine\ORM\PersistentCollection {#11462 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#11464 …}
      -comments: Doctrine\ORM\PersistentCollection {#11466 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#11468 …}
      -status: 100
      -locality: "location"
      -auditScope: null
      -annotations: null
      -displayPoints: true
      -hubspotDealId: null
      -centralAudit: true
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
464 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34098
    -type: "entity"
    -name: "viewAuditFrontend"
    -label: Symfony\Component\Translation\TranslatableMessage {#34042 …}
    -icon: "fa fa-calculator"
    -cssClass: "action-viewAuditFrontend"
    -addedCssClass: ""
    -htmlAttributes: [
      "target" => "_blank"
      "data-action-name" => "viewAuditFrontend"
    ]
    -linkUrl: "/audits/742"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: Closure(Audit $entity) {#27840 …}
    -translationParameters: []
    -displayCallable: null
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28827
    -isAccessible: true
    -primaryKeyValue: 742
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#29355 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#32756 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/742/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#11473
      -id: 742
      -auditDate: DateTime @1787176800 {#11470
        date: 2026-08-20 00:00:00.0 Europe/Berlin (+02:00)
      }
      -startDate: DateTime @1787217720 {#11471
        date: 2026-08-20 11:22:00.0 Europe/Berlin (+02:00)
      }
      -endDate: DateTime @1787224920 {#11472
        date: 2026-08-20 13:22:00.0 Europe/Berlin (+02:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#2794 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#11475 …}
      -participants: Doctrine\ORM\PersistentCollection {#11477 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
      -areas: Doctrine\ORM\PersistentCollection {#11479 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#11481 …}
      -comments: Doctrine\ORM\PersistentCollection {#11483 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#11485 …}
      -status: 0
      -locality: "location"
      -auditScope: null
      -annotations: null
      -displayPoints: true
      -hubspotDealId: null
      -centralAudit: false
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
465 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34099
    -type: "entity"
    -name: "viewCertPdf"
    -label: "audits.actions.certificate"
    -icon: "fa fa-certificate"
    -cssClass: ""
    -addedCssClass: ""
    -htmlAttributes: [
      "target" => "_blank"
    ]
    -linkUrl: null
    -templatePath: "admin/actions/locale_dropdown_button.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: Closure(Audit $entity) {#27837 …}
    -translationParameters: []
    -displayCallable: Closure($entity) {#27836 …}
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28827
    -isAccessible: true
    -primaryKeyValue: 742
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#29355 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#32756 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/742/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#11473
      -id: 742
      -auditDate: DateTime @1787176800 {#11470
        date: 2026-08-20 00:00:00.0 Europe/Berlin (+02:00)
      }
      -startDate: DateTime @1787217720 {#11471
        date: 2026-08-20 11:22:00.0 Europe/Berlin (+02:00)
      }
      -endDate: DateTime @1787224920 {#11472
        date: 2026-08-20 13:22:00.0 Europe/Berlin (+02:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#2794 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#11475 …}
      -participants: Doctrine\ORM\PersistentCollection {#11477 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
      -areas: Doctrine\ORM\PersistentCollection {#11479 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#11481 …}
      -comments: Doctrine\ORM\PersistentCollection {#11483 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#11485 …}
      -status: 0
      -locality: "location"
      -auditScope: null
      -annotations: null
      -displayPoints: true
      -hubspotDealId: null
      -centralAudit: false
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
466 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34095
    -type: "entity"
    -name: "viewReportPdf"
    -label: "audits.actions.report"
    -icon: "fa fa-file-pdf"
    -cssClass: ""
    -addedCssClass: ""
    -htmlAttributes: [
      "target" => "_blank"
    ]
    -linkUrl: null
    -templatePath: "admin/actions/locale_dropdown_button.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: Closure(Audit $entity) {#27848 …}
    -translationParameters: []
    -displayCallable: Closure($entity) {#27849 …}
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28827
    -isAccessible: true
    -primaryKeyValue: 742
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#29355 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#32756 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/742/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#11473
      -id: 742
      -auditDate: DateTime @1787176800 {#11470
        date: 2026-08-20 00:00:00.0 Europe/Berlin (+02:00)
      }
      -startDate: DateTime @1787217720 {#11471
        date: 2026-08-20 11:22:00.0 Europe/Berlin (+02:00)
      }
      -endDate: DateTime @1787224920 {#11472
        date: 2026-08-20 13:22:00.0 Europe/Berlin (+02:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#2794 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#11475 …}
      -participants: Doctrine\ORM\PersistentCollection {#11477 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
      -areas: Doctrine\ORM\PersistentCollection {#11479 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#11481 …}
      -comments: Doctrine\ORM\PersistentCollection {#11483 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#11485 …}
      -status: 0
      -locality: "location"
      -auditScope: null
      -annotations: null
      -displayPoints: true
      -hubspotDealId: null
      -centralAudit: false
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
467 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34051
    -type: "entity"
    -name: "edit"
    -label: Symfony\Component\Translation\TranslatableMessage {#33775 …}
    -icon: "internal:edit"
    -cssClass: "action-edit"
    -addedCssClass: ""
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "https://dev.cat.greensign.de/admin/de/audit/742/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28827
    -isAccessible: true
    -primaryKeyValue: 742
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#29355 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#32756 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/742/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#11473
      -id: 742
      -auditDate: DateTime @1787176800 {#11470
        date: 2026-08-20 00:00:00.0 Europe/Berlin (+02:00)
      }
      -startDate: DateTime @1787217720 {#11471
        date: 2026-08-20 11:22:00.0 Europe/Berlin (+02:00)
      }
      -endDate: DateTime @1787224920 {#11472
        date: 2026-08-20 13:22:00.0 Europe/Berlin (+02:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#2794 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#11475 …}
      -participants: Doctrine\ORM\PersistentCollection {#11477 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
      -areas: Doctrine\ORM\PersistentCollection {#11479 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#11481 …}
      -comments: Doctrine\ORM\PersistentCollection {#11483 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#11485 …}
      -status: 0
      -locality: "location"
      -auditScope: null
      -annotations: null
      -displayPoints: true
      -hubspotDealId: null
      -centralAudit: false
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
468 GRANTED ROLE_ADMIN
App\Entity\Business\Audit {#11473
  -id: 742
  -auditDate: DateTime @1787176800 {#11470
    date: 2026-08-20 00:00:00.0 Europe/Berlin (+02:00)
  }
  -startDate: DateTime @1787217720 {#11471
    date: 2026-08-20 11:22:00.0 Europe/Berlin (+02:00)
  }
  -endDate: DateTime @1787224920 {#11472
    date: 2026-08-20 13:22:00.0 Europe/Berlin (+02:00)
  }
  -auditor: Proxies\__CG__\App\Entity\User {#2794 …}
  -secondaryAuditor: null
  -certification: Proxies\__CG__\App\Entity\Business\Certification {#11475 …}
  -participants: Doctrine\ORM\PersistentCollection {#11477 …}
  -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
  -areas: Doctrine\ORM\PersistentCollection {#11479 …}
  -testProcedures: Doctrine\ORM\PersistentCollection {#11481 …}
  -comments: Doctrine\ORM\PersistentCollection {#11483 …}
  -auditAnswers: Doctrine\ORM\PersistentCollection {#11485 …}
  -status: 0
  -locality: "location"
  -auditScope: null
  -annotations: null
  -displayPoints: true
  -hubspotDealId: null
  -centralAudit: false
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
GRANTED
The user has ROLE_ADMIN.
Show voter details
469 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34045
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#33773 …}
    -icon: "internal:delete"
    -cssClass: "action-delete"
    -addedCssClass: ""
    -htmlAttributes: [
      "data-action-name" => "delete"
      "formaction" => "https://dev.cat.greensign.de/admin/de/audit/742/delete?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-action-confirmation"
      "data-action-confirmation" => "true"
      "data-action-variant" => "danger"
      "data-action-entity-name" => Symfony\Component\Translation\TranslatableMessage {#27901
        -message: "entity.audit.singular"
        -parameters: [
          "%entity_name%" => "Audit"
          "%entity_as_string%" => ""
          "%entity_id%" => null
          "%entity_short_id%" => null
        ]
        -domain: "admin"
      }
      "data-action-entity-id" => "742"
    ]
    -linkUrl: "https://dev.cat.greensign.de/admin/de/audit/742/delete?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27871 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27879 …}
    -confirmationMessage: true
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28827
    -isAccessible: true
    -primaryKeyValue: 742
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#29355 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#32756 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/742/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#11473
      -id: 742
      -auditDate: DateTime @1787176800 {#11470
        date: 2026-08-20 00:00:00.0 Europe/Berlin (+02:00)
      }
      -startDate: DateTime @1787217720 {#11471
        date: 2026-08-20 11:22:00.0 Europe/Berlin (+02:00)
      }
      -endDate: DateTime @1787224920 {#11472
        date: 2026-08-20 13:22:00.0 Europe/Berlin (+02:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#2794 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#11475 …}
      -participants: Doctrine\ORM\PersistentCollection {#11477 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
      -areas: Doctrine\ORM\PersistentCollection {#11479 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#11481 …}
      -comments: Doctrine\ORM\PersistentCollection {#11483 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#11485 …}
      -status: 0
      -locality: "location"
      -auditScope: null
      -annotations: null
      -displayPoints: true
      -hubspotDealId: null
      -centralAudit: false
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
470 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34089
    -type: "entity"
    -name: "viewAuditFrontend"
    -label: Symfony\Component\Translation\TranslatableMessage {#33072 …}
    -icon: "fa fa-calculator"
    -cssClass: "action-viewAuditFrontend"
    -addedCssClass: ""
    -htmlAttributes: [
      "target" => "_blank"
      "data-action-name" => "viewAuditFrontend"
    ]
    -linkUrl: "/audits/743"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: Closure(Audit $entity) {#27840 …}
    -translationParameters: []
    -displayCallable: null
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28910
    -isAccessible: true
    -primaryKeyValue: 743
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#29665 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#33605 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/743/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#11490
      -id: 743
      -auditDate: DateTime @1787176800 {#11487
        date: 2026-08-20 00:00:00.0 Europe/Berlin (+02:00)
      }
      -startDate: DateTime @1787217720 {#11488
        date: 2026-08-20 11:22:00.0 Europe/Berlin (+02:00)
      }
      -endDate: DateTime @1787224920 {#11489
        date: 2026-08-20 13:22:00.0 Europe/Berlin (+02:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#2794 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#11492 …}
      -participants: Doctrine\ORM\PersistentCollection {#11494 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
      -areas: Doctrine\ORM\PersistentCollection {#11496 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#11498 …}
      -comments: Doctrine\ORM\PersistentCollection {#11500 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#11502 …}
      -status: 0
      -locality: "location"
      -auditScope: null
      -annotations: null
      -displayPoints: true
      -hubspotDealId: null
      -centralAudit: false
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
471 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34090
    -type: "entity"
    -name: "viewCertPdf"
    -label: "audits.actions.certificate"
    -icon: "fa fa-certificate"
    -cssClass: ""
    -addedCssClass: ""
    -htmlAttributes: [
      "target" => "_blank"
    ]
    -linkUrl: null
    -templatePath: "admin/actions/locale_dropdown_button.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: Closure(Audit $entity) {#27837 …}
    -translationParameters: []
    -displayCallable: Closure($entity) {#27836 …}
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28910
    -isAccessible: true
    -primaryKeyValue: 743
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#29665 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#33605 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/743/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#11490
      -id: 743
      -auditDate: DateTime @1787176800 {#11487
        date: 2026-08-20 00:00:00.0 Europe/Berlin (+02:00)
      }
      -startDate: DateTime @1787217720 {#11488
        date: 2026-08-20 11:22:00.0 Europe/Berlin (+02:00)
      }
      -endDate: DateTime @1787224920 {#11489
        date: 2026-08-20 13:22:00.0 Europe/Berlin (+02:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#2794 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#11492 …}
      -participants: Doctrine\ORM\PersistentCollection {#11494 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
      -areas: Doctrine\ORM\PersistentCollection {#11496 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#11498 …}
      -comments: Doctrine\ORM\PersistentCollection {#11500 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#11502 …}
      -status: 0
      -locality: "location"
      -auditScope: null
      -annotations: null
      -displayPoints: true
      -hubspotDealId: null
      -centralAudit: false
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
472 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34081
    -type: "entity"
    -name: "viewReportPdf"
    -label: "audits.actions.report"
    -icon: "fa fa-file-pdf"
    -cssClass: ""
    -addedCssClass: ""
    -htmlAttributes: [
      "target" => "_blank"
    ]
    -linkUrl: null
    -templatePath: "admin/actions/locale_dropdown_button.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: Closure(Audit $entity) {#27848 …}
    -translationParameters: []
    -displayCallable: Closure($entity) {#27849 …}
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28910
    -isAccessible: true
    -primaryKeyValue: 743
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#29665 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#33605 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/743/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#11490
      -id: 743
      -auditDate: DateTime @1787176800 {#11487
        date: 2026-08-20 00:00:00.0 Europe/Berlin (+02:00)
      }
      -startDate: DateTime @1787217720 {#11488
        date: 2026-08-20 11:22:00.0 Europe/Berlin (+02:00)
      }
      -endDate: DateTime @1787224920 {#11489
        date: 2026-08-20 13:22:00.0 Europe/Berlin (+02:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#2794 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#11492 …}
      -participants: Doctrine\ORM\PersistentCollection {#11494 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
      -areas: Doctrine\ORM\PersistentCollection {#11496 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#11498 …}
      -comments: Doctrine\ORM\PersistentCollection {#11500 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#11502 …}
      -status: 0
      -locality: "location"
      -auditScope: null
      -annotations: null
      -displayPoints: true
      -hubspotDealId: null
      -centralAudit: false
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
473 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#33707
    -type: "entity"
    -name: "edit"
    -label: Symfony\Component\Translation\TranslatableMessage {#29123 …}
    -icon: "internal:edit"
    -cssClass: "action-edit"
    -addedCssClass: ""
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "https://dev.cat.greensign.de/admin/de/audit/743/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28910
    -isAccessible: true
    -primaryKeyValue: 743
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#29665 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#33605 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/743/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#11490
      -id: 743
      -auditDate: DateTime @1787176800 {#11487
        date: 2026-08-20 00:00:00.0 Europe/Berlin (+02:00)
      }
      -startDate: DateTime @1787217720 {#11488
        date: 2026-08-20 11:22:00.0 Europe/Berlin (+02:00)
      }
      -endDate: DateTime @1787224920 {#11489
        date: 2026-08-20 13:22:00.0 Europe/Berlin (+02:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#2794 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#11492 …}
      -participants: Doctrine\ORM\PersistentCollection {#11494 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
      -areas: Doctrine\ORM\PersistentCollection {#11496 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#11498 …}
      -comments: Doctrine\ORM\PersistentCollection {#11500 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#11502 …}
      -status: 0
      -locality: "location"
      -auditScope: null
      -annotations: null
      -displayPoints: true
      -hubspotDealId: null
      -centralAudit: false
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
474 GRANTED ROLE_ADMIN
App\Entity\Business\Audit {#11490
  -id: 743
  -auditDate: DateTime @1787176800 {#11487
    date: 2026-08-20 00:00:00.0 Europe/Berlin (+02:00)
  }
  -startDate: DateTime @1787217720 {#11488
    date: 2026-08-20 11:22:00.0 Europe/Berlin (+02:00)
  }
  -endDate: DateTime @1787224920 {#11489
    date: 2026-08-20 13:22:00.0 Europe/Berlin (+02:00)
  }
  -auditor: Proxies\__CG__\App\Entity\User {#2794 …}
  -secondaryAuditor: null
  -certification: Proxies\__CG__\App\Entity\Business\Certification {#11492 …}
  -participants: Doctrine\ORM\PersistentCollection {#11494 …}
  -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
  -areas: Doctrine\ORM\PersistentCollection {#11496 …}
  -testProcedures: Doctrine\ORM\PersistentCollection {#11498 …}
  -comments: Doctrine\ORM\PersistentCollection {#11500 …}
  -auditAnswers: Doctrine\ORM\PersistentCollection {#11502 …}
  -status: 0
  -locality: "location"
  -auditScope: null
  -annotations: null
  -displayPoints: true
  -hubspotDealId: null
  -centralAudit: false
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
GRANTED
The user has ROLE_ADMIN.
Show voter details
475 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#33724
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#29124 …}
    -icon: "internal:delete"
    -cssClass: "action-delete"
    -addedCssClass: ""
    -htmlAttributes: [
      "data-action-name" => "delete"
      "formaction" => "https://dev.cat.greensign.de/admin/de/audit/743/delete?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-action-confirmation"
      "data-action-confirmation" => "true"
      "data-action-variant" => "danger"
      "data-action-entity-name" => Symfony\Component\Translation\TranslatableMessage {#27901
        -message: "entity.audit.singular"
        -parameters: [
          "%entity_name%" => "Audit"
          "%entity_as_string%" => ""
          "%entity_id%" => null
          "%entity_short_id%" => null
        ]
        -domain: "admin"
      }
      "data-action-entity-id" => "743"
    ]
    -linkUrl: "https://dev.cat.greensign.de/admin/de/audit/743/delete?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27871 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27879 …}
    -confirmationMessage: true
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28910
    -isAccessible: true
    -primaryKeyValue: 743
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#29665 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#33605 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/743/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#11490
      -id: 743
      -auditDate: DateTime @1787176800 {#11487
        date: 2026-08-20 00:00:00.0 Europe/Berlin (+02:00)
      }
      -startDate: DateTime @1787217720 {#11488
        date: 2026-08-20 11:22:00.0 Europe/Berlin (+02:00)
      }
      -endDate: DateTime @1787224920 {#11489
        date: 2026-08-20 13:22:00.0 Europe/Berlin (+02:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#2794 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#11492 …}
      -participants: Doctrine\ORM\PersistentCollection {#11494 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
      -areas: Doctrine\ORM\PersistentCollection {#11496 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#11498 …}
      -comments: Doctrine\ORM\PersistentCollection {#11500 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#11502 …}
      -status: 0
      -locality: "location"
      -auditScope: null
      -annotations: null
      -displayPoints: true
      -hubspotDealId: null
      -centralAudit: false
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
476 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34100
    -type: "entity"
    -name: "viewAuditFrontend"
    -label: Symfony\Component\Translation\TranslatableMessage {#33890 …}
    -icon: "fa fa-calculator"
    -cssClass: "action-viewAuditFrontend"
    -addedCssClass: ""
    -htmlAttributes: [
      "target" => "_blank"
      "data-action-name" => "viewAuditFrontend"
    ]
    -linkUrl: "/audits/735"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: Closure(Audit $entity) {#27840 …}
    -translationParameters: []
    -displayCallable: null
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#29174
    -isAccessible: true
    -primaryKeyValue: 735
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#29825 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34195 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/735/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#11411
      -id: 735
      -auditDate: DateTime @1784584800 {#11408
        date: 2026-07-21 00:00:00.0 Europe/Berlin (+02:00)
      }
      -startDate: DateTime @1784623020 {#11409
        date: 2026-07-21 10:37:00.0 Europe/Berlin (+02:00)
      }
      -endDate: DateTime @1784639880 {#11410
        date: 2026-07-21 15:18:00.0 Europe/Berlin (+02:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#1875 …}
      -secondaryAuditor: Proxies\__CG__\App\Entity\User {#1435 …}
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#11413 …}
      -participants: Doctrine\ORM\PersistentCollection {#11415 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
      -areas: Doctrine\ORM\PersistentCollection {#11417 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#11419 …}
      -comments: Doctrine\ORM\PersistentCollection {#11421 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#11423 …}
      -status: 0
      -locality: "location"
      -auditScope: null
      -annotations: [
        1 => [
          "leistungen" => ""
          "potential" => ""
        ]
        2 => [
          "leistungen" => """
            Der Betrieb produziert Strom aus regenerativen/erneuerbaren Quellen durch ein BHKW. (2.9)\n
            Durch ein Blockheizkraftwerk werden Strom- und Heizleistung gewonnen. (2.10)
            """
          "potential" => """
            Intelligente Raumsteuerung/Guest Room Management und Raumautomation (z.B. better.energy) senkt die Betriebskosten, reguliert völlig automatisch und personalunabhängig. (2.12)\n
            Energie-Check mit Fachberater/Experte (Ermittlung Energiebedarf und -verbrauch, Beschreibung und Analyse von Schwachstellen, Vorschläge zu Sparmaßnahmen). (2.14)
            """
        ]
      ]
      -displayPoints: true
      -hubspotDealId: null
      -centralAudit: false
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
477 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#29178
    -type: "entity"
    -name: "viewCertPdf"
    -label: "audits.actions.certificate"
    -icon: "fa fa-certificate"
    -cssClass: ""
    -addedCssClass: ""
    -htmlAttributes: [
      "target" => "_blank"
    ]
    -linkUrl: null
    -templatePath: "admin/actions/locale_dropdown_button.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: Closure(Audit $entity) {#27837 …}
    -translationParameters: []
    -displayCallable: Closure($entity) {#27836 …}
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#29174
    -isAccessible: true
    -primaryKeyValue: 735
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#29825 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34195 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/735/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#11411
      -id: 735
      -auditDate: DateTime @1784584800 {#11408
        date: 2026-07-21 00:00:00.0 Europe/Berlin (+02:00)
      }
      -startDate: DateTime @1784623020 {#11409
        date: 2026-07-21 10:37:00.0 Europe/Berlin (+02:00)
      }
      -endDate: DateTime @1784639880 {#11410
        date: 2026-07-21 15:18:00.0 Europe/Berlin (+02:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#1875 …}
      -secondaryAuditor: Proxies\__CG__\App\Entity\User {#1435 …}
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#11413 …}
      -participants: Doctrine\ORM\PersistentCollection {#11415 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
      -areas: Doctrine\ORM\PersistentCollection {#11417 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#11419 …}
      -comments: Doctrine\ORM\PersistentCollection {#11421 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#11423 …}
      -status: 0
      -locality: "location"
      -auditScope: null
      -annotations: [
        1 => [
          "leistungen" => ""
          "potential" => ""
        ]
        2 => [
          "leistungen" => """
            Der Betrieb produziert Strom aus regenerativen/erneuerbaren Quellen durch ein BHKW. (2.9)\n
            Durch ein Blockheizkraftwerk werden Strom- und Heizleistung gewonnen. (2.10)
            """
          "potential" => """
            Intelligente Raumsteuerung/Guest Room Management und Raumautomation (z.B. better.energy) senkt die Betriebskosten, reguliert völlig automatisch und personalunabhängig. (2.12)\n
            Energie-Check mit Fachberater/Experte (Ermittlung Energiebedarf und -verbrauch, Beschreibung und Analyse von Schwachstellen, Vorschläge zu Sparmaßnahmen). (2.14)
            """
        ]
      ]
      -displayPoints: true
      -hubspotDealId: null
      -centralAudit: false
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
478 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34048
    -type: "entity"
    -name: "viewReportPdf"
    -label: "audits.actions.report"
    -icon: "fa fa-file-pdf"
    -cssClass: ""
    -addedCssClass: ""
    -htmlAttributes: [
      "target" => "_blank"
    ]
    -linkUrl: null
    -templatePath: "admin/actions/locale_dropdown_button.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: Closure(Audit $entity) {#27848 …}
    -translationParameters: []
    -displayCallable: Closure($entity) {#27849 …}
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#29174
    -isAccessible: true
    -primaryKeyValue: 735
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#29825 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34195 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/735/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#11411
      -id: 735
      -auditDate: DateTime @1784584800 {#11408
        date: 2026-07-21 00:00:00.0 Europe/Berlin (+02:00)
      }
      -startDate: DateTime @1784623020 {#11409
        date: 2026-07-21 10:37:00.0 Europe/Berlin (+02:00)
      }
      -endDate: DateTime @1784639880 {#11410
        date: 2026-07-21 15:18:00.0 Europe/Berlin (+02:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#1875 …}
      -secondaryAuditor: Proxies\__CG__\App\Entity\User {#1435 …}
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#11413 …}
      -participants: Doctrine\ORM\PersistentCollection {#11415 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
      -areas: Doctrine\ORM\PersistentCollection {#11417 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#11419 …}
      -comments: Doctrine\ORM\PersistentCollection {#11421 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#11423 …}
      -status: 0
      -locality: "location"
      -auditScope: null
      -annotations: [
        1 => [
          "leistungen" => ""
          "potential" => ""
        ]
        2 => [
          "leistungen" => """
            Der Betrieb produziert Strom aus regenerativen/erneuerbaren Quellen durch ein BHKW. (2.9)\n
            Durch ein Blockheizkraftwerk werden Strom- und Heizleistung gewonnen. (2.10)
            """
          "potential" => """
            Intelligente Raumsteuerung/Guest Room Management und Raumautomation (z.B. better.energy) senkt die Betriebskosten, reguliert völlig automatisch und personalunabhängig. (2.12)\n
            Energie-Check mit Fachberater/Experte (Ermittlung Energiebedarf und -verbrauch, Beschreibung und Analyse von Schwachstellen, Vorschläge zu Sparmaßnahmen). (2.14)
            """
        ]
      ]
      -displayPoints: true
      -hubspotDealId: null
      -centralAudit: false
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
479 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#33604
    -type: "entity"
    -name: "edit"
    -label: Symfony\Component\Translation\TranslatableMessage {#33925 …}
    -icon: "internal:edit"
    -cssClass: "action-edit"
    -addedCssClass: ""
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "https://dev.cat.greensign.de/admin/de/audit/735/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#29174
    -isAccessible: true
    -primaryKeyValue: 735
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#29825 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34195 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/735/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#11411
      -id: 735
      -auditDate: DateTime @1784584800 {#11408
        date: 2026-07-21 00:00:00.0 Europe/Berlin (+02:00)
      }
      -startDate: DateTime @1784623020 {#11409
        date: 2026-07-21 10:37:00.0 Europe/Berlin (+02:00)
      }
      -endDate: DateTime @1784639880 {#11410
        date: 2026-07-21 15:18:00.0 Europe/Berlin (+02:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#1875 …}
      -secondaryAuditor: Proxies\__CG__\App\Entity\User {#1435 …}
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#11413 …}
      -participants: Doctrine\ORM\PersistentCollection {#11415 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
      -areas: Doctrine\ORM\PersistentCollection {#11417 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#11419 …}
      -comments: Doctrine\ORM\PersistentCollection {#11421 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#11423 …}
      -status: 0
      -locality: "location"
      -auditScope: null
      -annotations: [
        1 => [
          "leistungen" => ""
          "potential" => ""
        ]
        2 => [
          "leistungen" => """
            Der Betrieb produziert Strom aus regenerativen/erneuerbaren Quellen durch ein BHKW. (2.9)\n
            Durch ein Blockheizkraftwerk werden Strom- und Heizleistung gewonnen. (2.10)
            """
          "potential" => """
            Intelligente Raumsteuerung/Guest Room Management und Raumautomation (z.B. better.energy) senkt die Betriebskosten, reguliert völlig automatisch und personalunabhängig. (2.12)\n
            Energie-Check mit Fachberater/Experte (Ermittlung Energiebedarf und -verbrauch, Beschreibung und Analyse von Schwachstellen, Vorschläge zu Sparmaßnahmen). (2.14)
            """
        ]
      ]
      -displayPoints: true
      -hubspotDealId: null
      -centralAudit: false
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
480 GRANTED ROLE_ADMIN
App\Entity\Business\Audit {#11411
  -id: 735
  -auditDate: DateTime @1784584800 {#11408
    date: 2026-07-21 00:00:00.0 Europe/Berlin (+02:00)
  }
  -startDate: DateTime @1784623020 {#11409
    date: 2026-07-21 10:37:00.0 Europe/Berlin (+02:00)
  }
  -endDate: DateTime @1784639880 {#11410
    date: 2026-07-21 15:18:00.0 Europe/Berlin (+02:00)
  }
  -auditor: Proxies\__CG__\App\Entity\User {#1875 …}
  -secondaryAuditor: Proxies\__CG__\App\Entity\User {#1435 …}
  -certification: Proxies\__CG__\App\Entity\Business\Certification {#11413 …}
  -participants: Doctrine\ORM\PersistentCollection {#11415 …}
  -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
  -areas: Doctrine\ORM\PersistentCollection {#11417 …}
  -testProcedures: Doctrine\ORM\PersistentCollection {#11419 …}
  -comments: Doctrine\ORM\PersistentCollection {#11421 …}
  -auditAnswers: Doctrine\ORM\PersistentCollection {#11423 …}
  -status: 0
  -locality: "location"
  -auditScope: null
  -annotations: [
    1 => [
      "leistungen" => ""
      "potential" => ""
    ]
    2 => [
      "leistungen" => """
        Der Betrieb produziert Strom aus regenerativen/erneuerbaren Quellen durch ein BHKW. (2.9)\n
        Durch ein Blockheizkraftwerk werden Strom- und Heizleistung gewonnen. (2.10)
        """
      "potential" => """
        Intelligente Raumsteuerung/Guest Room Management und Raumautomation (z.B. better.energy) senkt die Betriebskosten, reguliert völlig automatisch und personalunabhängig. (2.12)\n
        Energie-Check mit Fachberater/Experte (Ermittlung Energiebedarf und -verbrauch, Beschreibung und Analyse von Schwachstellen, Vorschläge zu Sparmaßnahmen). (2.14)
        """
    ]
  ]
  -displayPoints: true
  -hubspotDealId: null
  -centralAudit: false
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
GRANTED
The user has ROLE_ADMIN.
Show voter details
481 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#33603
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#33917 …}
    -icon: "internal:delete"
    -cssClass: "action-delete"
    -addedCssClass: ""
    -htmlAttributes: [
      "data-action-name" => "delete"
      "formaction" => "https://dev.cat.greensign.de/admin/de/audit/735/delete?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-action-confirmation"
      "data-action-confirmation" => "true"
      "data-action-variant" => "danger"
      "data-action-entity-name" => Symfony\Component\Translation\TranslatableMessage {#27901
        -message: "entity.audit.singular"
        -parameters: [
          "%entity_name%" => "Audit"
          "%entity_as_string%" => ""
          "%entity_id%" => null
          "%entity_short_id%" => null
        ]
        -domain: "admin"
      }
      "data-action-entity-id" => "735"
    ]
    -linkUrl: "https://dev.cat.greensign.de/admin/de/audit/735/delete?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27871 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27879 …}
    -confirmationMessage: true
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#29174
    -isAccessible: true
    -primaryKeyValue: 735
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#29825 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34195 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/735/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#11411
      -id: 735
      -auditDate: DateTime @1784584800 {#11408
        date: 2026-07-21 00:00:00.0 Europe/Berlin (+02:00)
      }
      -startDate: DateTime @1784623020 {#11409
        date: 2026-07-21 10:37:00.0 Europe/Berlin (+02:00)
      }
      -endDate: DateTime @1784639880 {#11410
        date: 2026-07-21 15:18:00.0 Europe/Berlin (+02:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#1875 …}
      -secondaryAuditor: Proxies\__CG__\App\Entity\User {#1435 …}
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#11413 …}
      -participants: Doctrine\ORM\PersistentCollection {#11415 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
      -areas: Doctrine\ORM\PersistentCollection {#11417 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#11419 …}
      -comments: Doctrine\ORM\PersistentCollection {#11421 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#11423 …}
      -status: 0
      -locality: "location"
      -auditScope: null
      -annotations: [
        1 => [
          "leistungen" => ""
          "potential" => ""
        ]
        2 => [
          "leistungen" => """
            Der Betrieb produziert Strom aus regenerativen/erneuerbaren Quellen durch ein BHKW. (2.9)\n
            Durch ein Blockheizkraftwerk werden Strom- und Heizleistung gewonnen. (2.10)
            """
          "potential" => """
            Intelligente Raumsteuerung/Guest Room Management und Raumautomation (z.B. better.energy) senkt die Betriebskosten, reguliert völlig automatisch und personalunabhängig. (2.12)\n
            Energie-Check mit Fachberater/Experte (Ermittlung Energiebedarf und -verbrauch, Beschreibung und Analyse von Schwachstellen, Vorschläge zu Sparmaßnahmen). (2.14)
            """
        ]
      ]
      -displayPoints: true
      -hubspotDealId: null
      -centralAudit: false
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
482 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34085
    -type: "entity"
    -name: "viewAuditFrontend"
    -label: Symfony\Component\Translation\TranslatableMessage {#34202 …}
    -icon: "fa fa-calculator"
    -cssClass: "action-viewAuditFrontend"
    -addedCssClass: ""
    -htmlAttributes: [
      "target" => "_blank"
      "data-action-name" => "viewAuditFrontend"
    ]
    -linkUrl: "/audits/733"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: Closure(Audit $entity) {#27840 …}
    -translationParameters: []
    -displayCallable: null
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#29168
    -isAccessible: true
    -primaryKeyValue: 733
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#29983 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34235 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/733/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#11377
      -id: 733
      -auditDate: DateTime @1769900400 {#11374
        date: 2026-02-01 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: DateTime @1769943600 {#11375
        date: 2026-02-01 12:00:00.0 Europe/Berlin (+01:00)
      }
      -endDate: DateTime @1784653860 {#11376
        date: 2026-07-21 19:11:00.0 Europe/Berlin (+02:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#1512 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#11379 …}
      -participants: Doctrine\ORM\PersistentCollection {#11381 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
      -areas: Doctrine\ORM\PersistentCollection {#11383 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#11385 …}
      -comments: Doctrine\ORM\PersistentCollection {#11387 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#11389 …}
      -status: 100
      -locality: "location"
      -auditScope: null
      -annotations: [
        4 => [
          "leistungen" => """
            Cradle-to-Cradle Produkte, kreislauffähige Materialien kommen zum Einsatz. (4.7)\n
            \n
            Der Papierverbrauch wird durch geeignete digitale Maßnahmen niedrig gehalten. (4.11)\n
            \n
            Fokus auf Großverpackungen und Mehrwegsysteme beim Einkauf. (4.4)\n
            \n
            Das Hotel setzt sich für Initiativen zur Lebensmittelverschwendung und Organisationen zur Abfallvermeidung ein. (4.8)\n
            \n
            Ein eigener Komposthaufen befindet sich auf dem Grundstück des Hotels. (4.7)\n
            \n
            In der Administration wird verstärkt auf papierlose Dokumentation gesetzt, dies wird durch eine Software umgesetzt. (4.11)\n
            \n
            Das Hotel setzt Trennsysteme im gesamten Hotelbereich ein. (4.3)
            """
          "potential" => """
            Wir empfehlen die Sensibilisierung zur Abfallvermeidung auf den Zimmern, z.B. ressourcenschonend durch einen Aufkleber. (4.4)\n
            \n
            Wir empfehlen die Reduktion von Papier im Hotel z.B. durch einen digitalen Lesezirkel oder das Nutzen von QR Codes. (4.11)\n
            \n
            Wir empfehlen die Vermeidung von Portionsartikeln in allen Bereichen. (4.4)\n
            \n
            Cradle-to-Cradle zertifizierte Produkte können auf der folgenden Seite gefunden wurden: https://c2ccertified.org/ (4.7)\n
            \n
            Zur Vermeidung von Verpackungsmüll kann ein Zero-Waste-Frühstück angeboten werden. (4.6)\n
            \n
            Die Unterstützung von Initiativen, bspw. United Against Waste, welche viele Materialien zur Sensibilisierung der Mitarbeitenden zur Verfügung stellen. (4.8)\n
            \n
            """
        ]
        3 => [
          "leistungen" => """
            \n
            Sensibilisierung von Mitarbeitern und Gästen zum Thema Wasserressourcen geschieht in regelmäßigen Meetings, sowie mittels Hinweise zum Handtuchwechsel und Bleiber-Reinigung/ Wunsch-Reinigungszyklus vom Gast. (3.7)\n
            \n
            Regelmäßige Wartung der Wasserinstallationen sichert eine hohe Wasser- und Trinkqualität. (3.5)\n
            \n
            Der Betrieb setzt nachhaltig zertifizierte Reinigungsmittel ein. (3.7)
            """
          "potential" => """
            Eine monatliche Erfassung der Wasserverbräuche ist hilfreich, um beispielsweise Leckagen rechtzeitig zu identifizieren. (3.1)\n
            \n
            Wir empfehlen eine genaue Überprüfung der Wasserverbräuche als Basis zur Festlegung geeigneter Maßnahmen zur effizienten Reduzierung des Wasserverbrauchs. (3.1)\n
            \n
            Das Auffangen von Regenwasser bietet sich auf dem Hotelgelände an und kann anschließend für die Bewässerung der umfangreichen Garten- und Grünanlagen verwendet werden. (3.7)
            """
        ]
        2 => [
          "leistungen" => """
            Automatische Abschaltsensoren für Heizung, Lüftung, Klima/Kälte bei geöffneten oder Balkontüre sind vorhanden. (2.11)\n
            \n
            Die Versorgung wird zu einem großen Teil aus der Photovoltaik-Anlage des Hauses generiert. (2.9)\n
            \n
            Durch ein Blockheizkraftwerk werden Strom- und Heizleistung gewonnen. (2.10)\n
            \n
            Der Betrieb produziert Strom aus regenerativen/erneuerbaren Quellen durch ein BHKW. (2.9)\n
            \n
            Der Betrieb nutzt Heizenergie aus ressourcenschonenden Quellen zur Verbesserung der Klimabilanz durch Bio-Gas. (2.10)\n
            \n
            Der Betrieb nutzt digitale Lösungen zur Überwachung von Ressourcenverbräuchen in verschiedenen Hotelbereichen. (2.4)\n
            \n
            Der Betrieb bezieht 100% Öko-Strom aus regenerativen/erneuerbaren Quellen zur Verbesserung der Klimabilanz. (2.7)\n
            \n
            Der Betrieb hat einen Energiebeauftragten im Hotel benannt. (2.14)
            """
          "potential" => """
            Wir empfehlen die Erhöhung der Anteile von erneuerbaren Energien. (2.8)\n
            \n
            Intelligente Raumsteuerung/Guest Room Management und Raumautomation (z.B. better.energy) senkt die Betriebskosten, reguliert völlig automatisch und personalunabhängig. (2.12)\n
            \n
            Umstellung auf Ökostromtarif, zu 100% aus regenerativen Energiequellen gewonnen, verringert den CO2-Fußabdruck und leistet einen entscheidenden Beitrag zu mehr Klimaschutz. (2.7)\n
            \n
            Erstellung und Umsetzung eines Energieaudits nach DIN EN 16247 oder Einführung eines Energie-Managementsystems entsprechend DIN EN ISO 50001. (2.14)\n
            \n
            Energie-Check mit Fachberater/Experte (Ermittlung Energiebedarf und -verbrauch, Beschreibung und Analyse von Schwachstellen, Vorschläge zu Sparmaßnahmen). (2.14)
            """
        ]
        1 => [
          "leistungen" => """
            Das Unternehmensleitbild des Betriebs beschreibt das Selbstverständnis zu Vision, Unternehmenszweck und Werten und charakterisiert so das zentrale Element der Unternehmensidentität, sowie die Basis für einen nachhaltigen Erfolg. Es inspiriert nach außen und motiviert nach innen (1.2)\n
            \n
            Ein transparentes, authentisches und gut strukturiertes Unternehmensleitbild zur Kommunikation der Unternehmenskultur und der Maßnahmen zum Thema ESG liegt vor. (1.1)\n
            \n
            Das vom Team entwickelte Nachhaltigkeitsprogramm ist SMART definiert und beinhaltet zahlreiche Maßnahmen, welche bei der Weiterentwicklung der Nachhaltigkeitsstrategie unterstützen. (1.5)\n
            \n
            Der Betrieb erstellt einen jährlichen Nachhaltigkeitsbericht. (1.8)\n
            \n
            Der Betrieb hat einen Nachhaltigkeitsbeauftragten ernannt. (1.4)\n
            \n
            Die Hotelgruppe hat einen Reiter für Nachhaltigkeit auf ihrer Website eingerichtet zur Sensibilisierung aller Stakeholder. (1.7)\n
            \n
            Im Organigramm ist die Verantwortlichkeit für das Thema Nachhaltigkeit sichtbar enthalten. (1.4)
            """
          "potential" => """
            Das Leitbild entspricht noch nicht allen Kriterien eines umfassenden Unternehmensleitbildes und könnte entsprechend überarbeitet werden. Ein gut strukturiertes Unternehmensleitbild ist auf drei Säulen aufgebaut: Vision, Mission sowie Werte und Grundsätze des Unternehmens. Es artikuliert das Selbstbild bzw. das Selbstverständnis eines Unternehmens. Das Leitbild setzt einen Rahmen für die tägliche Arbeit, daher sollte sichergestellt werden, dass es wirklich gelebt wird. (1.2)\n
            \n
            Verfassen eines Nachhaltigkeitsberichtes, präsentieren und reflektieren der Nachhaltigkeitsstrategien und -leistungen, um die umgesetzten ESG-Maßnahmen (“Umwelt, Soziales und Unternehmensführung”) transparent an die Stakeholder zu kommunizieren. Bei der Rezertifizierung ist solch ein Report verpflichtend. (1.8)\n
            \n
            Zur Sichtbarkeit der Maßnahmen nachhaltiger Transformationen und für eine strukturierte Managementbewertung, ist das kontinuierliche Führen eines Nachhaltigkeitsprogramms, von der Entwicklung der Strategie bis zur Umsetzung in konkrete Maßnahmen, Verantwortlichkeiten und deren Terminierung erforderlich und dient als Basis für regelmäßige Meetings zum Thema Nachhaltigkeit. Das steigert die ESG-Performance und ermöglicht mittel- und langfristige Nachhaltigkeitsziele messbar zu erreichen. (1.5)\n
            \n
            Das Nachhaltigkeitsprogramm sollte nur aktuelle und zukünftige Nachhaltigkeitsmaßnahmen enthalten, mit detaillierten Angaben was genau angestrebt wird und mit zeitlicher Terminierung, bis wann die Umsetzung erfolgen soll. (1.5)\n
            \n
            Das Anfertigen eines Organigramms über die Mitarbeiterstruktur kann nochmals verdeutlichen bei welchem Mitarbeiter einzelne Verantwortlichkeiten liegen. (1.4)\n
            \n
            Wir empfehlen die jährliche Erstellung eines Nachhaltigkeitsberichtes, da dieser spätestens zur Rezertifizierung verpflichtend vorliegen muss. (1.8)\n
            \n
            Wir empfehlen die Ernennung eines Nachhaltigkeitsbeauftragten. (1.4)\n
            \n
            Wir empfehlen den Ausbau der Webseite zur Auslobung der nachhaltigen Aktivitäten des Hotels, sowie dem Herausheben von USPs/Alleinstellungsmerkmalen (z.B. TOP Gästezufriedenheit, Frühstücksservice mit nachhaltigen Produkten, Strom-/Wärmeversorgung mit erneuerbaren Energien, niedriger CO2-Fussabdruck etc). (1.7)\n
            \n
            """
        ]
        5 => [
          "leistungen" => """
            \n
            Der Betrieb unterstützt lokale Unternehmen bei der Entwicklung nachhaltiger Produkte und Dienstleistungen. (5.7)\n
            \n
            Der Betrieb pflegt einen eigenen Kräutergarten. (5.3)\n
            \n
            Das Hotel hat eigene Bienenhotels und kooperiert mit einem lokalen Imker. (5.3)\n
            \n
            Im Sinne der Biodiversität hat der Betrieb zahlreiche Maßnahmen umgesetzt, welche aktiv die Flora und Fauna fördern. (5.3)
            """
          "potential" => """
            Die Einführung eines Angebots für Gäste, sich (finanziell) an Biodiversitätsinitiativen zu beteiligen, z. B. durch Bienenpatenschaften oder Baumpflanzaktionen. (5.3)\n
            \n
            (Finanzielle) Unterstützung von geschützten Gebieten oder Naturschutzprojekten. (5.3)\n
            \n
            Einen großen Teil von Bäumen und Sträuchern des Geländes natürlich wachsen lassen.(5.3)\n
            \n
            Mähfreien Mai für die Artenvielfalt ermöglichen. (5.3)\n
            \n
            Nachhaltige und naturnahe Alternative bietet ein Permakultur-Garten, der einen geschlossenen Kreislauf bildet. (5.3)\n
            \n
            Aufstellen eines Hotels für Wildbienen oder Insekten in Verbindung mit einer örtlich passenden Bepflanzung als Nahrungsquellen. (5.3)\n
            \n
            Schutz von Kulturerbe (z.B. Bräuche, Traditionen) und Vermittlung von Kulturerbe an künftige Generationen. (z.B. historische Bauwerke, weltliche und sakrale Gegenstände, Bibliotheken und Archive, archäologische Fundstätten, historische Gärten und Industriedenkmäler). (5.5)\n
            \n
            Wir empfehlen die (finanzielle) Unterstützung von Naturparks oder Nationalparks zum Erhalt der Biodiversität außerhalb der Stadt. (5.3)\n
            \n
            """
        ]
        7 => [
          "leistungen" => """
            Gäste erhalten Informationen über emissionsarme Anreisemöglichkeiten. (7.9)\n
            \n
            Wallboxen für E-Autos im Haus. (7.9)\n
            \n
            E-Ladesäulen und ein hoteleigener Parkplatz stehen für E-Fahrzeuge zur Verfügung. (7.9)\n
            \n
            Die Geschäftsführung ist Mitglied in qualitativen, lokalen Netzwerken und stellt somit die strategische, moderne Ausrichtung der Hotelführung sicher. (7.1)\n
            \n
            Der Betrieb setzt auf Barrierefreiheit und die Zugänglichkeit für Menschen mit und ohne Mobilitätseinschränkungen, u.a. hat das Hotel barrierefreie Zimmer mit Bad. (7.11)\n
            \n
            Der Betrieb bietet seinen Gästen die Möglichkeit der Fahrradanmietung zur Unterstützung nachhaltiger Mobilität. (7.8)\n
            \n
            Das Hotel stellt eine Vielzahl an Informationen für regionale Aktivitäten bereit. (7.14)
            """
          "potential" => """
            ormationen über die regionale Herkunft der Produkte auf den Speise- und Getränkekarten. (7.2)\n
            \n
            Erweiterung des Angebots lokaler Produkte zum Kauf durch den Gast. (7.3)\n
            \n
            Die Barrierefreiheit von zertifizierten oder von relevanten Nutzergruppen/Experten bestätigen lassen. (7.11)
            """
        ]
        8 => [
          "leistungen" => """
            \n
            Der Betrieb führt eine Mitarbeiterumfrage durch. (8.11)\n
            \n
            Um ein Qualitätsmanagementsystem im Unternehmen aufzubauen, kontinuierlich weiterzuentwickeln und zu optimieren, wurde ein Qualitätsbeauftragter benannt. (8.1)\n
            \n
            Das Hotel hat ein dokumentiertes Qualitätsmanagement entwickelt. (8.1)\n
            \n
            SOPs werden eingesetzt, um die Kommunikation im Team zu verbessern und die Einschulung neuer Mitarbeiter zu vereinfachen. (8.1)
            """
          "potential" => """
            Wir empfehlen eine CO2 Bilanzierung als Grundlage zur Reduzierung und ggfs. Kompensation von CO2 Emissionen. (8.13)\n
            \n
            CO2 Bilanzierung als Grundlage zur Reduzierung und ggfs. Kompensation von CO2 Emissionen des Hotels. (8.13)\n
            \n
            Lieferantenbewertung erstellen: Kriterien für die strategische Lieferantenauswahl: Qualität der Waren, Regionalität, Standortnähe, geringe Fehler- und Ausfallquoten, Liefertermintreue, Angebotstransparenz, Flexibilität, Zuverlässigkeit und Zertifizierungen. (8.3)
            """
        ]
        10 => [
          "leistungen" => """
            Der Betrieb führt ein Risikomanagementsystem zur systematischen Erkennung, Analyse, Bewertung, Minimierung und Kontrolle von Risiken entlang der Wertschöpfungskette. (10.5)\n
            \n
            Der Betrieb verfügt über einen langfristigen Investitionsplan der auch ökologische Aspekte berücksichtigt. (10.3)
            """
          "potential" => "Risikomanagementsystem erstellen/ausbauen. Risiken für das Personal, das Unternehmen und die Kunden identifizieren. Dazu gehören z.B. technische, operative, medizinische Risiken, IT- Sicherheit, Arbeitssicherheit sowie finanzielle Risiken. (10.5)"
        ]
        9 => [
          "leistungen" => """
            Ein „Code of Conduct“ (Zusammenfassung von Verhaltensregeln im Unternehmen) wurde erarbeitet, der Orientierung für das tägliche Handeln für Mitarbeiter, Führungskräfte und andere Stakeholder bietet. (9.1)\n
            \n
            Ein vielfältiges System mit Angeboten für ein betriebliches Gesundheitsmanagement ist im Hotel etabliert. (9.8)
            """
          "potential" => """
            Zur Entwicklung der Mitarbeitenden, mindestens einmal jährlich ein dokumentiertes Mitarbeitergespräch durchführen. (9.14)\n
            \n
            Ein Code of Conduct ausarbeiten. Ein Verhaltenskodex zur Sammlung von Verhaltensweisen, die für die Mitarbeitenden eines Unternehmens gelten. Er enthält Richtlinien dafür, wie sich die Mitarbeitende rechtlich korrekt, ethisch und sozial verhalten. (9.1)
            """
        ]
      ]
      -displayPoints: true
      -hubspotDealId: null
      -centralAudit: false
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
483 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#29175
    -type: "entity"
    -name: "viewCertPdf"
    -label: Symfony\Component\Translation\TranslatableMessage {#34204 …}
    -icon: "fa fa-certificate"
    -cssClass: "action-viewCertPdf"
    -addedCssClass: ""
    -htmlAttributes: [
      "target" => "_blank"
      "data-action-name" => "viewCertPdf"
    ]
    -linkUrl: "/audit/733/pdf"
    -templatePath: "admin/actions/locale_dropdown_button.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: Closure(Audit $entity) {#27837 …}
    -translationParameters: []
    -displayCallable: Closure($entity) {#27836 …}
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#29168
    -isAccessible: true
    -primaryKeyValue: 733
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#29983 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34235 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/733/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#11377
      -id: 733
      -auditDate: DateTime @1769900400 {#11374
        date: 2026-02-01 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: DateTime @1769943600 {#11375
        date: 2026-02-01 12:00:00.0 Europe/Berlin (+01:00)
      }
      -endDate: DateTime @1784653860 {#11376
        date: 2026-07-21 19:11:00.0 Europe/Berlin (+02:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#1512 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#11379 …}
      -participants: Doctrine\ORM\PersistentCollection {#11381 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
      -areas: Doctrine\ORM\PersistentCollection {#11383 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#11385 …}
      -comments: Doctrine\ORM\PersistentCollection {#11387 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#11389 …}
      -status: 100
      -locality: "location"
      -auditScope: null
      -annotations: [
        4 => [
          "leistungen" => """
            Cradle-to-Cradle Produkte, kreislauffähige Materialien kommen zum Einsatz. (4.7)\n
            \n
            Der Papierverbrauch wird durch geeignete digitale Maßnahmen niedrig gehalten. (4.11)\n
            \n
            Fokus auf Großverpackungen und Mehrwegsysteme beim Einkauf. (4.4)\n
            \n
            Das Hotel setzt sich für Initiativen zur Lebensmittelverschwendung und Organisationen zur Abfallvermeidung ein. (4.8)\n
            \n
            Ein eigener Komposthaufen befindet sich auf dem Grundstück des Hotels. (4.7)\n
            \n
            In der Administration wird verstärkt auf papierlose Dokumentation gesetzt, dies wird durch eine Software umgesetzt. (4.11)\n
            \n
            Das Hotel setzt Trennsysteme im gesamten Hotelbereich ein. (4.3)
            """
          "potential" => """
            Wir empfehlen die Sensibilisierung zur Abfallvermeidung auf den Zimmern, z.B. ressourcenschonend durch einen Aufkleber. (4.4)\n
            \n
            Wir empfehlen die Reduktion von Papier im Hotel z.B. durch einen digitalen Lesezirkel oder das Nutzen von QR Codes. (4.11)\n
            \n
            Wir empfehlen die Vermeidung von Portionsartikeln in allen Bereichen. (4.4)\n
            \n
            Cradle-to-Cradle zertifizierte Produkte können auf der folgenden Seite gefunden wurden: https://c2ccertified.org/ (4.7)\n
            \n
            Zur Vermeidung von Verpackungsmüll kann ein Zero-Waste-Frühstück angeboten werden. (4.6)\n
            \n
            Die Unterstützung von Initiativen, bspw. United Against Waste, welche viele Materialien zur Sensibilisierung der Mitarbeitenden zur Verfügung stellen. (4.8)\n
            \n
            """
        ]
        3 => [
          "leistungen" => """
            \n
            Sensibilisierung von Mitarbeitern und Gästen zum Thema Wasserressourcen geschieht in regelmäßigen Meetings, sowie mittels Hinweise zum Handtuchwechsel und Bleiber-Reinigung/ Wunsch-Reinigungszyklus vom Gast. (3.7)\n
            \n
            Regelmäßige Wartung der Wasserinstallationen sichert eine hohe Wasser- und Trinkqualität. (3.5)\n
            \n
            Der Betrieb setzt nachhaltig zertifizierte Reinigungsmittel ein. (3.7)
            """
          "potential" => """
            Eine monatliche Erfassung der Wasserverbräuche ist hilfreich, um beispielsweise Leckagen rechtzeitig zu identifizieren. (3.1)\n
            \n
            Wir empfehlen eine genaue Überprüfung der Wasserverbräuche als Basis zur Festlegung geeigneter Maßnahmen zur effizienten Reduzierung des Wasserverbrauchs. (3.1)\n
            \n
            Das Auffangen von Regenwasser bietet sich auf dem Hotelgelände an und kann anschließend für die Bewässerung der umfangreichen Garten- und Grünanlagen verwendet werden. (3.7)
            """
        ]
        2 => [
          "leistungen" => """
            Automatische Abschaltsensoren für Heizung, Lüftung, Klima/Kälte bei geöffneten oder Balkontüre sind vorhanden. (2.11)\n
            \n
            Die Versorgung wird zu einem großen Teil aus der Photovoltaik-Anlage des Hauses generiert. (2.9)\n
            \n
            Durch ein Blockheizkraftwerk werden Strom- und Heizleistung gewonnen. (2.10)\n
            \n
            Der Betrieb produziert Strom aus regenerativen/erneuerbaren Quellen durch ein BHKW. (2.9)\n
            \n
            Der Betrieb nutzt Heizenergie aus ressourcenschonenden Quellen zur Verbesserung der Klimabilanz durch Bio-Gas. (2.10)\n
            \n
            Der Betrieb nutzt digitale Lösungen zur Überwachung von Ressourcenverbräuchen in verschiedenen Hotelbereichen. (2.4)\n
            \n
            Der Betrieb bezieht 100% Öko-Strom aus regenerativen/erneuerbaren Quellen zur Verbesserung der Klimabilanz. (2.7)\n
            \n
            Der Betrieb hat einen Energiebeauftragten im Hotel benannt. (2.14)
            """
          "potential" => """
            Wir empfehlen die Erhöhung der Anteile von erneuerbaren Energien. (2.8)\n
            \n
            Intelligente Raumsteuerung/Guest Room Management und Raumautomation (z.B. better.energy) senkt die Betriebskosten, reguliert völlig automatisch und personalunabhängig. (2.12)\n
            \n
            Umstellung auf Ökostromtarif, zu 100% aus regenerativen Energiequellen gewonnen, verringert den CO2-Fußabdruck und leistet einen entscheidenden Beitrag zu mehr Klimaschutz. (2.7)\n
            \n
            Erstellung und Umsetzung eines Energieaudits nach DIN EN 16247 oder Einführung eines Energie-Managementsystems entsprechend DIN EN ISO 50001. (2.14)\n
            \n
            Energie-Check mit Fachberater/Experte (Ermittlung Energiebedarf und -verbrauch, Beschreibung und Analyse von Schwachstellen, Vorschläge zu Sparmaßnahmen). (2.14)
            """
        ]
        1 => [
          "leistungen" => """
            Das Unternehmensleitbild des Betriebs beschreibt das Selbstverständnis zu Vision, Unternehmenszweck und Werten und charakterisiert so das zentrale Element der Unternehmensidentität, sowie die Basis für einen nachhaltigen Erfolg. Es inspiriert nach außen und motiviert nach innen (1.2)\n
            \n
            Ein transparentes, authentisches und gut strukturiertes Unternehmensleitbild zur Kommunikation der Unternehmenskultur und der Maßnahmen zum Thema ESG liegt vor. (1.1)\n
            \n
            Das vom Team entwickelte Nachhaltigkeitsprogramm ist SMART definiert und beinhaltet zahlreiche Maßnahmen, welche bei der Weiterentwicklung der Nachhaltigkeitsstrategie unterstützen. (1.5)\n
            \n
            Der Betrieb erstellt einen jährlichen Nachhaltigkeitsbericht. (1.8)\n
            \n
            Der Betrieb hat einen Nachhaltigkeitsbeauftragten ernannt. (1.4)\n
            \n
            Die Hotelgruppe hat einen Reiter für Nachhaltigkeit auf ihrer Website eingerichtet zur Sensibilisierung aller Stakeholder. (1.7)\n
            \n
            Im Organigramm ist die Verantwortlichkeit für das Thema Nachhaltigkeit sichtbar enthalten. (1.4)
            """
          "potential" => """
            Das Leitbild entspricht noch nicht allen Kriterien eines umfassenden Unternehmensleitbildes und könnte entsprechend überarbeitet werden. Ein gut strukturiertes Unternehmensleitbild ist auf drei Säulen aufgebaut: Vision, Mission sowie Werte und Grundsätze des Unternehmens. Es artikuliert das Selbstbild bzw. das Selbstverständnis eines Unternehmens. Das Leitbild setzt einen Rahmen für die tägliche Arbeit, daher sollte sichergestellt werden, dass es wirklich gelebt wird. (1.2)\n
            \n
            Verfassen eines Nachhaltigkeitsberichtes, präsentieren und reflektieren der Nachhaltigkeitsstrategien und -leistungen, um die umgesetzten ESG-Maßnahmen (“Umwelt, Soziales und Unternehmensführung”) transparent an die Stakeholder zu kommunizieren. Bei der Rezertifizierung ist solch ein Report verpflichtend. (1.8)\n
            \n
            Zur Sichtbarkeit der Maßnahmen nachhaltiger Transformationen und für eine strukturierte Managementbewertung, ist das kontinuierliche Führen eines Nachhaltigkeitsprogramms, von der Entwicklung der Strategie bis zur Umsetzung in konkrete Maßnahmen, Verantwortlichkeiten und deren Terminierung erforderlich und dient als Basis für regelmäßige Meetings zum Thema Nachhaltigkeit. Das steigert die ESG-Performance und ermöglicht mittel- und langfristige Nachhaltigkeitsziele messbar zu erreichen. (1.5)\n
            \n
            Das Nachhaltigkeitsprogramm sollte nur aktuelle und zukünftige Nachhaltigkeitsmaßnahmen enthalten, mit detaillierten Angaben was genau angestrebt wird und mit zeitlicher Terminierung, bis wann die Umsetzung erfolgen soll. (1.5)\n
            \n
            Das Anfertigen eines Organigramms über die Mitarbeiterstruktur kann nochmals verdeutlichen bei welchem Mitarbeiter einzelne Verantwortlichkeiten liegen. (1.4)\n
            \n
            Wir empfehlen die jährliche Erstellung eines Nachhaltigkeitsberichtes, da dieser spätestens zur Rezertifizierung verpflichtend vorliegen muss. (1.8)\n
            \n
            Wir empfehlen die Ernennung eines Nachhaltigkeitsbeauftragten. (1.4)\n
            \n
            Wir empfehlen den Ausbau der Webseite zur Auslobung der nachhaltigen Aktivitäten des Hotels, sowie dem Herausheben von USPs/Alleinstellungsmerkmalen (z.B. TOP Gästezufriedenheit, Frühstücksservice mit nachhaltigen Produkten, Strom-/Wärmeversorgung mit erneuerbaren Energien, niedriger CO2-Fussabdruck etc). (1.7)\n
            \n
            """
        ]
        5 => [
          "leistungen" => """
            \n
            Der Betrieb unterstützt lokale Unternehmen bei der Entwicklung nachhaltiger Produkte und Dienstleistungen. (5.7)\n
            \n
            Der Betrieb pflegt einen eigenen Kräutergarten. (5.3)\n
            \n
            Das Hotel hat eigene Bienenhotels und kooperiert mit einem lokalen Imker. (5.3)\n
            \n
            Im Sinne der Biodiversität hat der Betrieb zahlreiche Maßnahmen umgesetzt, welche aktiv die Flora und Fauna fördern. (5.3)
            """
          "potential" => """
            Die Einführung eines Angebots für Gäste, sich (finanziell) an Biodiversitätsinitiativen zu beteiligen, z. B. durch Bienenpatenschaften oder Baumpflanzaktionen. (5.3)\n
            \n
            (Finanzielle) Unterstützung von geschützten Gebieten oder Naturschutzprojekten. (5.3)\n
            \n
            Einen großen Teil von Bäumen und Sträuchern des Geländes natürlich wachsen lassen.(5.3)\n
            \n
            Mähfreien Mai für die Artenvielfalt ermöglichen. (5.3)\n
            \n
            Nachhaltige und naturnahe Alternative bietet ein Permakultur-Garten, der einen geschlossenen Kreislauf bildet. (5.3)\n
            \n
            Aufstellen eines Hotels für Wildbienen oder Insekten in Verbindung mit einer örtlich passenden Bepflanzung als Nahrungsquellen. (5.3)\n
            \n
            Schutz von Kulturerbe (z.B. Bräuche, Traditionen) und Vermittlung von Kulturerbe an künftige Generationen. (z.B. historische Bauwerke, weltliche und sakrale Gegenstände, Bibliotheken und Archive, archäologische Fundstätten, historische Gärten und Industriedenkmäler). (5.5)\n
            \n
            Wir empfehlen die (finanzielle) Unterstützung von Naturparks oder Nationalparks zum Erhalt der Biodiversität außerhalb der Stadt. (5.3)\n
            \n
            """
        ]
        7 => [
          "leistungen" => """
            Gäste erhalten Informationen über emissionsarme Anreisemöglichkeiten. (7.9)\n
            \n
            Wallboxen für E-Autos im Haus. (7.9)\n
            \n
            E-Ladesäulen und ein hoteleigener Parkplatz stehen für E-Fahrzeuge zur Verfügung. (7.9)\n
            \n
            Die Geschäftsführung ist Mitglied in qualitativen, lokalen Netzwerken und stellt somit die strategische, moderne Ausrichtung der Hotelführung sicher. (7.1)\n
            \n
            Der Betrieb setzt auf Barrierefreiheit und die Zugänglichkeit für Menschen mit und ohne Mobilitätseinschränkungen, u.a. hat das Hotel barrierefreie Zimmer mit Bad. (7.11)\n
            \n
            Der Betrieb bietet seinen Gästen die Möglichkeit der Fahrradanmietung zur Unterstützung nachhaltiger Mobilität. (7.8)\n
            \n
            Das Hotel stellt eine Vielzahl an Informationen für regionale Aktivitäten bereit. (7.14)
            """
          "potential" => """
            ormationen über die regionale Herkunft der Produkte auf den Speise- und Getränkekarten. (7.2)\n
            \n
            Erweiterung des Angebots lokaler Produkte zum Kauf durch den Gast. (7.3)\n
            \n
            Die Barrierefreiheit von zertifizierten oder von relevanten Nutzergruppen/Experten bestätigen lassen. (7.11)
            """
        ]
        8 => [
          "leistungen" => """
            \n
            Der Betrieb führt eine Mitarbeiterumfrage durch. (8.11)\n
            \n
            Um ein Qualitätsmanagementsystem im Unternehmen aufzubauen, kontinuierlich weiterzuentwickeln und zu optimieren, wurde ein Qualitätsbeauftragter benannt. (8.1)\n
            \n
            Das Hotel hat ein dokumentiertes Qualitätsmanagement entwickelt. (8.1)\n
            \n
            SOPs werden eingesetzt, um die Kommunikation im Team zu verbessern und die Einschulung neuer Mitarbeiter zu vereinfachen. (8.1)
            """
          "potential" => """
            Wir empfehlen eine CO2 Bilanzierung als Grundlage zur Reduzierung und ggfs. Kompensation von CO2 Emissionen. (8.13)\n
            \n
            CO2 Bilanzierung als Grundlage zur Reduzierung und ggfs. Kompensation von CO2 Emissionen des Hotels. (8.13)\n
            \n
            Lieferantenbewertung erstellen: Kriterien für die strategische Lieferantenauswahl: Qualität der Waren, Regionalität, Standortnähe, geringe Fehler- und Ausfallquoten, Liefertermintreue, Angebotstransparenz, Flexibilität, Zuverlässigkeit und Zertifizierungen. (8.3)
            """
        ]
        10 => [
          "leistungen" => """
            Der Betrieb führt ein Risikomanagementsystem zur systematischen Erkennung, Analyse, Bewertung, Minimierung und Kontrolle von Risiken entlang der Wertschöpfungskette. (10.5)\n
            \n
            Der Betrieb verfügt über einen langfristigen Investitionsplan der auch ökologische Aspekte berücksichtigt. (10.3)
            """
          "potential" => "Risikomanagementsystem erstellen/ausbauen. Risiken für das Personal, das Unternehmen und die Kunden identifizieren. Dazu gehören z.B. technische, operative, medizinische Risiken, IT- Sicherheit, Arbeitssicherheit sowie finanzielle Risiken. (10.5)"
        ]
        9 => [
          "leistungen" => """
            Ein „Code of Conduct“ (Zusammenfassung von Verhaltensregeln im Unternehmen) wurde erarbeitet, der Orientierung für das tägliche Handeln für Mitarbeiter, Führungskräfte und andere Stakeholder bietet. (9.1)\n
            \n
            Ein vielfältiges System mit Angeboten für ein betriebliches Gesundheitsmanagement ist im Hotel etabliert. (9.8)
            """
          "potential" => """
            Zur Entwicklung der Mitarbeitenden, mindestens einmal jährlich ein dokumentiertes Mitarbeitergespräch durchführen. (9.14)\n
            \n
            Ein Code of Conduct ausarbeiten. Ein Verhaltenskodex zur Sammlung von Verhaltensweisen, die für die Mitarbeitenden eines Unternehmens gelten. Er enthält Richtlinien dafür, wie sich die Mitarbeitende rechtlich korrekt, ethisch und sozial verhalten. (9.1)
            """
        ]
      ]
      -displayPoints: true
      -hubspotDealId: null
      -centralAudit: false
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
484 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#33445
    -type: "entity"
    -name: "viewReportPdf"
    -label: Symfony\Component\Translation\TranslatableMessage {#34206 …}
    -icon: "fa fa-file-pdf"
    -cssClass: "action-viewReportPdf"
    -addedCssClass: ""
    -htmlAttributes: [
      "target" => "_blank"
      "data-action-name" => "viewReportPdf"
    ]
    -linkUrl: "/audit/733/report"
    -templatePath: "admin/actions/locale_dropdown_button.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: Closure(Audit $entity) {#27848 …}
    -translationParameters: []
    -displayCallable: Closure($entity) {#27849 …}
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#29168
    -isAccessible: true
    -primaryKeyValue: 733
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#29983 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34235 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/733/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#11377
      -id: 733
      -auditDate: DateTime @1769900400 {#11374
        date: 2026-02-01 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: DateTime @1769943600 {#11375
        date: 2026-02-01 12:00:00.0 Europe/Berlin (+01:00)
      }
      -endDate: DateTime @1784653860 {#11376
        date: 2026-07-21 19:11:00.0 Europe/Berlin (+02:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#1512 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#11379 …}
      -participants: Doctrine\ORM\PersistentCollection {#11381 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
      -areas: Doctrine\ORM\PersistentCollection {#11383 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#11385 …}
      -comments: Doctrine\ORM\PersistentCollection {#11387 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#11389 …}
      -status: 100
      -locality: "location"
      -auditScope: null
      -annotations: [
        4 => [
          "leistungen" => """
            Cradle-to-Cradle Produkte, kreislauffähige Materialien kommen zum Einsatz. (4.7)\n
            \n
            Der Papierverbrauch wird durch geeignete digitale Maßnahmen niedrig gehalten. (4.11)\n
            \n
            Fokus auf Großverpackungen und Mehrwegsysteme beim Einkauf. (4.4)\n
            \n
            Das Hotel setzt sich für Initiativen zur Lebensmittelverschwendung und Organisationen zur Abfallvermeidung ein. (4.8)\n
            \n
            Ein eigener Komposthaufen befindet sich auf dem Grundstück des Hotels. (4.7)\n
            \n
            In der Administration wird verstärkt auf papierlose Dokumentation gesetzt, dies wird durch eine Software umgesetzt. (4.11)\n
            \n
            Das Hotel setzt Trennsysteme im gesamten Hotelbereich ein. (4.3)
            """
          "potential" => """
            Wir empfehlen die Sensibilisierung zur Abfallvermeidung auf den Zimmern, z.B. ressourcenschonend durch einen Aufkleber. (4.4)\n
            \n
            Wir empfehlen die Reduktion von Papier im Hotel z.B. durch einen digitalen Lesezirkel oder das Nutzen von QR Codes. (4.11)\n
            \n
            Wir empfehlen die Vermeidung von Portionsartikeln in allen Bereichen. (4.4)\n
            \n
            Cradle-to-Cradle zertifizierte Produkte können auf der folgenden Seite gefunden wurden: https://c2ccertified.org/ (4.7)\n
            \n
            Zur Vermeidung von Verpackungsmüll kann ein Zero-Waste-Frühstück angeboten werden. (4.6)\n
            \n
            Die Unterstützung von Initiativen, bspw. United Against Waste, welche viele Materialien zur Sensibilisierung der Mitarbeitenden zur Verfügung stellen. (4.8)\n
            \n
            """
        ]
        3 => [
          "leistungen" => """
            \n
            Sensibilisierung von Mitarbeitern und Gästen zum Thema Wasserressourcen geschieht in regelmäßigen Meetings, sowie mittels Hinweise zum Handtuchwechsel und Bleiber-Reinigung/ Wunsch-Reinigungszyklus vom Gast. (3.7)\n
            \n
            Regelmäßige Wartung der Wasserinstallationen sichert eine hohe Wasser- und Trinkqualität. (3.5)\n
            \n
            Der Betrieb setzt nachhaltig zertifizierte Reinigungsmittel ein. (3.7)
            """
          "potential" => """
            Eine monatliche Erfassung der Wasserverbräuche ist hilfreich, um beispielsweise Leckagen rechtzeitig zu identifizieren. (3.1)\n
            \n
            Wir empfehlen eine genaue Überprüfung der Wasserverbräuche als Basis zur Festlegung geeigneter Maßnahmen zur effizienten Reduzierung des Wasserverbrauchs. (3.1)\n
            \n
            Das Auffangen von Regenwasser bietet sich auf dem Hotelgelände an und kann anschließend für die Bewässerung der umfangreichen Garten- und Grünanlagen verwendet werden. (3.7)
            """
        ]
        2 => [
          "leistungen" => """
            Automatische Abschaltsensoren für Heizung, Lüftung, Klima/Kälte bei geöffneten oder Balkontüre sind vorhanden. (2.11)\n
            \n
            Die Versorgung wird zu einem großen Teil aus der Photovoltaik-Anlage des Hauses generiert. (2.9)\n
            \n
            Durch ein Blockheizkraftwerk werden Strom- und Heizleistung gewonnen. (2.10)\n
            \n
            Der Betrieb produziert Strom aus regenerativen/erneuerbaren Quellen durch ein BHKW. (2.9)\n
            \n
            Der Betrieb nutzt Heizenergie aus ressourcenschonenden Quellen zur Verbesserung der Klimabilanz durch Bio-Gas. (2.10)\n
            \n
            Der Betrieb nutzt digitale Lösungen zur Überwachung von Ressourcenverbräuchen in verschiedenen Hotelbereichen. (2.4)\n
            \n
            Der Betrieb bezieht 100% Öko-Strom aus regenerativen/erneuerbaren Quellen zur Verbesserung der Klimabilanz. (2.7)\n
            \n
            Der Betrieb hat einen Energiebeauftragten im Hotel benannt. (2.14)
            """
          "potential" => """
            Wir empfehlen die Erhöhung der Anteile von erneuerbaren Energien. (2.8)\n
            \n
            Intelligente Raumsteuerung/Guest Room Management und Raumautomation (z.B. better.energy) senkt die Betriebskosten, reguliert völlig automatisch und personalunabhängig. (2.12)\n
            \n
            Umstellung auf Ökostromtarif, zu 100% aus regenerativen Energiequellen gewonnen, verringert den CO2-Fußabdruck und leistet einen entscheidenden Beitrag zu mehr Klimaschutz. (2.7)\n
            \n
            Erstellung und Umsetzung eines Energieaudits nach DIN EN 16247 oder Einführung eines Energie-Managementsystems entsprechend DIN EN ISO 50001. (2.14)\n
            \n
            Energie-Check mit Fachberater/Experte (Ermittlung Energiebedarf und -verbrauch, Beschreibung und Analyse von Schwachstellen, Vorschläge zu Sparmaßnahmen). (2.14)
            """
        ]
        1 => [
          "leistungen" => """
            Das Unternehmensleitbild des Betriebs beschreibt das Selbstverständnis zu Vision, Unternehmenszweck und Werten und charakterisiert so das zentrale Element der Unternehmensidentität, sowie die Basis für einen nachhaltigen Erfolg. Es inspiriert nach außen und motiviert nach innen (1.2)\n
            \n
            Ein transparentes, authentisches und gut strukturiertes Unternehmensleitbild zur Kommunikation der Unternehmenskultur und der Maßnahmen zum Thema ESG liegt vor. (1.1)\n
            \n
            Das vom Team entwickelte Nachhaltigkeitsprogramm ist SMART definiert und beinhaltet zahlreiche Maßnahmen, welche bei der Weiterentwicklung der Nachhaltigkeitsstrategie unterstützen. (1.5)\n
            \n
            Der Betrieb erstellt einen jährlichen Nachhaltigkeitsbericht. (1.8)\n
            \n
            Der Betrieb hat einen Nachhaltigkeitsbeauftragten ernannt. (1.4)\n
            \n
            Die Hotelgruppe hat einen Reiter für Nachhaltigkeit auf ihrer Website eingerichtet zur Sensibilisierung aller Stakeholder. (1.7)\n
            \n
            Im Organigramm ist die Verantwortlichkeit für das Thema Nachhaltigkeit sichtbar enthalten. (1.4)
            """
          "potential" => """
            Das Leitbild entspricht noch nicht allen Kriterien eines umfassenden Unternehmensleitbildes und könnte entsprechend überarbeitet werden. Ein gut strukturiertes Unternehmensleitbild ist auf drei Säulen aufgebaut: Vision, Mission sowie Werte und Grundsätze des Unternehmens. Es artikuliert das Selbstbild bzw. das Selbstverständnis eines Unternehmens. Das Leitbild setzt einen Rahmen für die tägliche Arbeit, daher sollte sichergestellt werden, dass es wirklich gelebt wird. (1.2)\n
            \n
            Verfassen eines Nachhaltigkeitsberichtes, präsentieren und reflektieren der Nachhaltigkeitsstrategien und -leistungen, um die umgesetzten ESG-Maßnahmen (“Umwelt, Soziales und Unternehmensführung”) transparent an die Stakeholder zu kommunizieren. Bei der Rezertifizierung ist solch ein Report verpflichtend. (1.8)\n
            \n
            Zur Sichtbarkeit der Maßnahmen nachhaltiger Transformationen und für eine strukturierte Managementbewertung, ist das kontinuierliche Führen eines Nachhaltigkeitsprogramms, von der Entwicklung der Strategie bis zur Umsetzung in konkrete Maßnahmen, Verantwortlichkeiten und deren Terminierung erforderlich und dient als Basis für regelmäßige Meetings zum Thema Nachhaltigkeit. Das steigert die ESG-Performance und ermöglicht mittel- und langfristige Nachhaltigkeitsziele messbar zu erreichen. (1.5)\n
            \n
            Das Nachhaltigkeitsprogramm sollte nur aktuelle und zukünftige Nachhaltigkeitsmaßnahmen enthalten, mit detaillierten Angaben was genau angestrebt wird und mit zeitlicher Terminierung, bis wann die Umsetzung erfolgen soll. (1.5)\n
            \n
            Das Anfertigen eines Organigramms über die Mitarbeiterstruktur kann nochmals verdeutlichen bei welchem Mitarbeiter einzelne Verantwortlichkeiten liegen. (1.4)\n
            \n
            Wir empfehlen die jährliche Erstellung eines Nachhaltigkeitsberichtes, da dieser spätestens zur Rezertifizierung verpflichtend vorliegen muss. (1.8)\n
            \n
            Wir empfehlen die Ernennung eines Nachhaltigkeitsbeauftragten. (1.4)\n
            \n
            Wir empfehlen den Ausbau der Webseite zur Auslobung der nachhaltigen Aktivitäten des Hotels, sowie dem Herausheben von USPs/Alleinstellungsmerkmalen (z.B. TOP Gästezufriedenheit, Frühstücksservice mit nachhaltigen Produkten, Strom-/Wärmeversorgung mit erneuerbaren Energien, niedriger CO2-Fussabdruck etc). (1.7)\n
            \n
            """
        ]
        5 => [
          "leistungen" => """
            \n
            Der Betrieb unterstützt lokale Unternehmen bei der Entwicklung nachhaltiger Produkte und Dienstleistungen. (5.7)\n
            \n
            Der Betrieb pflegt einen eigenen Kräutergarten. (5.3)\n
            \n
            Das Hotel hat eigene Bienenhotels und kooperiert mit einem lokalen Imker. (5.3)\n
            \n
            Im Sinne der Biodiversität hat der Betrieb zahlreiche Maßnahmen umgesetzt, welche aktiv die Flora und Fauna fördern. (5.3)
            """
          "potential" => """
            Die Einführung eines Angebots für Gäste, sich (finanziell) an Biodiversitätsinitiativen zu beteiligen, z. B. durch Bienenpatenschaften oder Baumpflanzaktionen. (5.3)\n
            \n
            (Finanzielle) Unterstützung von geschützten Gebieten oder Naturschutzprojekten. (5.3)\n
            \n
            Einen großen Teil von Bäumen und Sträuchern des Geländes natürlich wachsen lassen.(5.3)\n
            \n
            Mähfreien Mai für die Artenvielfalt ermöglichen. (5.3)\n
            \n
            Nachhaltige und naturnahe Alternative bietet ein Permakultur-Garten, der einen geschlossenen Kreislauf bildet. (5.3)\n
            \n
            Aufstellen eines Hotels für Wildbienen oder Insekten in Verbindung mit einer örtlich passenden Bepflanzung als Nahrungsquellen. (5.3)\n
            \n
            Schutz von Kulturerbe (z.B. Bräuche, Traditionen) und Vermittlung von Kulturerbe an künftige Generationen. (z.B. historische Bauwerke, weltliche und sakrale Gegenstände, Bibliotheken und Archive, archäologische Fundstätten, historische Gärten und Industriedenkmäler). (5.5)\n
            \n
            Wir empfehlen die (finanzielle) Unterstützung von Naturparks oder Nationalparks zum Erhalt der Biodiversität außerhalb der Stadt. (5.3)\n
            \n
            """
        ]
        7 => [
          "leistungen" => """
            Gäste erhalten Informationen über emissionsarme Anreisemöglichkeiten. (7.9)\n
            \n
            Wallboxen für E-Autos im Haus. (7.9)\n
            \n
            E-Ladesäulen und ein hoteleigener Parkplatz stehen für E-Fahrzeuge zur Verfügung. (7.9)\n
            \n
            Die Geschäftsführung ist Mitglied in qualitativen, lokalen Netzwerken und stellt somit die strategische, moderne Ausrichtung der Hotelführung sicher. (7.1)\n
            \n
            Der Betrieb setzt auf Barrierefreiheit und die Zugänglichkeit für Menschen mit und ohne Mobilitätseinschränkungen, u.a. hat das Hotel barrierefreie Zimmer mit Bad. (7.11)\n
            \n
            Der Betrieb bietet seinen Gästen die Möglichkeit der Fahrradanmietung zur Unterstützung nachhaltiger Mobilität. (7.8)\n
            \n
            Das Hotel stellt eine Vielzahl an Informationen für regionale Aktivitäten bereit. (7.14)
            """
          "potential" => """
            ormationen über die regionale Herkunft der Produkte auf den Speise- und Getränkekarten. (7.2)\n
            \n
            Erweiterung des Angebots lokaler Produkte zum Kauf durch den Gast. (7.3)\n
            \n
            Die Barrierefreiheit von zertifizierten oder von relevanten Nutzergruppen/Experten bestätigen lassen. (7.11)
            """
        ]
        8 => [
          "leistungen" => """
            \n
            Der Betrieb führt eine Mitarbeiterumfrage durch. (8.11)\n
            \n
            Um ein Qualitätsmanagementsystem im Unternehmen aufzubauen, kontinuierlich weiterzuentwickeln und zu optimieren, wurde ein Qualitätsbeauftragter benannt. (8.1)\n
            \n
            Das Hotel hat ein dokumentiertes Qualitätsmanagement entwickelt. (8.1)\n
            \n
            SOPs werden eingesetzt, um die Kommunikation im Team zu verbessern und die Einschulung neuer Mitarbeiter zu vereinfachen. (8.1)
            """
          "potential" => """
            Wir empfehlen eine CO2 Bilanzierung als Grundlage zur Reduzierung und ggfs. Kompensation von CO2 Emissionen. (8.13)\n
            \n
            CO2 Bilanzierung als Grundlage zur Reduzierung und ggfs. Kompensation von CO2 Emissionen des Hotels. (8.13)\n
            \n
            Lieferantenbewertung erstellen: Kriterien für die strategische Lieferantenauswahl: Qualität der Waren, Regionalität, Standortnähe, geringe Fehler- und Ausfallquoten, Liefertermintreue, Angebotstransparenz, Flexibilität, Zuverlässigkeit und Zertifizierungen. (8.3)
            """
        ]
        10 => [
          "leistungen" => """
            Der Betrieb führt ein Risikomanagementsystem zur systematischen Erkennung, Analyse, Bewertung, Minimierung und Kontrolle von Risiken entlang der Wertschöpfungskette. (10.5)\n
            \n
            Der Betrieb verfügt über einen langfristigen Investitionsplan der auch ökologische Aspekte berücksichtigt. (10.3)
            """
          "potential" => "Risikomanagementsystem erstellen/ausbauen. Risiken für das Personal, das Unternehmen und die Kunden identifizieren. Dazu gehören z.B. technische, operative, medizinische Risiken, IT- Sicherheit, Arbeitssicherheit sowie finanzielle Risiken. (10.5)"
        ]
        9 => [
          "leistungen" => """
            Ein „Code of Conduct“ (Zusammenfassung von Verhaltensregeln im Unternehmen) wurde erarbeitet, der Orientierung für das tägliche Handeln für Mitarbeiter, Führungskräfte und andere Stakeholder bietet. (9.1)\n
            \n
            Ein vielfältiges System mit Angeboten für ein betriebliches Gesundheitsmanagement ist im Hotel etabliert. (9.8)
            """
          "potential" => """
            Zur Entwicklung der Mitarbeitenden, mindestens einmal jährlich ein dokumentiertes Mitarbeitergespräch durchführen. (9.14)\n
            \n
            Ein Code of Conduct ausarbeiten. Ein Verhaltenskodex zur Sammlung von Verhaltensweisen, die für die Mitarbeitenden eines Unternehmens gelten. Er enthält Richtlinien dafür, wie sich die Mitarbeitende rechtlich korrekt, ethisch und sozial verhalten. (9.1)
            """
        ]
      ]
      -displayPoints: true
      -hubspotDealId: null
      -centralAudit: false
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
485 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34028
    -type: "entity"
    -name: "edit"
    -label: Symfony\Component\Translation\TranslatableMessage {#34209 …}
    -icon: "internal:edit"
    -cssClass: "action-edit"
    -addedCssClass: ""
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "https://dev.cat.greensign.de/admin/de/audit/733/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#29168
    -isAccessible: true
    -primaryKeyValue: 733
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#29983 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34235 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/733/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#11377
      -id: 733
      -auditDate: DateTime @1769900400 {#11374
        date: 2026-02-01 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: DateTime @1769943600 {#11375
        date: 2026-02-01 12:00:00.0 Europe/Berlin (+01:00)
      }
      -endDate: DateTime @1784653860 {#11376
        date: 2026-07-21 19:11:00.0 Europe/Berlin (+02:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#1512 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#11379 …}
      -participants: Doctrine\ORM\PersistentCollection {#11381 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
      -areas: Doctrine\ORM\PersistentCollection {#11383 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#11385 …}
      -comments: Doctrine\ORM\PersistentCollection {#11387 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#11389 …}
      -status: 100
      -locality: "location"
      -auditScope: null
      -annotations: [
        4 => [
          "leistungen" => """
            Cradle-to-Cradle Produkte, kreislauffähige Materialien kommen zum Einsatz. (4.7)\n
            \n
            Der Papierverbrauch wird durch geeignete digitale Maßnahmen niedrig gehalten. (4.11)\n
            \n
            Fokus auf Großverpackungen und Mehrwegsysteme beim Einkauf. (4.4)\n
            \n
            Das Hotel setzt sich für Initiativen zur Lebensmittelverschwendung und Organisationen zur Abfallvermeidung ein. (4.8)\n
            \n
            Ein eigener Komposthaufen befindet sich auf dem Grundstück des Hotels. (4.7)\n
            \n
            In der Administration wird verstärkt auf papierlose Dokumentation gesetzt, dies wird durch eine Software umgesetzt. (4.11)\n
            \n
            Das Hotel setzt Trennsysteme im gesamten Hotelbereich ein. (4.3)
            """
          "potential" => """
            Wir empfehlen die Sensibilisierung zur Abfallvermeidung auf den Zimmern, z.B. ressourcenschonend durch einen Aufkleber. (4.4)\n
            \n
            Wir empfehlen die Reduktion von Papier im Hotel z.B. durch einen digitalen Lesezirkel oder das Nutzen von QR Codes. (4.11)\n
            \n
            Wir empfehlen die Vermeidung von Portionsartikeln in allen Bereichen. (4.4)\n
            \n
            Cradle-to-Cradle zertifizierte Produkte können auf der folgenden Seite gefunden wurden: https://c2ccertified.org/ (4.7)\n
            \n
            Zur Vermeidung von Verpackungsmüll kann ein Zero-Waste-Frühstück angeboten werden. (4.6)\n
            \n
            Die Unterstützung von Initiativen, bspw. United Against Waste, welche viele Materialien zur Sensibilisierung der Mitarbeitenden zur Verfügung stellen. (4.8)\n
            \n
            """
        ]
        3 => [
          "leistungen" => """
            \n
            Sensibilisierung von Mitarbeitern und Gästen zum Thema Wasserressourcen geschieht in regelmäßigen Meetings, sowie mittels Hinweise zum Handtuchwechsel und Bleiber-Reinigung/ Wunsch-Reinigungszyklus vom Gast. (3.7)\n
            \n
            Regelmäßige Wartung der Wasserinstallationen sichert eine hohe Wasser- und Trinkqualität. (3.5)\n
            \n
            Der Betrieb setzt nachhaltig zertifizierte Reinigungsmittel ein. (3.7)
            """
          "potential" => """
            Eine monatliche Erfassung der Wasserverbräuche ist hilfreich, um beispielsweise Leckagen rechtzeitig zu identifizieren. (3.1)\n
            \n
            Wir empfehlen eine genaue Überprüfung der Wasserverbräuche als Basis zur Festlegung geeigneter Maßnahmen zur effizienten Reduzierung des Wasserverbrauchs. (3.1)\n
            \n
            Das Auffangen von Regenwasser bietet sich auf dem Hotelgelände an und kann anschließend für die Bewässerung der umfangreichen Garten- und Grünanlagen verwendet werden. (3.7)
            """
        ]
        2 => [
          "leistungen" => """
            Automatische Abschaltsensoren für Heizung, Lüftung, Klima/Kälte bei geöffneten oder Balkontüre sind vorhanden. (2.11)\n
            \n
            Die Versorgung wird zu einem großen Teil aus der Photovoltaik-Anlage des Hauses generiert. (2.9)\n
            \n
            Durch ein Blockheizkraftwerk werden Strom- und Heizleistung gewonnen. (2.10)\n
            \n
            Der Betrieb produziert Strom aus regenerativen/erneuerbaren Quellen durch ein BHKW. (2.9)\n
            \n
            Der Betrieb nutzt Heizenergie aus ressourcenschonenden Quellen zur Verbesserung der Klimabilanz durch Bio-Gas. (2.10)\n
            \n
            Der Betrieb nutzt digitale Lösungen zur Überwachung von Ressourcenverbräuchen in verschiedenen Hotelbereichen. (2.4)\n
            \n
            Der Betrieb bezieht 100% Öko-Strom aus regenerativen/erneuerbaren Quellen zur Verbesserung der Klimabilanz. (2.7)\n
            \n
            Der Betrieb hat einen Energiebeauftragten im Hotel benannt. (2.14)
            """
          "potential" => """
            Wir empfehlen die Erhöhung der Anteile von erneuerbaren Energien. (2.8)\n
            \n
            Intelligente Raumsteuerung/Guest Room Management und Raumautomation (z.B. better.energy) senkt die Betriebskosten, reguliert völlig automatisch und personalunabhängig. (2.12)\n
            \n
            Umstellung auf Ökostromtarif, zu 100% aus regenerativen Energiequellen gewonnen, verringert den CO2-Fußabdruck und leistet einen entscheidenden Beitrag zu mehr Klimaschutz. (2.7)\n
            \n
            Erstellung und Umsetzung eines Energieaudits nach DIN EN 16247 oder Einführung eines Energie-Managementsystems entsprechend DIN EN ISO 50001. (2.14)\n
            \n
            Energie-Check mit Fachberater/Experte (Ermittlung Energiebedarf und -verbrauch, Beschreibung und Analyse von Schwachstellen, Vorschläge zu Sparmaßnahmen). (2.14)
            """
        ]
        1 => [
          "leistungen" => """
            Das Unternehmensleitbild des Betriebs beschreibt das Selbstverständnis zu Vision, Unternehmenszweck und Werten und charakterisiert so das zentrale Element der Unternehmensidentität, sowie die Basis für einen nachhaltigen Erfolg. Es inspiriert nach außen und motiviert nach innen (1.2)\n
            \n
            Ein transparentes, authentisches und gut strukturiertes Unternehmensleitbild zur Kommunikation der Unternehmenskultur und der Maßnahmen zum Thema ESG liegt vor. (1.1)\n
            \n
            Das vom Team entwickelte Nachhaltigkeitsprogramm ist SMART definiert und beinhaltet zahlreiche Maßnahmen, welche bei der Weiterentwicklung der Nachhaltigkeitsstrategie unterstützen. (1.5)\n
            \n
            Der Betrieb erstellt einen jährlichen Nachhaltigkeitsbericht. (1.8)\n
            \n
            Der Betrieb hat einen Nachhaltigkeitsbeauftragten ernannt. (1.4)\n
            \n
            Die Hotelgruppe hat einen Reiter für Nachhaltigkeit auf ihrer Website eingerichtet zur Sensibilisierung aller Stakeholder. (1.7)\n
            \n
            Im Organigramm ist die Verantwortlichkeit für das Thema Nachhaltigkeit sichtbar enthalten. (1.4)
            """
          "potential" => """
            Das Leitbild entspricht noch nicht allen Kriterien eines umfassenden Unternehmensleitbildes und könnte entsprechend überarbeitet werden. Ein gut strukturiertes Unternehmensleitbild ist auf drei Säulen aufgebaut: Vision, Mission sowie Werte und Grundsätze des Unternehmens. Es artikuliert das Selbstbild bzw. das Selbstverständnis eines Unternehmens. Das Leitbild setzt einen Rahmen für die tägliche Arbeit, daher sollte sichergestellt werden, dass es wirklich gelebt wird. (1.2)\n
            \n
            Verfassen eines Nachhaltigkeitsberichtes, präsentieren und reflektieren der Nachhaltigkeitsstrategien und -leistungen, um die umgesetzten ESG-Maßnahmen (“Umwelt, Soziales und Unternehmensführung”) transparent an die Stakeholder zu kommunizieren. Bei der Rezertifizierung ist solch ein Report verpflichtend. (1.8)\n
            \n
            Zur Sichtbarkeit der Maßnahmen nachhaltiger Transformationen und für eine strukturierte Managementbewertung, ist das kontinuierliche Führen eines Nachhaltigkeitsprogramms, von der Entwicklung der Strategie bis zur Umsetzung in konkrete Maßnahmen, Verantwortlichkeiten und deren Terminierung erforderlich und dient als Basis für regelmäßige Meetings zum Thema Nachhaltigkeit. Das steigert die ESG-Performance und ermöglicht mittel- und langfristige Nachhaltigkeitsziele messbar zu erreichen. (1.5)\n
            \n
            Das Nachhaltigkeitsprogramm sollte nur aktuelle und zukünftige Nachhaltigkeitsmaßnahmen enthalten, mit detaillierten Angaben was genau angestrebt wird und mit zeitlicher Terminierung, bis wann die Umsetzung erfolgen soll. (1.5)\n
            \n
            Das Anfertigen eines Organigramms über die Mitarbeiterstruktur kann nochmals verdeutlichen bei welchem Mitarbeiter einzelne Verantwortlichkeiten liegen. (1.4)\n
            \n
            Wir empfehlen die jährliche Erstellung eines Nachhaltigkeitsberichtes, da dieser spätestens zur Rezertifizierung verpflichtend vorliegen muss. (1.8)\n
            \n
            Wir empfehlen die Ernennung eines Nachhaltigkeitsbeauftragten. (1.4)\n
            \n
            Wir empfehlen den Ausbau der Webseite zur Auslobung der nachhaltigen Aktivitäten des Hotels, sowie dem Herausheben von USPs/Alleinstellungsmerkmalen (z.B. TOP Gästezufriedenheit, Frühstücksservice mit nachhaltigen Produkten, Strom-/Wärmeversorgung mit erneuerbaren Energien, niedriger CO2-Fussabdruck etc). (1.7)\n
            \n
            """
        ]
        5 => [
          "leistungen" => """
            \n
            Der Betrieb unterstützt lokale Unternehmen bei der Entwicklung nachhaltiger Produkte und Dienstleistungen. (5.7)\n
            \n
            Der Betrieb pflegt einen eigenen Kräutergarten. (5.3)\n
            \n
            Das Hotel hat eigene Bienenhotels und kooperiert mit einem lokalen Imker. (5.3)\n
            \n
            Im Sinne der Biodiversität hat der Betrieb zahlreiche Maßnahmen umgesetzt, welche aktiv die Flora und Fauna fördern. (5.3)
            """
          "potential" => """
            Die Einführung eines Angebots für Gäste, sich (finanziell) an Biodiversitätsinitiativen zu beteiligen, z. B. durch Bienenpatenschaften oder Baumpflanzaktionen. (5.3)\n
            \n
            (Finanzielle) Unterstützung von geschützten Gebieten oder Naturschutzprojekten. (5.3)\n
            \n
            Einen großen Teil von Bäumen und Sträuchern des Geländes natürlich wachsen lassen.(5.3)\n
            \n
            Mähfreien Mai für die Artenvielfalt ermöglichen. (5.3)\n
            \n
            Nachhaltige und naturnahe Alternative bietet ein Permakultur-Garten, der einen geschlossenen Kreislauf bildet. (5.3)\n
            \n
            Aufstellen eines Hotels für Wildbienen oder Insekten in Verbindung mit einer örtlich passenden Bepflanzung als Nahrungsquellen. (5.3)\n
            \n
            Schutz von Kulturerbe (z.B. Bräuche, Traditionen) und Vermittlung von Kulturerbe an künftige Generationen. (z.B. historische Bauwerke, weltliche und sakrale Gegenstände, Bibliotheken und Archive, archäologische Fundstätten, historische Gärten und Industriedenkmäler). (5.5)\n
            \n
            Wir empfehlen die (finanzielle) Unterstützung von Naturparks oder Nationalparks zum Erhalt der Biodiversität außerhalb der Stadt. (5.3)\n
            \n
            """
        ]
        7 => [
          "leistungen" => """
            Gäste erhalten Informationen über emissionsarme Anreisemöglichkeiten. (7.9)\n
            \n
            Wallboxen für E-Autos im Haus. (7.9)\n
            \n
            E-Ladesäulen und ein hoteleigener Parkplatz stehen für E-Fahrzeuge zur Verfügung. (7.9)\n
            \n
            Die Geschäftsführung ist Mitglied in qualitativen, lokalen Netzwerken und stellt somit die strategische, moderne Ausrichtung der Hotelführung sicher. (7.1)\n
            \n
            Der Betrieb setzt auf Barrierefreiheit und die Zugänglichkeit für Menschen mit und ohne Mobilitätseinschränkungen, u.a. hat das Hotel barrierefreie Zimmer mit Bad. (7.11)\n
            \n
            Der Betrieb bietet seinen Gästen die Möglichkeit der Fahrradanmietung zur Unterstützung nachhaltiger Mobilität. (7.8)\n
            \n
            Das Hotel stellt eine Vielzahl an Informationen für regionale Aktivitäten bereit. (7.14)
            """
          "potential" => """
            ormationen über die regionale Herkunft der Produkte auf den Speise- und Getränkekarten. (7.2)\n
            \n
            Erweiterung des Angebots lokaler Produkte zum Kauf durch den Gast. (7.3)\n
            \n
            Die Barrierefreiheit von zertifizierten oder von relevanten Nutzergruppen/Experten bestätigen lassen. (7.11)
            """
        ]
        8 => [
          "leistungen" => """
            \n
            Der Betrieb führt eine Mitarbeiterumfrage durch. (8.11)\n
            \n
            Um ein Qualitätsmanagementsystem im Unternehmen aufzubauen, kontinuierlich weiterzuentwickeln und zu optimieren, wurde ein Qualitätsbeauftragter benannt. (8.1)\n
            \n
            Das Hotel hat ein dokumentiertes Qualitätsmanagement entwickelt. (8.1)\n
            \n
            SOPs werden eingesetzt, um die Kommunikation im Team zu verbessern und die Einschulung neuer Mitarbeiter zu vereinfachen. (8.1)
            """
          "potential" => """
            Wir empfehlen eine CO2 Bilanzierung als Grundlage zur Reduzierung und ggfs. Kompensation von CO2 Emissionen. (8.13)\n
            \n
            CO2 Bilanzierung als Grundlage zur Reduzierung und ggfs. Kompensation von CO2 Emissionen des Hotels. (8.13)\n
            \n
            Lieferantenbewertung erstellen: Kriterien für die strategische Lieferantenauswahl: Qualität der Waren, Regionalität, Standortnähe, geringe Fehler- und Ausfallquoten, Liefertermintreue, Angebotstransparenz, Flexibilität, Zuverlässigkeit und Zertifizierungen. (8.3)
            """
        ]
        10 => [
          "leistungen" => """
            Der Betrieb führt ein Risikomanagementsystem zur systematischen Erkennung, Analyse, Bewertung, Minimierung und Kontrolle von Risiken entlang der Wertschöpfungskette. (10.5)\n
            \n
            Der Betrieb verfügt über einen langfristigen Investitionsplan der auch ökologische Aspekte berücksichtigt. (10.3)
            """
          "potential" => "Risikomanagementsystem erstellen/ausbauen. Risiken für das Personal, das Unternehmen und die Kunden identifizieren. Dazu gehören z.B. technische, operative, medizinische Risiken, IT- Sicherheit, Arbeitssicherheit sowie finanzielle Risiken. (10.5)"
        ]
        9 => [
          "leistungen" => """
            Ein „Code of Conduct“ (Zusammenfassung von Verhaltensregeln im Unternehmen) wurde erarbeitet, der Orientierung für das tägliche Handeln für Mitarbeiter, Führungskräfte und andere Stakeholder bietet. (9.1)\n
            \n
            Ein vielfältiges System mit Angeboten für ein betriebliches Gesundheitsmanagement ist im Hotel etabliert. (9.8)
            """
          "potential" => """
            Zur Entwicklung der Mitarbeitenden, mindestens einmal jährlich ein dokumentiertes Mitarbeitergespräch durchführen. (9.14)\n
            \n
            Ein Code of Conduct ausarbeiten. Ein Verhaltenskodex zur Sammlung von Verhaltensweisen, die für die Mitarbeitenden eines Unternehmens gelten. Er enthält Richtlinien dafür, wie sich die Mitarbeitende rechtlich korrekt, ethisch und sozial verhalten. (9.1)
            """
        ]
      ]
      -displayPoints: true
      -hubspotDealId: null
      -centralAudit: false
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
486 GRANTED ROLE_ADMIN
App\Entity\Business\Audit {#11377
  -id: 733
  -auditDate: DateTime @1769900400 {#11374
    date: 2026-02-01 00:00:00.0 Europe/Berlin (+01:00)
  }
  -startDate: DateTime @1769943600 {#11375
    date: 2026-02-01 12:00:00.0 Europe/Berlin (+01:00)
  }
  -endDate: DateTime @1784653860 {#11376
    date: 2026-07-21 19:11:00.0 Europe/Berlin (+02:00)
  }
  -auditor: Proxies\__CG__\App\Entity\User {#1512 …}
  -secondaryAuditor: null
  -certification: Proxies\__CG__\App\Entity\Business\Certification {#11379 …}
  -participants: Doctrine\ORM\PersistentCollection {#11381 …}
  -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
  -areas: Doctrine\ORM\PersistentCollection {#11383 …}
  -testProcedures: Doctrine\ORM\PersistentCollection {#11385 …}
  -comments: Doctrine\ORM\PersistentCollection {#11387 …}
  -auditAnswers: Doctrine\ORM\PersistentCollection {#11389 …}
  -status: 100
  -locality: "location"
  -auditScope: null
  -annotations: [
    4 => [
      "leistungen" => """
        Cradle-to-Cradle Produkte, kreislauffähige Materialien kommen zum Einsatz. (4.7)\n
        \n
        Der Papierverbrauch wird durch geeignete digitale Maßnahmen niedrig gehalten. (4.11)\n
        \n
        Fokus auf Großverpackungen und Mehrwegsysteme beim Einkauf. (4.4)\n
        \n
        Das Hotel setzt sich für Initiativen zur Lebensmittelverschwendung und Organisationen zur Abfallvermeidung ein. (4.8)\n
        \n
        Ein eigener Komposthaufen befindet sich auf dem Grundstück des Hotels. (4.7)\n
        \n
        In der Administration wird verstärkt auf papierlose Dokumentation gesetzt, dies wird durch eine Software umgesetzt. (4.11)\n
        \n
        Das Hotel setzt Trennsysteme im gesamten Hotelbereich ein. (4.3)
        """
      "potential" => """
        Wir empfehlen die Sensibilisierung zur Abfallvermeidung auf den Zimmern, z.B. ressourcenschonend durch einen Aufkleber. (4.4)\n
        \n
        Wir empfehlen die Reduktion von Papier im Hotel z.B. durch einen digitalen Lesezirkel oder das Nutzen von QR Codes. (4.11)\n
        \n
        Wir empfehlen die Vermeidung von Portionsartikeln in allen Bereichen. (4.4)\n
        \n
        Cradle-to-Cradle zertifizierte Produkte können auf der folgenden Seite gefunden wurden: https://c2ccertified.org/ (4.7)\n
        \n
        Zur Vermeidung von Verpackungsmüll kann ein Zero-Waste-Frühstück angeboten werden. (4.6)\n
        \n
        Die Unterstützung von Initiativen, bspw. United Against Waste, welche viele Materialien zur Sensibilisierung der Mitarbeitenden zur Verfügung stellen. (4.8)\n
        \n
        """
    ]
    3 => [
      "leistungen" => """
        \n
        Sensibilisierung von Mitarbeitern und Gästen zum Thema Wasserressourcen geschieht in regelmäßigen Meetings, sowie mittels Hinweise zum Handtuchwechsel und Bleiber-Reinigung/ Wunsch-Reinigungszyklus vom Gast. (3.7)\n
        \n
        Regelmäßige Wartung der Wasserinstallationen sichert eine hohe Wasser- und Trinkqualität. (3.5)\n
        \n
        Der Betrieb setzt nachhaltig zertifizierte Reinigungsmittel ein. (3.7)
        """
      "potential" => """
        Eine monatliche Erfassung der Wasserverbräuche ist hilfreich, um beispielsweise Leckagen rechtzeitig zu identifizieren. (3.1)\n
        \n
        Wir empfehlen eine genaue Überprüfung der Wasserverbräuche als Basis zur Festlegung geeigneter Maßnahmen zur effizienten Reduzierung des Wasserverbrauchs. (3.1)\n
        \n
        Das Auffangen von Regenwasser bietet sich auf dem Hotelgelände an und kann anschließend für die Bewässerung der umfangreichen Garten- und Grünanlagen verwendet werden. (3.7)
        """
    ]
    2 => [
      "leistungen" => """
        Automatische Abschaltsensoren für Heizung, Lüftung, Klima/Kälte bei geöffneten oder Balkontüre sind vorhanden. (2.11)\n
        \n
        Die Versorgung wird zu einem großen Teil aus der Photovoltaik-Anlage des Hauses generiert. (2.9)\n
        \n
        Durch ein Blockheizkraftwerk werden Strom- und Heizleistung gewonnen. (2.10)\n
        \n
        Der Betrieb produziert Strom aus regenerativen/erneuerbaren Quellen durch ein BHKW. (2.9)\n
        \n
        Der Betrieb nutzt Heizenergie aus ressourcenschonenden Quellen zur Verbesserung der Klimabilanz durch Bio-Gas. (2.10)\n
        \n
        Der Betrieb nutzt digitale Lösungen zur Überwachung von Ressourcenverbräuchen in verschiedenen Hotelbereichen. (2.4)\n
        \n
        Der Betrieb bezieht 100% Öko-Strom aus regenerativen/erneuerbaren Quellen zur Verbesserung der Klimabilanz. (2.7)\n
        \n
        Der Betrieb hat einen Energiebeauftragten im Hotel benannt. (2.14)
        """
      "potential" => """
        Wir empfehlen die Erhöhung der Anteile von erneuerbaren Energien. (2.8)\n
        \n
        Intelligente Raumsteuerung/Guest Room Management und Raumautomation (z.B. better.energy) senkt die Betriebskosten, reguliert völlig automatisch und personalunabhängig. (2.12)\n
        \n
        Umstellung auf Ökostromtarif, zu 100% aus regenerativen Energiequellen gewonnen, verringert den CO2-Fußabdruck und leistet einen entscheidenden Beitrag zu mehr Klimaschutz. (2.7)\n
        \n
        Erstellung und Umsetzung eines Energieaudits nach DIN EN 16247 oder Einführung eines Energie-Managementsystems entsprechend DIN EN ISO 50001. (2.14)\n
        \n
        Energie-Check mit Fachberater/Experte (Ermittlung Energiebedarf und -verbrauch, Beschreibung und Analyse von Schwachstellen, Vorschläge zu Sparmaßnahmen). (2.14)
        """
    ]
    1 => [
      "leistungen" => """
        Das Unternehmensleitbild des Betriebs beschreibt das Selbstverständnis zu Vision, Unternehmenszweck und Werten und charakterisiert so das zentrale Element der Unternehmensidentität, sowie die Basis für einen nachhaltigen Erfolg. Es inspiriert nach außen und motiviert nach innen (1.2)\n
        \n
        Ein transparentes, authentisches und gut strukturiertes Unternehmensleitbild zur Kommunikation der Unternehmenskultur und der Maßnahmen zum Thema ESG liegt vor. (1.1)\n
        \n
        Das vom Team entwickelte Nachhaltigkeitsprogramm ist SMART definiert und beinhaltet zahlreiche Maßnahmen, welche bei der Weiterentwicklung der Nachhaltigkeitsstrategie unterstützen. (1.5)\n
        \n
        Der Betrieb erstellt einen jährlichen Nachhaltigkeitsbericht. (1.8)\n
        \n
        Der Betrieb hat einen Nachhaltigkeitsbeauftragten ernannt. (1.4)\n
        \n
        Die Hotelgruppe hat einen Reiter für Nachhaltigkeit auf ihrer Website eingerichtet zur Sensibilisierung aller Stakeholder. (1.7)\n
        \n
        Im Organigramm ist die Verantwortlichkeit für das Thema Nachhaltigkeit sichtbar enthalten. (1.4)
        """
      "potential" => """
        Das Leitbild entspricht noch nicht allen Kriterien eines umfassenden Unternehmensleitbildes und könnte entsprechend überarbeitet werden. Ein gut strukturiertes Unternehmensleitbild ist auf drei Säulen aufgebaut: Vision, Mission sowie Werte und Grundsätze des Unternehmens. Es artikuliert das Selbstbild bzw. das Selbstverständnis eines Unternehmens. Das Leitbild setzt einen Rahmen für die tägliche Arbeit, daher sollte sichergestellt werden, dass es wirklich gelebt wird. (1.2)\n
        \n
        Verfassen eines Nachhaltigkeitsberichtes, präsentieren und reflektieren der Nachhaltigkeitsstrategien und -leistungen, um die umgesetzten ESG-Maßnahmen (“Umwelt, Soziales und Unternehmensführung”) transparent an die Stakeholder zu kommunizieren. Bei der Rezertifizierung ist solch ein Report verpflichtend. (1.8)\n
        \n
        Zur Sichtbarkeit der Maßnahmen nachhaltiger Transformationen und für eine strukturierte Managementbewertung, ist das kontinuierliche Führen eines Nachhaltigkeitsprogramms, von der Entwicklung der Strategie bis zur Umsetzung in konkrete Maßnahmen, Verantwortlichkeiten und deren Terminierung erforderlich und dient als Basis für regelmäßige Meetings zum Thema Nachhaltigkeit. Das steigert die ESG-Performance und ermöglicht mittel- und langfristige Nachhaltigkeitsziele messbar zu erreichen. (1.5)\n
        \n
        Das Nachhaltigkeitsprogramm sollte nur aktuelle und zukünftige Nachhaltigkeitsmaßnahmen enthalten, mit detaillierten Angaben was genau angestrebt wird und mit zeitlicher Terminierung, bis wann die Umsetzung erfolgen soll. (1.5)\n
        \n
        Das Anfertigen eines Organigramms über die Mitarbeiterstruktur kann nochmals verdeutlichen bei welchem Mitarbeiter einzelne Verantwortlichkeiten liegen. (1.4)\n
        \n
        Wir empfehlen die jährliche Erstellung eines Nachhaltigkeitsberichtes, da dieser spätestens zur Rezertifizierung verpflichtend vorliegen muss. (1.8)\n
        \n
        Wir empfehlen die Ernennung eines Nachhaltigkeitsbeauftragten. (1.4)\n
        \n
        Wir empfehlen den Ausbau der Webseite zur Auslobung der nachhaltigen Aktivitäten des Hotels, sowie dem Herausheben von USPs/Alleinstellungsmerkmalen (z.B. TOP Gästezufriedenheit, Frühstücksservice mit nachhaltigen Produkten, Strom-/Wärmeversorgung mit erneuerbaren Energien, niedriger CO2-Fussabdruck etc). (1.7)\n
        \n
        """
    ]
    5 => [
      "leistungen" => """
        \n
        Der Betrieb unterstützt lokale Unternehmen bei der Entwicklung nachhaltiger Produkte und Dienstleistungen. (5.7)\n
        \n
        Der Betrieb pflegt einen eigenen Kräutergarten. (5.3)\n
        \n
        Das Hotel hat eigene Bienenhotels und kooperiert mit einem lokalen Imker. (5.3)\n
        \n
        Im Sinne der Biodiversität hat der Betrieb zahlreiche Maßnahmen umgesetzt, welche aktiv die Flora und Fauna fördern. (5.3)
        """
      "potential" => """
        Die Einführung eines Angebots für Gäste, sich (finanziell) an Biodiversitätsinitiativen zu beteiligen, z. B. durch Bienenpatenschaften oder Baumpflanzaktionen. (5.3)\n
        \n
        (Finanzielle) Unterstützung von geschützten Gebieten oder Naturschutzprojekten. (5.3)\n
        \n
        Einen großen Teil von Bäumen und Sträuchern des Geländes natürlich wachsen lassen.(5.3)\n
        \n
        Mähfreien Mai für die Artenvielfalt ermöglichen. (5.3)\n
        \n
        Nachhaltige und naturnahe Alternative bietet ein Permakultur-Garten, der einen geschlossenen Kreislauf bildet. (5.3)\n
        \n
        Aufstellen eines Hotels für Wildbienen oder Insekten in Verbindung mit einer örtlich passenden Bepflanzung als Nahrungsquellen. (5.3)\n
        \n
        Schutz von Kulturerbe (z.B. Bräuche, Traditionen) und Vermittlung von Kulturerbe an künftige Generationen. (z.B. historische Bauwerke, weltliche und sakrale Gegenstände, Bibliotheken und Archive, archäologische Fundstätten, historische Gärten und Industriedenkmäler). (5.5)\n
        \n
        Wir empfehlen die (finanzielle) Unterstützung von Naturparks oder Nationalparks zum Erhalt der Biodiversität außerhalb der Stadt. (5.3)\n
        \n
        """
    ]
    7 => [
      "leistungen" => """
        Gäste erhalten Informationen über emissionsarme Anreisemöglichkeiten. (7.9)\n
        \n
        Wallboxen für E-Autos im Haus. (7.9)\n
        \n
        E-Ladesäulen und ein hoteleigener Parkplatz stehen für E-Fahrzeuge zur Verfügung. (7.9)\n
        \n
        Die Geschäftsführung ist Mitglied in qualitativen, lokalen Netzwerken und stellt somit die strategische, moderne Ausrichtung der Hotelführung sicher. (7.1)\n
        \n
        Der Betrieb setzt auf Barrierefreiheit und die Zugänglichkeit für Menschen mit und ohne Mobilitätseinschränkungen, u.a. hat das Hotel barrierefreie Zimmer mit Bad. (7.11)\n
        \n
        Der Betrieb bietet seinen Gästen die Möglichkeit der Fahrradanmietung zur Unterstützung nachhaltiger Mobilität. (7.8)\n
        \n
        Das Hotel stellt eine Vielzahl an Informationen für regionale Aktivitäten bereit. (7.14)
        """
      "potential" => """
        ormationen über die regionale Herkunft der Produkte auf den Speise- und Getränkekarten. (7.2)\n
        \n
        Erweiterung des Angebots lokaler Produkte zum Kauf durch den Gast. (7.3)\n
        \n
        Die Barrierefreiheit von zertifizierten oder von relevanten Nutzergruppen/Experten bestätigen lassen. (7.11)
        """
    ]
    8 => [
      "leistungen" => """
        \n
        Der Betrieb führt eine Mitarbeiterumfrage durch. (8.11)\n
        \n
        Um ein Qualitätsmanagementsystem im Unternehmen aufzubauen, kontinuierlich weiterzuentwickeln und zu optimieren, wurde ein Qualitätsbeauftragter benannt. (8.1)\n
        \n
        Das Hotel hat ein dokumentiertes Qualitätsmanagement entwickelt. (8.1)\n
        \n
        SOPs werden eingesetzt, um die Kommunikation im Team zu verbessern und die Einschulung neuer Mitarbeiter zu vereinfachen. (8.1)
        """
      "potential" => """
        Wir empfehlen eine CO2 Bilanzierung als Grundlage zur Reduzierung und ggfs. Kompensation von CO2 Emissionen. (8.13)\n
        \n
        CO2 Bilanzierung als Grundlage zur Reduzierung und ggfs. Kompensation von CO2 Emissionen des Hotels. (8.13)\n
        \n
        Lieferantenbewertung erstellen: Kriterien für die strategische Lieferantenauswahl: Qualität der Waren, Regionalität, Standortnähe, geringe Fehler- und Ausfallquoten, Liefertermintreue, Angebotstransparenz, Flexibilität, Zuverlässigkeit und Zertifizierungen. (8.3)
        """
    ]
    10 => [
      "leistungen" => """
        Der Betrieb führt ein Risikomanagementsystem zur systematischen Erkennung, Analyse, Bewertung, Minimierung und Kontrolle von Risiken entlang der Wertschöpfungskette. (10.5)\n
        \n
        Der Betrieb verfügt über einen langfristigen Investitionsplan der auch ökologische Aspekte berücksichtigt. (10.3)
        """
      "potential" => "Risikomanagementsystem erstellen/ausbauen. Risiken für das Personal, das Unternehmen und die Kunden identifizieren. Dazu gehören z.B. technische, operative, medizinische Risiken, IT- Sicherheit, Arbeitssicherheit sowie finanzielle Risiken. (10.5)"
    ]
    9 => [
      "leistungen" => """
        Ein „Code of Conduct“ (Zusammenfassung von Verhaltensregeln im Unternehmen) wurde erarbeitet, der Orientierung für das tägliche Handeln für Mitarbeiter, Führungskräfte und andere Stakeholder bietet. (9.1)\n
        \n
        Ein vielfältiges System mit Angeboten für ein betriebliches Gesundheitsmanagement ist im Hotel etabliert. (9.8)
        """
      "potential" => """
        Zur Entwicklung der Mitarbeitenden, mindestens einmal jährlich ein dokumentiertes Mitarbeitergespräch durchführen. (9.14)\n
        \n
        Ein Code of Conduct ausarbeiten. Ein Verhaltenskodex zur Sammlung von Verhaltensweisen, die für die Mitarbeitenden eines Unternehmens gelten. Er enthält Richtlinien dafür, wie sich die Mitarbeitende rechtlich korrekt, ethisch und sozial verhalten. (9.1)
        """
    ]
  ]
  -displayPoints: true
  -hubspotDealId: null
  -centralAudit: false
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
GRANTED
The user has ROLE_ADMIN.
Show voter details
487 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34104
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#34215 …}
    -icon: "internal:delete"
    -cssClass: "action-delete"
    -addedCssClass: ""
    -htmlAttributes: [
      "data-action-name" => "delete"
      "formaction" => "https://dev.cat.greensign.de/admin/de/audit/733/delete?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-action-confirmation"
      "data-action-confirmation" => "true"
      "data-action-variant" => "danger"
      "data-action-entity-name" => Symfony\Component\Translation\TranslatableMessage {#27901
        -message: "entity.audit.singular"
        -parameters: [
          "%entity_name%" => "Audit"
          "%entity_as_string%" => ""
          "%entity_id%" => null
          "%entity_short_id%" => null
        ]
        -domain: "admin"
      }
      "data-action-entity-id" => "733"
    ]
    -linkUrl: "https://dev.cat.greensign.de/admin/de/audit/733/delete?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27871 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27879 …}
    -confirmationMessage: true
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#29168
    -isAccessible: true
    -primaryKeyValue: 733
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#29983 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34235 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/733/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#11377
      -id: 733
      -auditDate: DateTime @1769900400 {#11374
        date: 2026-02-01 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: DateTime @1769943600 {#11375
        date: 2026-02-01 12:00:00.0 Europe/Berlin (+01:00)
      }
      -endDate: DateTime @1784653860 {#11376
        date: 2026-07-21 19:11:00.0 Europe/Berlin (+02:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#1512 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#11379 …}
      -participants: Doctrine\ORM\PersistentCollection {#11381 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
      -areas: Doctrine\ORM\PersistentCollection {#11383 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#11385 …}
      -comments: Doctrine\ORM\PersistentCollection {#11387 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#11389 …}
      -status: 100
      -locality: "location"
      -auditScope: null
      -annotations: [
        4 => [
          "leistungen" => """
            Cradle-to-Cradle Produkte, kreislauffähige Materialien kommen zum Einsatz. (4.7)\n
            \n
            Der Papierverbrauch wird durch geeignete digitale Maßnahmen niedrig gehalten. (4.11)\n
            \n
            Fokus auf Großverpackungen und Mehrwegsysteme beim Einkauf. (4.4)\n
            \n
            Das Hotel setzt sich für Initiativen zur Lebensmittelverschwendung und Organisationen zur Abfallvermeidung ein. (4.8)\n
            \n
            Ein eigener Komposthaufen befindet sich auf dem Grundstück des Hotels. (4.7)\n
            \n
            In der Administration wird verstärkt auf papierlose Dokumentation gesetzt, dies wird durch eine Software umgesetzt. (4.11)\n
            \n
            Das Hotel setzt Trennsysteme im gesamten Hotelbereich ein. (4.3)
            """
          "potential" => """
            Wir empfehlen die Sensibilisierung zur Abfallvermeidung auf den Zimmern, z.B. ressourcenschonend durch einen Aufkleber. (4.4)\n
            \n
            Wir empfehlen die Reduktion von Papier im Hotel z.B. durch einen digitalen Lesezirkel oder das Nutzen von QR Codes. (4.11)\n
            \n
            Wir empfehlen die Vermeidung von Portionsartikeln in allen Bereichen. (4.4)\n
            \n
            Cradle-to-Cradle zertifizierte Produkte können auf der folgenden Seite gefunden wurden: https://c2ccertified.org/ (4.7)\n
            \n
            Zur Vermeidung von Verpackungsmüll kann ein Zero-Waste-Frühstück angeboten werden. (4.6)\n
            \n
            Die Unterstützung von Initiativen, bspw. United Against Waste, welche viele Materialien zur Sensibilisierung der Mitarbeitenden zur Verfügung stellen. (4.8)\n
            \n
            """
        ]
        3 => [
          "leistungen" => """
            \n
            Sensibilisierung von Mitarbeitern und Gästen zum Thema Wasserressourcen geschieht in regelmäßigen Meetings, sowie mittels Hinweise zum Handtuchwechsel und Bleiber-Reinigung/ Wunsch-Reinigungszyklus vom Gast. (3.7)\n
            \n
            Regelmäßige Wartung der Wasserinstallationen sichert eine hohe Wasser- und Trinkqualität. (3.5)\n
            \n
            Der Betrieb setzt nachhaltig zertifizierte Reinigungsmittel ein. (3.7)
            """
          "potential" => """
            Eine monatliche Erfassung der Wasserverbräuche ist hilfreich, um beispielsweise Leckagen rechtzeitig zu identifizieren. (3.1)\n
            \n
            Wir empfehlen eine genaue Überprüfung der Wasserverbräuche als Basis zur Festlegung geeigneter Maßnahmen zur effizienten Reduzierung des Wasserverbrauchs. (3.1)\n
            \n
            Das Auffangen von Regenwasser bietet sich auf dem Hotelgelände an und kann anschließend für die Bewässerung der umfangreichen Garten- und Grünanlagen verwendet werden. (3.7)
            """
        ]
        2 => [
          "leistungen" => """
            Automatische Abschaltsensoren für Heizung, Lüftung, Klima/Kälte bei geöffneten oder Balkontüre sind vorhanden. (2.11)\n
            \n
            Die Versorgung wird zu einem großen Teil aus der Photovoltaik-Anlage des Hauses generiert. (2.9)\n
            \n
            Durch ein Blockheizkraftwerk werden Strom- und Heizleistung gewonnen. (2.10)\n
            \n
            Der Betrieb produziert Strom aus regenerativen/erneuerbaren Quellen durch ein BHKW. (2.9)\n
            \n
            Der Betrieb nutzt Heizenergie aus ressourcenschonenden Quellen zur Verbesserung der Klimabilanz durch Bio-Gas. (2.10)\n
            \n
            Der Betrieb nutzt digitale Lösungen zur Überwachung von Ressourcenverbräuchen in verschiedenen Hotelbereichen. (2.4)\n
            \n
            Der Betrieb bezieht 100% Öko-Strom aus regenerativen/erneuerbaren Quellen zur Verbesserung der Klimabilanz. (2.7)\n
            \n
            Der Betrieb hat einen Energiebeauftragten im Hotel benannt. (2.14)
            """
          "potential" => """
            Wir empfehlen die Erhöhung der Anteile von erneuerbaren Energien. (2.8)\n
            \n
            Intelligente Raumsteuerung/Guest Room Management und Raumautomation (z.B. better.energy) senkt die Betriebskosten, reguliert völlig automatisch und personalunabhängig. (2.12)\n
            \n
            Umstellung auf Ökostromtarif, zu 100% aus regenerativen Energiequellen gewonnen, verringert den CO2-Fußabdruck und leistet einen entscheidenden Beitrag zu mehr Klimaschutz. (2.7)\n
            \n
            Erstellung und Umsetzung eines Energieaudits nach DIN EN 16247 oder Einführung eines Energie-Managementsystems entsprechend DIN EN ISO 50001. (2.14)\n
            \n
            Energie-Check mit Fachberater/Experte (Ermittlung Energiebedarf und -verbrauch, Beschreibung und Analyse von Schwachstellen, Vorschläge zu Sparmaßnahmen). (2.14)
            """
        ]
        1 => [
          "leistungen" => """
            Das Unternehmensleitbild des Betriebs beschreibt das Selbstverständnis zu Vision, Unternehmenszweck und Werten und charakterisiert so das zentrale Element der Unternehmensidentität, sowie die Basis für einen nachhaltigen Erfolg. Es inspiriert nach außen und motiviert nach innen (1.2)\n
            \n
            Ein transparentes, authentisches und gut strukturiertes Unternehmensleitbild zur Kommunikation der Unternehmenskultur und der Maßnahmen zum Thema ESG liegt vor. (1.1)\n
            \n
            Das vom Team entwickelte Nachhaltigkeitsprogramm ist SMART definiert und beinhaltet zahlreiche Maßnahmen, welche bei der Weiterentwicklung der Nachhaltigkeitsstrategie unterstützen. (1.5)\n
            \n
            Der Betrieb erstellt einen jährlichen Nachhaltigkeitsbericht. (1.8)\n
            \n
            Der Betrieb hat einen Nachhaltigkeitsbeauftragten ernannt. (1.4)\n
            \n
            Die Hotelgruppe hat einen Reiter für Nachhaltigkeit auf ihrer Website eingerichtet zur Sensibilisierung aller Stakeholder. (1.7)\n
            \n
            Im Organigramm ist die Verantwortlichkeit für das Thema Nachhaltigkeit sichtbar enthalten. (1.4)
            """
          "potential" => """
            Das Leitbild entspricht noch nicht allen Kriterien eines umfassenden Unternehmensleitbildes und könnte entsprechend überarbeitet werden. Ein gut strukturiertes Unternehmensleitbild ist auf drei Säulen aufgebaut: Vision, Mission sowie Werte und Grundsätze des Unternehmens. Es artikuliert das Selbstbild bzw. das Selbstverständnis eines Unternehmens. Das Leitbild setzt einen Rahmen für die tägliche Arbeit, daher sollte sichergestellt werden, dass es wirklich gelebt wird. (1.2)\n
            \n
            Verfassen eines Nachhaltigkeitsberichtes, präsentieren und reflektieren der Nachhaltigkeitsstrategien und -leistungen, um die umgesetzten ESG-Maßnahmen (“Umwelt, Soziales und Unternehmensführung”) transparent an die Stakeholder zu kommunizieren. Bei der Rezertifizierung ist solch ein Report verpflichtend. (1.8)\n
            \n
            Zur Sichtbarkeit der Maßnahmen nachhaltiger Transformationen und für eine strukturierte Managementbewertung, ist das kontinuierliche Führen eines Nachhaltigkeitsprogramms, von der Entwicklung der Strategie bis zur Umsetzung in konkrete Maßnahmen, Verantwortlichkeiten und deren Terminierung erforderlich und dient als Basis für regelmäßige Meetings zum Thema Nachhaltigkeit. Das steigert die ESG-Performance und ermöglicht mittel- und langfristige Nachhaltigkeitsziele messbar zu erreichen. (1.5)\n
            \n
            Das Nachhaltigkeitsprogramm sollte nur aktuelle und zukünftige Nachhaltigkeitsmaßnahmen enthalten, mit detaillierten Angaben was genau angestrebt wird und mit zeitlicher Terminierung, bis wann die Umsetzung erfolgen soll. (1.5)\n
            \n
            Das Anfertigen eines Organigramms über die Mitarbeiterstruktur kann nochmals verdeutlichen bei welchem Mitarbeiter einzelne Verantwortlichkeiten liegen. (1.4)\n
            \n
            Wir empfehlen die jährliche Erstellung eines Nachhaltigkeitsberichtes, da dieser spätestens zur Rezertifizierung verpflichtend vorliegen muss. (1.8)\n
            \n
            Wir empfehlen die Ernennung eines Nachhaltigkeitsbeauftragten. (1.4)\n
            \n
            Wir empfehlen den Ausbau der Webseite zur Auslobung der nachhaltigen Aktivitäten des Hotels, sowie dem Herausheben von USPs/Alleinstellungsmerkmalen (z.B. TOP Gästezufriedenheit, Frühstücksservice mit nachhaltigen Produkten, Strom-/Wärmeversorgung mit erneuerbaren Energien, niedriger CO2-Fussabdruck etc). (1.7)\n
            \n
            """
        ]
        5 => [
          "leistungen" => """
            \n
            Der Betrieb unterstützt lokale Unternehmen bei der Entwicklung nachhaltiger Produkte und Dienstleistungen. (5.7)\n
            \n
            Der Betrieb pflegt einen eigenen Kräutergarten. (5.3)\n
            \n
            Das Hotel hat eigene Bienenhotels und kooperiert mit einem lokalen Imker. (5.3)\n
            \n
            Im Sinne der Biodiversität hat der Betrieb zahlreiche Maßnahmen umgesetzt, welche aktiv die Flora und Fauna fördern. (5.3)
            """
          "potential" => """
            Die Einführung eines Angebots für Gäste, sich (finanziell) an Biodiversitätsinitiativen zu beteiligen, z. B. durch Bienenpatenschaften oder Baumpflanzaktionen. (5.3)\n
            \n
            (Finanzielle) Unterstützung von geschützten Gebieten oder Naturschutzprojekten. (5.3)\n
            \n
            Einen großen Teil von Bäumen und Sträuchern des Geländes natürlich wachsen lassen.(5.3)\n
            \n
            Mähfreien Mai für die Artenvielfalt ermöglichen. (5.3)\n
            \n
            Nachhaltige und naturnahe Alternative bietet ein Permakultur-Garten, der einen geschlossenen Kreislauf bildet. (5.3)\n
            \n
            Aufstellen eines Hotels für Wildbienen oder Insekten in Verbindung mit einer örtlich passenden Bepflanzung als Nahrungsquellen. (5.3)\n
            \n
            Schutz von Kulturerbe (z.B. Bräuche, Traditionen) und Vermittlung von Kulturerbe an künftige Generationen. (z.B. historische Bauwerke, weltliche und sakrale Gegenstände, Bibliotheken und Archive, archäologische Fundstätten, historische Gärten und Industriedenkmäler). (5.5)\n
            \n
            Wir empfehlen die (finanzielle) Unterstützung von Naturparks oder Nationalparks zum Erhalt der Biodiversität außerhalb der Stadt. (5.3)\n
            \n
            """
        ]
        7 => [
          "leistungen" => """
            Gäste erhalten Informationen über emissionsarme Anreisemöglichkeiten. (7.9)\n
            \n
            Wallboxen für E-Autos im Haus. (7.9)\n
            \n
            E-Ladesäulen und ein hoteleigener Parkplatz stehen für E-Fahrzeuge zur Verfügung. (7.9)\n
            \n
            Die Geschäftsführung ist Mitglied in qualitativen, lokalen Netzwerken und stellt somit die strategische, moderne Ausrichtung der Hotelführung sicher. (7.1)\n
            \n
            Der Betrieb setzt auf Barrierefreiheit und die Zugänglichkeit für Menschen mit und ohne Mobilitätseinschränkungen, u.a. hat das Hotel barrierefreie Zimmer mit Bad. (7.11)\n
            \n
            Der Betrieb bietet seinen Gästen die Möglichkeit der Fahrradanmietung zur Unterstützung nachhaltiger Mobilität. (7.8)\n
            \n
            Das Hotel stellt eine Vielzahl an Informationen für regionale Aktivitäten bereit. (7.14)
            """
          "potential" => """
            ormationen über die regionale Herkunft der Produkte auf den Speise- und Getränkekarten. (7.2)\n
            \n
            Erweiterung des Angebots lokaler Produkte zum Kauf durch den Gast. (7.3)\n
            \n
            Die Barrierefreiheit von zertifizierten oder von relevanten Nutzergruppen/Experten bestätigen lassen. (7.11)
            """
        ]
        8 => [
          "leistungen" => """
            \n
            Der Betrieb führt eine Mitarbeiterumfrage durch. (8.11)\n
            \n
            Um ein Qualitätsmanagementsystem im Unternehmen aufzubauen, kontinuierlich weiterzuentwickeln und zu optimieren, wurde ein Qualitätsbeauftragter benannt. (8.1)\n
            \n
            Das Hotel hat ein dokumentiertes Qualitätsmanagement entwickelt. (8.1)\n
            \n
            SOPs werden eingesetzt, um die Kommunikation im Team zu verbessern und die Einschulung neuer Mitarbeiter zu vereinfachen. (8.1)
            """
          "potential" => """
            Wir empfehlen eine CO2 Bilanzierung als Grundlage zur Reduzierung und ggfs. Kompensation von CO2 Emissionen. (8.13)\n
            \n
            CO2 Bilanzierung als Grundlage zur Reduzierung und ggfs. Kompensation von CO2 Emissionen des Hotels. (8.13)\n
            \n
            Lieferantenbewertung erstellen: Kriterien für die strategische Lieferantenauswahl: Qualität der Waren, Regionalität, Standortnähe, geringe Fehler- und Ausfallquoten, Liefertermintreue, Angebotstransparenz, Flexibilität, Zuverlässigkeit und Zertifizierungen. (8.3)
            """
        ]
        10 => [
          "leistungen" => """
            Der Betrieb führt ein Risikomanagementsystem zur systematischen Erkennung, Analyse, Bewertung, Minimierung und Kontrolle von Risiken entlang der Wertschöpfungskette. (10.5)\n
            \n
            Der Betrieb verfügt über einen langfristigen Investitionsplan der auch ökologische Aspekte berücksichtigt. (10.3)
            """
          "potential" => "Risikomanagementsystem erstellen/ausbauen. Risiken für das Personal, das Unternehmen und die Kunden identifizieren. Dazu gehören z.B. technische, operative, medizinische Risiken, IT- Sicherheit, Arbeitssicherheit sowie finanzielle Risiken. (10.5)"
        ]
        9 => [
          "leistungen" => """
            Ein „Code of Conduct“ (Zusammenfassung von Verhaltensregeln im Unternehmen) wurde erarbeitet, der Orientierung für das tägliche Handeln für Mitarbeiter, Führungskräfte und andere Stakeholder bietet. (9.1)\n
            \n
            Ein vielfältiges System mit Angeboten für ein betriebliches Gesundheitsmanagement ist im Hotel etabliert. (9.8)
            """
          "potential" => """
            Zur Entwicklung der Mitarbeitenden, mindestens einmal jährlich ein dokumentiertes Mitarbeitergespräch durchführen. (9.14)\n
            \n
            Ein Code of Conduct ausarbeiten. Ein Verhaltenskodex zur Sammlung von Verhaltensweisen, die für die Mitarbeitenden eines Unternehmens gelten. Er enthält Richtlinien dafür, wie sich die Mitarbeitende rechtlich korrekt, ethisch und sozial verhalten. (9.1)
            """
        ]
      ]
      -displayPoints: true
      -hubspotDealId: null
      -centralAudit: false
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
488 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34023
    -type: "entity"
    -name: "viewAuditFrontend"
    -label: Symfony\Component\Translation\TranslatableMessage {#34244 …}
    -icon: "fa fa-calculator"
    -cssClass: "action-viewAuditFrontend"
    -addedCssClass: ""
    -htmlAttributes: [
      "target" => "_blank"
      "data-action-name" => "viewAuditFrontend"
    ]
    -linkUrl: "/audits/562"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: Closure(Audit $entity) {#27840 …}
    -translationParameters: []
    -displayCallable: null
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#29172
    -isAccessible: true
    -primaryKeyValue: 562
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#30141 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34275 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/562/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#9450
      -id: 562
      -auditDate: DateTime @1769036400 {#9449
        date: 2026-01-22 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: null
      -endDate: null
      -auditor: Proxies\__CG__\App\Entity\User {#1875 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#9452 …}
      -participants: Doctrine\ORM\PersistentCollection {#9454 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
      -areas: Doctrine\ORM\PersistentCollection {#9456 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#9458 …}
      -comments: Doctrine\ORM\PersistentCollection {#9460 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#9462 …}
      -status: 0
      -locality: "location"
      -auditScope: "1 Personentag"
      -annotations: null
      -displayPoints: true
      -hubspotDealId: "314593947882"
      -centralAudit: false
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
489 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#29211
    -type: "entity"
    -name: "viewCertPdf"
    -label: "audits.actions.certificate"
    -icon: "fa fa-certificate"
    -cssClass: ""
    -addedCssClass: ""
    -htmlAttributes: [
      "target" => "_blank"
    ]
    -linkUrl: null
    -templatePath: "admin/actions/locale_dropdown_button.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: Closure(Audit $entity) {#27837 …}
    -translationParameters: []
    -displayCallable: Closure($entity) {#27836 …}
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#29172
    -isAccessible: true
    -primaryKeyValue: 562
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#30141 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34275 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/562/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#9450
      -id: 562
      -auditDate: DateTime @1769036400 {#9449
        date: 2026-01-22 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: null
      -endDate: null
      -auditor: Proxies\__CG__\App\Entity\User {#1875 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#9452 …}
      -participants: Doctrine\ORM\PersistentCollection {#9454 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
      -areas: Doctrine\ORM\PersistentCollection {#9456 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#9458 …}
      -comments: Doctrine\ORM\PersistentCollection {#9460 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#9462 …}
      -status: 0
      -locality: "location"
      -auditScope: "1 Personentag"
      -annotations: null
      -displayPoints: true
      -hubspotDealId: "314593947882"
      -centralAudit: false
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
490 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#33607
    -type: "entity"
    -name: "viewReportPdf"
    -label: "audits.actions.report"
    -icon: "fa fa-file-pdf"
    -cssClass: ""
    -addedCssClass: ""
    -htmlAttributes: [
      "target" => "_blank"
    ]
    -linkUrl: null
    -templatePath: "admin/actions/locale_dropdown_button.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: Closure(Audit $entity) {#27848 …}
    -translationParameters: []
    -displayCallable: Closure($entity) {#27849 …}
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#29172
    -isAccessible: true
    -primaryKeyValue: 562
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#30141 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34275 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/562/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#9450
      -id: 562
      -auditDate: DateTime @1769036400 {#9449
        date: 2026-01-22 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: null
      -endDate: null
      -auditor: Proxies\__CG__\App\Entity\User {#1875 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#9452 …}
      -participants: Doctrine\ORM\PersistentCollection {#9454 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
      -areas: Doctrine\ORM\PersistentCollection {#9456 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#9458 …}
      -comments: Doctrine\ORM\PersistentCollection {#9460 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#9462 …}
      -status: 0
      -locality: "location"
      -auditScope: "1 Personentag"
      -annotations: null
      -displayPoints: true
      -hubspotDealId: "314593947882"
      -centralAudit: false
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
491 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34234
    -type: "entity"
    -name: "edit"
    -label: Symfony\Component\Translation\TranslatableMessage {#34251 …}
    -icon: "internal:edit"
    -cssClass: "action-edit"
    -addedCssClass: ""
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "https://dev.cat.greensign.de/admin/de/audit/562/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#29172
    -isAccessible: true
    -primaryKeyValue: 562
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#30141 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34275 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/562/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#9450
      -id: 562
      -auditDate: DateTime @1769036400 {#9449
        date: 2026-01-22 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: null
      -endDate: null
      -auditor: Proxies\__CG__\App\Entity\User {#1875 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#9452 …}
      -participants: Doctrine\ORM\PersistentCollection {#9454 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
      -areas: Doctrine\ORM\PersistentCollection {#9456 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#9458 …}
      -comments: Doctrine\ORM\PersistentCollection {#9460 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#9462 …}
      -status: 0
      -locality: "location"
      -auditScope: "1 Personentag"
      -annotations: null
      -displayPoints: true
      -hubspotDealId: "314593947882"
      -centralAudit: false
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
492 GRANTED ROLE_ADMIN
App\Entity\Business\Audit {#9450
  -id: 562
  -auditDate: DateTime @1769036400 {#9449
    date: 2026-01-22 00:00:00.0 Europe/Berlin (+01:00)
  }
  -startDate: null
  -endDate: null
  -auditor: Proxies\__CG__\App\Entity\User {#1875 …}
  -secondaryAuditor: null
  -certification: Proxies\__CG__\App\Entity\Business\Certification {#9452 …}
  -participants: Doctrine\ORM\PersistentCollection {#9454 …}
  -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
  -areas: Doctrine\ORM\PersistentCollection {#9456 …}
  -testProcedures: Doctrine\ORM\PersistentCollection {#9458 …}
  -comments: Doctrine\ORM\PersistentCollection {#9460 …}
  -auditAnswers: Doctrine\ORM\PersistentCollection {#9462 …}
  -status: 0
  -locality: "location"
  -auditScope: "1 Personentag"
  -annotations: null
  -displayPoints: true
  -hubspotDealId: "314593947882"
  -centralAudit: false
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
GRANTED
The user has ROLE_ADMIN.
Show voter details
493 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34233
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#34252 …}
    -icon: "internal:delete"
    -cssClass: "action-delete"
    -addedCssClass: ""
    -htmlAttributes: [
      "data-action-name" => "delete"
      "formaction" => "https://dev.cat.greensign.de/admin/de/audit/562/delete?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-action-confirmation"
      "data-action-confirmation" => "true"
      "data-action-variant" => "danger"
      "data-action-entity-name" => Symfony\Component\Translation\TranslatableMessage {#27901
        -message: "entity.audit.singular"
        -parameters: [
          "%entity_name%" => "Audit"
          "%entity_as_string%" => ""
          "%entity_id%" => null
          "%entity_short_id%" => null
        ]
        -domain: "admin"
      }
      "data-action-entity-id" => "562"
    ]
    -linkUrl: "https://dev.cat.greensign.de/admin/de/audit/562/delete?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27871 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27879 …}
    -confirmationMessage: true
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#29172
    -isAccessible: true
    -primaryKeyValue: 562
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#30141 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34275 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/562/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#9450
      -id: 562
      -auditDate: DateTime @1769036400 {#9449
        date: 2026-01-22 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: null
      -endDate: null
      -auditor: Proxies\__CG__\App\Entity\User {#1875 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#9452 …}
      -participants: Doctrine\ORM\PersistentCollection {#9454 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
      -areas: Doctrine\ORM\PersistentCollection {#9456 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#9458 …}
      -comments: Doctrine\ORM\PersistentCollection {#9460 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#9462 …}
      -status: 0
      -locality: "location"
      -auditScope: "1 Personentag"
      -annotations: null
      -displayPoints: true
      -hubspotDealId: "314593947882"
      -centralAudit: false
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
494 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#33443
    -type: "entity"
    -name: "viewAuditFrontend"
    -label: Symfony\Component\Translation\TranslatableMessage {#34284 …}
    -icon: "fa fa-calculator"
    -cssClass: "action-viewAuditFrontend"
    -addedCssClass: ""
    -htmlAttributes: [
      "target" => "_blank"
      "data-action-name" => "viewAuditFrontend"
    ]
    -linkUrl: "/audits/640"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: Closure(Audit $entity) {#27840 …}
    -translationParameters: []
    -displayCallable: null
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#29166
    -isAccessible: true
    -primaryKeyValue: 640
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#30299 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34315 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/640/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#10459
      -id: 640
      -auditDate: DateTime @1768863600 {#10458
        date: 2026-01-20 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: null
      -endDate: null
      -auditor: Proxies\__CG__\App\Entity\User {#4146 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#10461 …}
      -participants: Doctrine\ORM\PersistentCollection {#10463 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
      -areas: Doctrine\ORM\PersistentCollection {#10465 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#10467 …}
      -comments: Doctrine\ORM\PersistentCollection {#10469 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#10471 …}
      -status: 0
      -locality: "location"
      -auditScope: "Stunden vor Ort"
      -annotations: null
      -displayPoints: true
      -hubspotDealId: "397125687511"
      -centralAudit: false
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
495 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#29187
    -type: "entity"
    -name: "viewCertPdf"
    -label: "audits.actions.certificate"
    -icon: "fa fa-certificate"
    -cssClass: ""
    -addedCssClass: ""
    -htmlAttributes: [
      "target" => "_blank"
    ]
    -linkUrl: null
    -templatePath: "admin/actions/locale_dropdown_button.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: Closure(Audit $entity) {#27837 …}
    -translationParameters: []
    -displayCallable: Closure($entity) {#27836 …}
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#29166
    -isAccessible: true
    -primaryKeyValue: 640
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#30299 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34315 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/640/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#10459
      -id: 640
      -auditDate: DateTime @1768863600 {#10458
        date: 2026-01-20 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: null
      -endDate: null
      -auditor: Proxies\__CG__\App\Entity\User {#4146 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#10461 …}
      -participants: Doctrine\ORM\PersistentCollection {#10463 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
      -areas: Doctrine\ORM\PersistentCollection {#10465 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#10467 …}
      -comments: Doctrine\ORM\PersistentCollection {#10469 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#10471 …}
      -status: 0
      -locality: "location"
      -auditScope: "Stunden vor Ort"
      -annotations: null
      -displayPoints: true
      -hubspotDealId: "397125687511"
      -centralAudit: false
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
496 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34178
    -type: "entity"
    -name: "viewReportPdf"
    -label: "audits.actions.report"
    -icon: "fa fa-file-pdf"
    -cssClass: ""
    -addedCssClass: ""
    -htmlAttributes: [
      "target" => "_blank"
    ]
    -linkUrl: null
    -templatePath: "admin/actions/locale_dropdown_button.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: Closure(Audit $entity) {#27848 …}
    -translationParameters: []
    -displayCallable: Closure($entity) {#27849 …}
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#29166
    -isAccessible: true
    -primaryKeyValue: 640
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#30299 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34315 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/640/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#10459
      -id: 640
      -auditDate: DateTime @1768863600 {#10458
        date: 2026-01-20 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: null
      -endDate: null
      -auditor: Proxies\__CG__\App\Entity\User {#4146 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#10461 …}
      -participants: Doctrine\ORM\PersistentCollection {#10463 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
      -areas: Doctrine\ORM\PersistentCollection {#10465 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#10467 …}
      -comments: Doctrine\ORM\PersistentCollection {#10469 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#10471 …}
      -status: 0
      -locality: "location"
      -auditScope: "Stunden vor Ort"
      -annotations: null
      -displayPoints: true
      -hubspotDealId: "397125687511"
      -centralAudit: false
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
497 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34274
    -type: "entity"
    -name: "edit"
    -label: Symfony\Component\Translation\TranslatableMessage {#34291 …}
    -icon: "internal:edit"
    -cssClass: "action-edit"
    -addedCssClass: ""
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "https://dev.cat.greensign.de/admin/de/audit/640/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#29166
    -isAccessible: true
    -primaryKeyValue: 640
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#30299 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34315 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/640/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#10459
      -id: 640
      -auditDate: DateTime @1768863600 {#10458
        date: 2026-01-20 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: null
      -endDate: null
      -auditor: Proxies\__CG__\App\Entity\User {#4146 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#10461 …}
      -participants: Doctrine\ORM\PersistentCollection {#10463 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
      -areas: Doctrine\ORM\PersistentCollection {#10465 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#10467 …}
      -comments: Doctrine\ORM\PersistentCollection {#10469 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#10471 …}
      -status: 0
      -locality: "location"
      -auditScope: "Stunden vor Ort"
      -annotations: null
      -displayPoints: true
      -hubspotDealId: "397125687511"
      -centralAudit: false
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
498 GRANTED ROLE_ADMIN
App\Entity\Business\Audit {#10459
  -id: 640
  -auditDate: DateTime @1768863600 {#10458
    date: 2026-01-20 00:00:00.0 Europe/Berlin (+01:00)
  }
  -startDate: null
  -endDate: null
  -auditor: Proxies\__CG__\App\Entity\User {#4146 …}
  -secondaryAuditor: null
  -certification: Proxies\__CG__\App\Entity\Business\Certification {#10461 …}
  -participants: Doctrine\ORM\PersistentCollection {#10463 …}
  -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
  -areas: Doctrine\ORM\PersistentCollection {#10465 …}
  -testProcedures: Doctrine\ORM\PersistentCollection {#10467 …}
  -comments: Doctrine\ORM\PersistentCollection {#10469 …}
  -auditAnswers: Doctrine\ORM\PersistentCollection {#10471 …}
  -status: 0
  -locality: "location"
  -auditScope: "Stunden vor Ort"
  -annotations: null
  -displayPoints: true
  -hubspotDealId: "397125687511"
  -centralAudit: false
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
GRANTED
The user has ROLE_ADMIN.
Show voter details
499 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34273
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#34292 …}
    -icon: "internal:delete"
    -cssClass: "action-delete"
    -addedCssClass: ""
    -htmlAttributes: [
      "data-action-name" => "delete"
      "formaction" => "https://dev.cat.greensign.de/admin/de/audit/640/delete?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-action-confirmation"
      "data-action-confirmation" => "true"
      "data-action-variant" => "danger"
      "data-action-entity-name" => Symfony\Component\Translation\TranslatableMessage {#27901
        -message: "entity.audit.singular"
        -parameters: [
          "%entity_name%" => "Audit"
          "%entity_as_string%" => ""
          "%entity_id%" => null
          "%entity_short_id%" => null
        ]
        -domain: "admin"
      }
      "data-action-entity-id" => "640"
    ]
    -linkUrl: "https://dev.cat.greensign.de/admin/de/audit/640/delete?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27871 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27879 …}
    -confirmationMessage: true
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#29166
    -isAccessible: true
    -primaryKeyValue: 640
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#30299 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34315 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/640/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#10459
      -id: 640
      -auditDate: DateTime @1768863600 {#10458
        date: 2026-01-20 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: null
      -endDate: null
      -auditor: Proxies\__CG__\App\Entity\User {#4146 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#10461 …}
      -participants: Doctrine\ORM\PersistentCollection {#10463 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
      -areas: Doctrine\ORM\PersistentCollection {#10465 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#10467 …}
      -comments: Doctrine\ORM\PersistentCollection {#10469 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#10471 …}
      -status: 0
      -locality: "location"
      -auditScope: "Stunden vor Ort"
      -annotations: null
      -displayPoints: true
      -hubspotDealId: "397125687511"
      -centralAudit: false
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
500 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#33617
    -type: "entity"
    -name: "viewAuditFrontend"
    -label: Symfony\Component\Translation\TranslatableMessage {#34324 …}
    -icon: "fa fa-calculator"
    -cssClass: "action-viewAuditFrontend"
    -addedCssClass: ""
    -htmlAttributes: [
      "target" => "_blank"
      "data-action-name" => "viewAuditFrontend"
    ]
    -linkUrl: "/audits/641"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: Closure(Audit $entity) {#27840 …}
    -translationParameters: []
    -displayCallable: null
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28909
    -isAccessible: true
    -primaryKeyValue: 641
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#30457 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34355 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/641/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#10474
      -id: 641
      -auditDate: DateTime @1768863600 {#10473
        date: 2026-01-20 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: null
      -endDate: null
      -auditor: Proxies\__CG__\App\Entity\User {#4146 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#10476 …}
      -participants: Doctrine\ORM\PersistentCollection {#10478 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
      -areas: Doctrine\ORM\PersistentCollection {#10480 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#10482 …}
      -comments: Doctrine\ORM\PersistentCollection {#10484 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#10486 …}
      -status: 0
      -locality: "location"
      -auditScope: "Stunden vor Ort"
      -annotations: null
      -displayPoints: true
      -hubspotDealId: "398384154830"
      -centralAudit: false
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
501 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#29215
    -type: "entity"
    -name: "viewCertPdf"
    -label: "audits.actions.certificate"
    -icon: "fa fa-certificate"
    -cssClass: ""
    -addedCssClass: ""
    -htmlAttributes: [
      "target" => "_blank"
    ]
    -linkUrl: null
    -templatePath: "admin/actions/locale_dropdown_button.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: Closure(Audit $entity) {#27837 …}
    -translationParameters: []
    -displayCallable: Closure($entity) {#27836 …}
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28909
    -isAccessible: true
    -primaryKeyValue: 641
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#30457 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34355 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/641/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#10474
      -id: 641
      -auditDate: DateTime @1768863600 {#10473
        date: 2026-01-20 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: null
      -endDate: null
      -auditor: Proxies\__CG__\App\Entity\User {#4146 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#10476 …}
      -participants: Doctrine\ORM\PersistentCollection {#10478 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
      -areas: Doctrine\ORM\PersistentCollection {#10480 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#10482 …}
      -comments: Doctrine\ORM\PersistentCollection {#10484 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#10486 …}
      -status: 0
      -locality: "location"
      -auditScope: "Stunden vor Ort"
      -annotations: null
      -displayPoints: true
      -hubspotDealId: "398384154830"
      -centralAudit: false
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
502 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34239
    -type: "entity"
    -name: "viewReportPdf"
    -label: "audits.actions.report"
    -icon: "fa fa-file-pdf"
    -cssClass: ""
    -addedCssClass: ""
    -htmlAttributes: [
      "target" => "_blank"
    ]
    -linkUrl: null
    -templatePath: "admin/actions/locale_dropdown_button.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: Closure(Audit $entity) {#27848 …}
    -translationParameters: []
    -displayCallable: Closure($entity) {#27849 …}
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28909
    -isAccessible: true
    -primaryKeyValue: 641
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#30457 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34355 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/641/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#10474
      -id: 641
      -auditDate: DateTime @1768863600 {#10473
        date: 2026-01-20 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: null
      -endDate: null
      -auditor: Proxies\__CG__\App\Entity\User {#4146 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#10476 …}
      -participants: Doctrine\ORM\PersistentCollection {#10478 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
      -areas: Doctrine\ORM\PersistentCollection {#10480 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#10482 …}
      -comments: Doctrine\ORM\PersistentCollection {#10484 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#10486 …}
      -status: 0
      -locality: "location"
      -auditScope: "Stunden vor Ort"
      -annotations: null
      -displayPoints: true
      -hubspotDealId: "398384154830"
      -centralAudit: false
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
503 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34314
    -type: "entity"
    -name: "edit"
    -label: Symfony\Component\Translation\TranslatableMessage {#34331 …}
    -icon: "internal:edit"
    -cssClass: "action-edit"
    -addedCssClass: ""
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "https://dev.cat.greensign.de/admin/de/audit/641/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28909
    -isAccessible: true
    -primaryKeyValue: 641
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#30457 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34355 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/641/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#10474
      -id: 641
      -auditDate: DateTime @1768863600 {#10473
        date: 2026-01-20 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: null
      -endDate: null
      -auditor: Proxies\__CG__\App\Entity\User {#4146 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#10476 …}
      -participants: Doctrine\ORM\PersistentCollection {#10478 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
      -areas: Doctrine\ORM\PersistentCollection {#10480 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#10482 …}
      -comments: Doctrine\ORM\PersistentCollection {#10484 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#10486 …}
      -status: 0
      -locality: "location"
      -auditScope: "Stunden vor Ort"
      -annotations: null
      -displayPoints: true
      -hubspotDealId: "398384154830"
      -centralAudit: false
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
504 GRANTED ROLE_ADMIN
App\Entity\Business\Audit {#10474
  -id: 641
  -auditDate: DateTime @1768863600 {#10473
    date: 2026-01-20 00:00:00.0 Europe/Berlin (+01:00)
  }
  -startDate: null
  -endDate: null
  -auditor: Proxies\__CG__\App\Entity\User {#4146 …}
  -secondaryAuditor: null
  -certification: Proxies\__CG__\App\Entity\Business\Certification {#10476 …}
  -participants: Doctrine\ORM\PersistentCollection {#10478 …}
  -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
  -areas: Doctrine\ORM\PersistentCollection {#10480 …}
  -testProcedures: Doctrine\ORM\PersistentCollection {#10482 …}
  -comments: Doctrine\ORM\PersistentCollection {#10484 …}
  -auditAnswers: Doctrine\ORM\PersistentCollection {#10486 …}
  -status: 0
  -locality: "location"
  -auditScope: "Stunden vor Ort"
  -annotations: null
  -displayPoints: true
  -hubspotDealId: "398384154830"
  -centralAudit: false
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
GRANTED
The user has ROLE_ADMIN.
Show voter details
505 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34313
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#34332 …}
    -icon: "internal:delete"
    -cssClass: "action-delete"
    -addedCssClass: ""
    -htmlAttributes: [
      "data-action-name" => "delete"
      "formaction" => "https://dev.cat.greensign.de/admin/de/audit/641/delete?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-action-confirmation"
      "data-action-confirmation" => "true"
      "data-action-variant" => "danger"
      "data-action-entity-name" => Symfony\Component\Translation\TranslatableMessage {#27901
        -message: "entity.audit.singular"
        -parameters: [
          "%entity_name%" => "Audit"
          "%entity_as_string%" => ""
          "%entity_id%" => null
          "%entity_short_id%" => null
        ]
        -domain: "admin"
      }
      "data-action-entity-id" => "641"
    ]
    -linkUrl: "https://dev.cat.greensign.de/admin/de/audit/641/delete?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27871 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27879 …}
    -confirmationMessage: true
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28909
    -isAccessible: true
    -primaryKeyValue: 641
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#30457 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34355 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/641/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#10474
      -id: 641
      -auditDate: DateTime @1768863600 {#10473
        date: 2026-01-20 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: null
      -endDate: null
      -auditor: Proxies\__CG__\App\Entity\User {#4146 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#10476 …}
      -participants: Doctrine\ORM\PersistentCollection {#10478 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
      -areas: Doctrine\ORM\PersistentCollection {#10480 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#10482 …}
      -comments: Doctrine\ORM\PersistentCollection {#10484 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#10486 …}
      -status: 0
      -locality: "location"
      -auditScope: "Stunden vor Ort"
      -annotations: null
      -displayPoints: true
      -hubspotDealId: "398384154830"
      -centralAudit: false
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
506 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34198
    -type: "entity"
    -name: "viewAuditFrontend"
    -label: Symfony\Component\Translation\TranslatableMessage {#34364 …}
    -icon: "fa fa-calculator"
    -cssClass: "action-viewAuditFrontend"
    -addedCssClass: ""
    -htmlAttributes: [
      "target" => "_blank"
      "data-action-name" => "viewAuditFrontend"
    ]
    -linkUrl: "/audits/287"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: Closure(Audit $entity) {#27840 …}
    -translationParameters: []
    -displayCallable: null
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28882
    -isAccessible: true
    -primaryKeyValue: 287
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#30615 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34395 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/287/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#5514
      -id: 287
      -auditDate: DateTime @1768431600 {#5513
        date: 2026-01-15 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: null
      -endDate: null
      -auditor: Proxies\__CG__\App\Entity\User {#1875 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#5516 …}
      -participants: Doctrine\ORM\PersistentCollection {#5518 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
      -areas: Doctrine\ORM\PersistentCollection {#5520 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#5522 …}
      -comments: Doctrine\ORM\PersistentCollection {#5524 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#5526 …}
      -status: 10
      -locality: "location"
      -auditScope: "1 Tag"
      -annotations: null
      -displayPoints: true
      -hubspotDealId: "8685357884"
      -centralAudit: false
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
507 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#29207
    -type: "entity"
    -name: "viewCertPdf"
    -label: "audits.actions.certificate"
    -icon: "fa fa-certificate"
    -cssClass: ""
    -addedCssClass: ""
    -htmlAttributes: [
      "target" => "_blank"
    ]
    -linkUrl: null
    -templatePath: "admin/actions/locale_dropdown_button.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: Closure(Audit $entity) {#27837 …}
    -translationParameters: []
    -displayCallable: Closure($entity) {#27836 …}
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28882
    -isAccessible: true
    -primaryKeyValue: 287
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#30615 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34395 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/287/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#5514
      -id: 287
      -auditDate: DateTime @1768431600 {#5513
        date: 2026-01-15 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: null
      -endDate: null
      -auditor: Proxies\__CG__\App\Entity\User {#1875 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#5516 …}
      -participants: Doctrine\ORM\PersistentCollection {#5518 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
      -areas: Doctrine\ORM\PersistentCollection {#5520 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#5522 …}
      -comments: Doctrine\ORM\PersistentCollection {#5524 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#5526 …}
      -status: 10
      -locality: "location"
      -auditScope: "1 Tag"
      -annotations: null
      -displayPoints: true
      -hubspotDealId: "8685357884"
      -centralAudit: false
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
508 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34279
    -type: "entity"
    -name: "viewReportPdf"
    -label: "audits.actions.report"
    -icon: "fa fa-file-pdf"
    -cssClass: ""
    -addedCssClass: ""
    -htmlAttributes: [
      "target" => "_blank"
    ]
    -linkUrl: null
    -templatePath: "admin/actions/locale_dropdown_button.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: Closure(Audit $entity) {#27848 …}
    -translationParameters: []
    -displayCallable: Closure($entity) {#27849 …}
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28882
    -isAccessible: true
    -primaryKeyValue: 287
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#30615 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34395 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/287/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#5514
      -id: 287
      -auditDate: DateTime @1768431600 {#5513
        date: 2026-01-15 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: null
      -endDate: null
      -auditor: Proxies\__CG__\App\Entity\User {#1875 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#5516 …}
      -participants: Doctrine\ORM\PersistentCollection {#5518 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
      -areas: Doctrine\ORM\PersistentCollection {#5520 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#5522 …}
      -comments: Doctrine\ORM\PersistentCollection {#5524 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#5526 …}
      -status: 10
      -locality: "location"
      -auditScope: "1 Tag"
      -annotations: null
      -displayPoints: true
      -hubspotDealId: "8685357884"
      -centralAudit: false
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
509 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34354
    -type: "entity"
    -name: "edit"
    -label: Symfony\Component\Translation\TranslatableMessage {#34371 …}
    -icon: "internal:edit"
    -cssClass: "action-edit"
    -addedCssClass: ""
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "https://dev.cat.greensign.de/admin/de/audit/287/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28882
    -isAccessible: true
    -primaryKeyValue: 287
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#30615 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34395 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/287/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#5514
      -id: 287
      -auditDate: DateTime @1768431600 {#5513
        date: 2026-01-15 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: null
      -endDate: null
      -auditor: Proxies\__CG__\App\Entity\User {#1875 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#5516 …}
      -participants: Doctrine\ORM\PersistentCollection {#5518 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
      -areas: Doctrine\ORM\PersistentCollection {#5520 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#5522 …}
      -comments: Doctrine\ORM\PersistentCollection {#5524 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#5526 …}
      -status: 10
      -locality: "location"
      -auditScope: "1 Tag"
      -annotations: null
      -displayPoints: true
      -hubspotDealId: "8685357884"
      -centralAudit: false
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
510 GRANTED ROLE_ADMIN
App\Entity\Business\Audit {#5514
  -id: 287
  -auditDate: DateTime @1768431600 {#5513
    date: 2026-01-15 00:00:00.0 Europe/Berlin (+01:00)
  }
  -startDate: null
  -endDate: null
  -auditor: Proxies\__CG__\App\Entity\User {#1875 …}
  -secondaryAuditor: null
  -certification: Proxies\__CG__\App\Entity\Business\Certification {#5516 …}
  -participants: Doctrine\ORM\PersistentCollection {#5518 …}
  -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
  -areas: Doctrine\ORM\PersistentCollection {#5520 …}
  -testProcedures: Doctrine\ORM\PersistentCollection {#5522 …}
  -comments: Doctrine\ORM\PersistentCollection {#5524 …}
  -auditAnswers: Doctrine\ORM\PersistentCollection {#5526 …}
  -status: 10
  -locality: "location"
  -auditScope: "1 Tag"
  -annotations: null
  -displayPoints: true
  -hubspotDealId: "8685357884"
  -centralAudit: false
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
GRANTED
The user has ROLE_ADMIN.
Show voter details
511 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34353
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#34372 …}
    -icon: "internal:delete"
    -cssClass: "action-delete"
    -addedCssClass: ""
    -htmlAttributes: [
      "data-action-name" => "delete"
      "formaction" => "https://dev.cat.greensign.de/admin/de/audit/287/delete?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-action-confirmation"
      "data-action-confirmation" => "true"
      "data-action-variant" => "danger"
      "data-action-entity-name" => Symfony\Component\Translation\TranslatableMessage {#27901
        -message: "entity.audit.singular"
        -parameters: [
          "%entity_name%" => "Audit"
          "%entity_as_string%" => ""
          "%entity_id%" => null
          "%entity_short_id%" => null
        ]
        -domain: "admin"
      }
      "data-action-entity-id" => "287"
    ]
    -linkUrl: "https://dev.cat.greensign.de/admin/de/audit/287/delete?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27871 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27879 …}
    -confirmationMessage: true
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28882
    -isAccessible: true
    -primaryKeyValue: 287
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#30615 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34395 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/287/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#5514
      -id: 287
      -auditDate: DateTime @1768431600 {#5513
        date: 2026-01-15 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: null
      -endDate: null
      -auditor: Proxies\__CG__\App\Entity\User {#1875 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#5516 …}
      -participants: Doctrine\ORM\PersistentCollection {#5518 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
      -areas: Doctrine\ORM\PersistentCollection {#5520 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#5522 …}
      -comments: Doctrine\ORM\PersistentCollection {#5524 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#5526 …}
      -status: 10
      -locality: "location"
      -auditScope: "1 Tag"
      -annotations: null
      -displayPoints: true
      -hubspotDealId: "8685357884"
      -centralAudit: false
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
512 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34240
    -type: "entity"
    -name: "viewAuditFrontend"
    -label: Symfony\Component\Translation\TranslatableMessage {#34404 …}
    -icon: "fa fa-calculator"
    -cssClass: "action-viewAuditFrontend"
    -addedCssClass: ""
    -htmlAttributes: [
      "target" => "_blank"
      "data-action-name" => "viewAuditFrontend"
    ]
    -linkUrl: "/audits/585"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: Closure(Audit $entity) {#27840 …}
    -translationParameters: []
    -displayCallable: null
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28850
    -isAccessible: true
    -primaryKeyValue: 585
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#30773 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34435 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/585/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#9740
      -id: 585
      -auditDate: DateTime @1768431600 {#9739
        date: 2026-01-15 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: null
      -endDate: null
      -auditor: Proxies\__CG__\App\Entity\User {#4146 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#9742 …}
      -participants: Doctrine\ORM\PersistentCollection {#9744 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
      -areas: Doctrine\ORM\PersistentCollection {#9746 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#9748 …}
      -comments: Doctrine\ORM\PersistentCollection {#9750 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#9752 …}
      -status: 0
      -locality: "location"
      -auditScope: "Stunden vor Ort"
      -annotations: [
        1 => [
          "leistungen" => ""
          "potential" => ""
        ]
        2 => [
          "leistungen" => ""
          "potential" => ""
        ]
        3 => [
          "leistungen" => ""
          "potential" => ""
        ]
        4 => [
          "leistungen" => ""
          "potential" => ""
        ]
      ]
      -displayPoints: true
      -hubspotDealId: "327952874723"
      -centralAudit: false
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
513 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#29170
    -type: "entity"
    -name: "viewCertPdf"
    -label: "audits.actions.certificate"
    -icon: "fa fa-certificate"
    -cssClass: ""
    -addedCssClass: ""
    -htmlAttributes: [
      "target" => "_blank"
    ]
    -linkUrl: null
    -templatePath: "admin/actions/locale_dropdown_button.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: Closure(Audit $entity) {#27837 …}
    -translationParameters: []
    -displayCallable: Closure($entity) {#27836 …}
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28850
    -isAccessible: true
    -primaryKeyValue: 585
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#30773 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34435 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/585/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#9740
      -id: 585
      -auditDate: DateTime @1768431600 {#9739
        date: 2026-01-15 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: null
      -endDate: null
      -auditor: Proxies\__CG__\App\Entity\User {#4146 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#9742 …}
      -participants: Doctrine\ORM\PersistentCollection {#9744 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
      -areas: Doctrine\ORM\PersistentCollection {#9746 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#9748 …}
      -comments: Doctrine\ORM\PersistentCollection {#9750 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#9752 …}
      -status: 0
      -locality: "location"
      -auditScope: "Stunden vor Ort"
      -annotations: [
        1 => [
          "leistungen" => ""
          "potential" => ""
        ]
        2 => [
          "leistungen" => ""
          "potential" => ""
        ]
        3 => [
          "leistungen" => ""
          "potential" => ""
        ]
        4 => [
          "leistungen" => ""
          "potential" => ""
        ]
      ]
      -displayPoints: true
      -hubspotDealId: "327952874723"
      -centralAudit: false
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
514 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34319
    -type: "entity"
    -name: "viewReportPdf"
    -label: "audits.actions.report"
    -icon: "fa fa-file-pdf"
    -cssClass: ""
    -addedCssClass: ""
    -htmlAttributes: [
      "target" => "_blank"
    ]
    -linkUrl: null
    -templatePath: "admin/actions/locale_dropdown_button.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: Closure(Audit $entity) {#27848 …}
    -translationParameters: []
    -displayCallable: Closure($entity) {#27849 …}
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28850
    -isAccessible: true
    -primaryKeyValue: 585
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#30773 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34435 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/585/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#9740
      -id: 585
      -auditDate: DateTime @1768431600 {#9739
        date: 2026-01-15 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: null
      -endDate: null
      -auditor: Proxies\__CG__\App\Entity\User {#4146 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#9742 …}
      -participants: Doctrine\ORM\PersistentCollection {#9744 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
      -areas: Doctrine\ORM\PersistentCollection {#9746 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#9748 …}
      -comments: Doctrine\ORM\PersistentCollection {#9750 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#9752 …}
      -status: 0
      -locality: "location"
      -auditScope: "Stunden vor Ort"
      -annotations: [
        1 => [
          "leistungen" => ""
          "potential" => ""
        ]
        2 => [
          "leistungen" => ""
          "potential" => ""
        ]
        3 => [
          "leistungen" => ""
          "potential" => ""
        ]
        4 => [
          "leistungen" => ""
          "potential" => ""
        ]
      ]
      -displayPoints: true
      -hubspotDealId: "327952874723"
      -centralAudit: false
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
515 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34394
    -type: "entity"
    -name: "edit"
    -label: Symfony\Component\Translation\TranslatableMessage {#34411 …}
    -icon: "internal:edit"
    -cssClass: "action-edit"
    -addedCssClass: ""
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "https://dev.cat.greensign.de/admin/de/audit/585/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28850
    -isAccessible: true
    -primaryKeyValue: 585
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#30773 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34435 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/585/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#9740
      -id: 585
      -auditDate: DateTime @1768431600 {#9739
        date: 2026-01-15 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: null
      -endDate: null
      -auditor: Proxies\__CG__\App\Entity\User {#4146 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#9742 …}
      -participants: Doctrine\ORM\PersistentCollection {#9744 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
      -areas: Doctrine\ORM\PersistentCollection {#9746 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#9748 …}
      -comments: Doctrine\ORM\PersistentCollection {#9750 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#9752 …}
      -status: 0
      -locality: "location"
      -auditScope: "Stunden vor Ort"
      -annotations: [
        1 => [
          "leistungen" => ""
          "potential" => ""
        ]
        2 => [
          "leistungen" => ""
          "potential" => ""
        ]
        3 => [
          "leistungen" => ""
          "potential" => ""
        ]
        4 => [
          "leistungen" => ""
          "potential" => ""
        ]
      ]
      -displayPoints: true
      -hubspotDealId: "327952874723"
      -centralAudit: false
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
516 GRANTED ROLE_ADMIN
App\Entity\Business\Audit {#9740
  -id: 585
  -auditDate: DateTime @1768431600 {#9739
    date: 2026-01-15 00:00:00.0 Europe/Berlin (+01:00)
  }
  -startDate: null
  -endDate: null
  -auditor: Proxies\__CG__\App\Entity\User {#4146 …}
  -secondaryAuditor: null
  -certification: Proxies\__CG__\App\Entity\Business\Certification {#9742 …}
  -participants: Doctrine\ORM\PersistentCollection {#9744 …}
  -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
  -areas: Doctrine\ORM\PersistentCollection {#9746 …}
  -testProcedures: Doctrine\ORM\PersistentCollection {#9748 …}
  -comments: Doctrine\ORM\PersistentCollection {#9750 …}
  -auditAnswers: Doctrine\ORM\PersistentCollection {#9752 …}
  -status: 0
  -locality: "location"
  -auditScope: "Stunden vor Ort"
  -annotations: [
    1 => [
      "leistungen" => ""
      "potential" => ""
    ]
    2 => [
      "leistungen" => ""
      "potential" => ""
    ]
    3 => [
      "leistungen" => ""
      "potential" => ""
    ]
    4 => [
      "leistungen" => ""
      "potential" => ""
    ]
  ]
  -displayPoints: true
  -hubspotDealId: "327952874723"
  -centralAudit: false
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
GRANTED
The user has ROLE_ADMIN.
Show voter details
517 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34393
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#34412 …}
    -icon: "internal:delete"
    -cssClass: "action-delete"
    -addedCssClass: ""
    -htmlAttributes: [
      "data-action-name" => "delete"
      "formaction" => "https://dev.cat.greensign.de/admin/de/audit/585/delete?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-action-confirmation"
      "data-action-confirmation" => "true"
      "data-action-variant" => "danger"
      "data-action-entity-name" => Symfony\Component\Translation\TranslatableMessage {#27901
        -message: "entity.audit.singular"
        -parameters: [
          "%entity_name%" => "Audit"
          "%entity_as_string%" => ""
          "%entity_id%" => null
          "%entity_short_id%" => null
        ]
        -domain: "admin"
      }
      "data-action-entity-id" => "585"
    ]
    -linkUrl: "https://dev.cat.greensign.de/admin/de/audit/585/delete?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27871 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27879 …}
    -confirmationMessage: true
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28850
    -isAccessible: true
    -primaryKeyValue: 585
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#30773 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34435 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/585/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#9740
      -id: 585
      -auditDate: DateTime @1768431600 {#9739
        date: 2026-01-15 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: null
      -endDate: null
      -auditor: Proxies\__CG__\App\Entity\User {#4146 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#9742 …}
      -participants: Doctrine\ORM\PersistentCollection {#9744 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
      -areas: Doctrine\ORM\PersistentCollection {#9746 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#9748 …}
      -comments: Doctrine\ORM\PersistentCollection {#9750 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#9752 …}
      -status: 0
      -locality: "location"
      -auditScope: "Stunden vor Ort"
      -annotations: [
        1 => [
          "leistungen" => ""
          "potential" => ""
        ]
        2 => [
          "leistungen" => ""
          "potential" => ""
        ]
        3 => [
          "leistungen" => ""
          "potential" => ""
        ]
        4 => [
          "leistungen" => ""
          "potential" => ""
        ]
      ]
      -displayPoints: true
      -hubspotDealId: "327952874723"
      -centralAudit: false
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
518 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34280
    -type: "entity"
    -name: "viewAuditFrontend"
    -label: Symfony\Component\Translation\TranslatableMessage {#34444 …}
    -icon: "fa fa-calculator"
    -cssClass: "action-viewAuditFrontend"
    -addedCssClass: ""
    -htmlAttributes: [
      "target" => "_blank"
      "data-action-name" => "viewAuditFrontend"
    ]
    -linkUrl: "/audits/519"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: Closure(Audit $entity) {#27840 …}
    -translationParameters: []
    -displayCallable: null
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28833
    -isAccessible: true
    -primaryKeyValue: 519
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#30934 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34475 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/519/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#8771
      -id: 519
      -auditDate: DateTime @1768345200 {#8770
        date: 2026-01-14 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: null
      -endDate: null
      -auditor: Proxies\__CG__\App\Entity\User {#1875 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#8773 …}
      -participants: Doctrine\ORM\PersistentCollection {#8775 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
      -areas: Doctrine\ORM\PersistentCollection {#8777 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#8779 …}
      -comments: Doctrine\ORM\PersistentCollection {#8781 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#8783 …}
      -status: 10
      -locality: "location"
      -auditScope: "1 Personentag"
      -annotations: null
      -displayPoints: true
      -hubspotDealId: null
      -centralAudit: false
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
519 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#29164
    -type: "entity"
    -name: "viewCertPdf"
    -label: "audits.actions.certificate"
    -icon: "fa fa-certificate"
    -cssClass: ""
    -addedCssClass: ""
    -htmlAttributes: [
      "target" => "_blank"
    ]
    -linkUrl: null
    -templatePath: "admin/actions/locale_dropdown_button.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: Closure(Audit $entity) {#27837 …}
    -translationParameters: []
    -displayCallable: Closure($entity) {#27836 …}
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28833
    -isAccessible: true
    -primaryKeyValue: 519
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#30934 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34475 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/519/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#8771
      -id: 519
      -auditDate: DateTime @1768345200 {#8770
        date: 2026-01-14 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: null
      -endDate: null
      -auditor: Proxies\__CG__\App\Entity\User {#1875 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#8773 …}
      -participants: Doctrine\ORM\PersistentCollection {#8775 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
      -areas: Doctrine\ORM\PersistentCollection {#8777 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#8779 …}
      -comments: Doctrine\ORM\PersistentCollection {#8781 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#8783 …}
      -status: 10
      -locality: "location"
      -auditScope: "1 Personentag"
      -annotations: null
      -displayPoints: true
      -hubspotDealId: null
      -centralAudit: false
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
520 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34359
    -type: "entity"
    -name: "viewReportPdf"
    -label: "audits.actions.report"
    -icon: "fa fa-file-pdf"
    -cssClass: ""
    -addedCssClass: ""
    -htmlAttributes: [
      "target" => "_blank"
    ]
    -linkUrl: null
    -templatePath: "admin/actions/locale_dropdown_button.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: Closure(Audit $entity) {#27848 …}
    -translationParameters: []
    -displayCallable: Closure($entity) {#27849 …}
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28833
    -isAccessible: true
    -primaryKeyValue: 519
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#30934 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34475 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/519/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#8771
      -id: 519
      -auditDate: DateTime @1768345200 {#8770
        date: 2026-01-14 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: null
      -endDate: null
      -auditor: Proxies\__CG__\App\Entity\User {#1875 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#8773 …}
      -participants: Doctrine\ORM\PersistentCollection {#8775 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
      -areas: Doctrine\ORM\PersistentCollection {#8777 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#8779 …}
      -comments: Doctrine\ORM\PersistentCollection {#8781 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#8783 …}
      -status: 10
      -locality: "location"
      -auditScope: "1 Personentag"
      -annotations: null
      -displayPoints: true
      -hubspotDealId: null
      -centralAudit: false
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
521 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34434
    -type: "entity"
    -name: "edit"
    -label: Symfony\Component\Translation\TranslatableMessage {#34451 …}
    -icon: "internal:edit"
    -cssClass: "action-edit"
    -addedCssClass: ""
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "https://dev.cat.greensign.de/admin/de/audit/519/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28833
    -isAccessible: true
    -primaryKeyValue: 519
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#30934 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34475 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/519/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#8771
      -id: 519
      -auditDate: DateTime @1768345200 {#8770
        date: 2026-01-14 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: null
      -endDate: null
      -auditor: Proxies\__CG__\App\Entity\User {#1875 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#8773 …}
      -participants: Doctrine\ORM\PersistentCollection {#8775 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
      -areas: Doctrine\ORM\PersistentCollection {#8777 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#8779 …}
      -comments: Doctrine\ORM\PersistentCollection {#8781 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#8783 …}
      -status: 10
      -locality: "location"
      -auditScope: "1 Personentag"
      -annotations: null
      -displayPoints: true
      -hubspotDealId: null
      -centralAudit: false
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
522 GRANTED ROLE_ADMIN
App\Entity\Business\Audit {#8771
  -id: 519
  -auditDate: DateTime @1768345200 {#8770
    date: 2026-01-14 00:00:00.0 Europe/Berlin (+01:00)
  }
  -startDate: null
  -endDate: null
  -auditor: Proxies\__CG__\App\Entity\User {#1875 …}
  -secondaryAuditor: null
  -certification: Proxies\__CG__\App\Entity\Business\Certification {#8773 …}
  -participants: Doctrine\ORM\PersistentCollection {#8775 …}
  -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
  -areas: Doctrine\ORM\PersistentCollection {#8777 …}
  -testProcedures: Doctrine\ORM\PersistentCollection {#8779 …}
  -comments: Doctrine\ORM\PersistentCollection {#8781 …}
  -auditAnswers: Doctrine\ORM\PersistentCollection {#8783 …}
  -status: 10
  -locality: "location"
  -auditScope: "1 Personentag"
  -annotations: null
  -displayPoints: true
  -hubspotDealId: null
  -centralAudit: false
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
GRANTED
The user has ROLE_ADMIN.
Show voter details
523 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34433
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#34452 …}
    -icon: "internal:delete"
    -cssClass: "action-delete"
    -addedCssClass: ""
    -htmlAttributes: [
      "data-action-name" => "delete"
      "formaction" => "https://dev.cat.greensign.de/admin/de/audit/519/delete?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-action-confirmation"
      "data-action-confirmation" => "true"
      "data-action-variant" => "danger"
      "data-action-entity-name" => Symfony\Component\Translation\TranslatableMessage {#27901
        -message: "entity.audit.singular"
        -parameters: [
          "%entity_name%" => "Audit"
          "%entity_as_string%" => ""
          "%entity_id%" => null
          "%entity_short_id%" => null
        ]
        -domain: "admin"
      }
      "data-action-entity-id" => "519"
    ]
    -linkUrl: "https://dev.cat.greensign.de/admin/de/audit/519/delete?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27871 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27879 …}
    -confirmationMessage: true
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28833
    -isAccessible: true
    -primaryKeyValue: 519
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#30934 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34475 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/519/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#8771
      -id: 519
      -auditDate: DateTime @1768345200 {#8770
        date: 2026-01-14 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: null
      -endDate: null
      -auditor: Proxies\__CG__\App\Entity\User {#1875 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#8773 …}
      -participants: Doctrine\ORM\PersistentCollection {#8775 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
      -areas: Doctrine\ORM\PersistentCollection {#8777 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#8779 …}
      -comments: Doctrine\ORM\PersistentCollection {#8781 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#8783 …}
      -status: 10
      -locality: "location"
      -auditScope: "1 Personentag"
      -annotations: null
      -displayPoints: true
      -hubspotDealId: null
      -centralAudit: false
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
524 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34320
    -type: "entity"
    -name: "viewAuditFrontend"
    -label: Symfony\Component\Translation\TranslatableMessage {#34484 …}
    -icon: "fa fa-calculator"
    -cssClass: "action-viewAuditFrontend"
    -addedCssClass: ""
    -htmlAttributes: [
      "target" => "_blank"
      "data-action-name" => "viewAuditFrontend"
    ]
    -linkUrl: "/audits/554"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: Closure(Audit $entity) {#27840 …}
    -translationParameters: []
    -displayCallable: null
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28902
    -isAccessible: true
    -primaryKeyValue: 554
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#31092 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34515 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/554/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#9325
      -id: 554
      -auditDate: DateTime @1768345200 {#9324
        date: 2026-01-14 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: null
      -endDate: null
      -auditor: Proxies\__CG__\App\Entity\User {#1435 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#9327 …}
      -participants: Doctrine\ORM\PersistentCollection {#9329 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
      -areas: Doctrine\ORM\PersistentCollection {#9331 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#9333 …}
      -comments: Doctrine\ORM\PersistentCollection {#9335 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#9337 …}
      -status: 0
      -locality: "location"
      -auditScope: null
      -annotations: [
        1 => [
          "leistungen" => """
            Das Unternehmensleitbild des Betriebs beschreibt das Selbstverständnis zu Vision, Unternehmenszweck und Werten und charakterisiert so das zentrale Element der Unternehmensidentität, sowie die Basis für einen nachhaltigen Erfolg. Es inspiriert nach außen und motiviert nach innen (1.2)\n
            Im Organigramm ist die Verantwortlichkeit für das Thema Nachhaltigkeit sichtbar enthalten. (1.4)\n
            Der Betrieb hat einen Nachhaltigkeitsbeauftragten ernannt. (1.4)\n
            Das vom Team entwickelte Nachhaltigkeitsprogramm ist SMART definiert und beinhaltet zahlreiche Maßnahmen, welche bei der Weiterentwicklung der Nachhaltigkeitsstrategie unterstützen. (1.5)\n
            Der Betrieb erstellt einen jährlichen Nachhaltigkeitsbericht. (1.8)
            """
          "potential" => "Wir empfehlen den Ausbau der Webseite zur Auslobung der nachhaltigen Aktivitäten des Hotels, sowie dem Herausheben von USPs/Alleinstellungsmerkmalen (z.B. TOP Gästezufriedenheit, Frühstücksservice mit nachhaltigen Produkten, Strom-/Wärmeversorgung mit erneuerbaren Energien, niedriger CO2-Fussabdruck etc). (1.7)"
        ]
        2 => [
          "leistungen" => "Der Betrieb hat einen Energiebeauftragten im Hotel benannt. (2.14)"
          "potential" => """
            Umstellung auf Ökostromtarif, zu 100% aus regenerativen Energiequellen gewonnen, verringert den CO2-Fußabdruck und leistet einen entscheidenden Beitrag zu mehr Klimaschutz. (2.7)\n
            Umstellung auf Ökostromtarif, zu 100% aus regenerativen Energiequellen gewonnen, verringert den CO2-Fußabdruck und leistet einen entscheidenden Beitrag zu mehr Klimaschutz. (2.7)\n
            Wir empfehlen die Erhöhung der Anteile von erneuerbaren Energien. (2.8)\n
            Energie-Check mit Fachberater/Experte (Ermittlung Energiebedarf und -verbrauch, Beschreibung und Analyse von Schwachstellen, Vorschläge zu Sparmaßnahmen). (2.14)
            """
        ]
        3 => [
          "leistungen" => """
            Regelmäßige Wartung der Wasserinstallationen sichert eine hohe Wasser- und Trinkqualität. (3.5)\n
            Der Betrieb setzt nachhaltig zertifizierte Reinigungsmittel ein. (3.7)
            """
          "potential" => "Das Auffangen von Regenwasser bietet sich auf dem Hotelgelände an und kann anschließend für die Bewässerung der umfangreichen Garten- und Grünanlagen verwendet werden. (3.7)"
        ]
        4 => [
          "leistungen" => """
            Das Hotel setzt Trennsysteme im gesamten Hotelbereich ein. (4.3)\n
            Fokus auf Großverpackungen und Mehrwegsysteme beim Einkauf. (4.4)\n
            Ein eigener Komposthaufen befindet sich auf dem Grundstück des Hotels. (4.7)
            """
          "potential" => """
            Wir empfehlen die Vermeidung von Portionsartikeln in allen Bereichen. (4.4)\n
            Zur Vermeidung von Verpackungsmüll kann ein Zero-Waste-Frühstück angeboten werden. (4.6)\n
            Cradle-to-Cradle zertifizierte Produkte können auf der folgenden Seite gefunden wurden: https://c2ccertified.org/  (4.7)
            """
        ]
        5 => [
          "leistungen" => "Im Sinne der Biodiversität hat der Betrieb zahlreiche Maßnahmen umgesetzt, welche aktiv die Flora und Fauna fördern. (5.3)"
          "potential" => """
            Aufstellen eines Hotels für Wildbienen oder Insekten in Verbindung mit einer örtlich passenden Bepflanzung als Nahrungsquellen. (5.3)\n
            Die Einführung eines Angebots für Gäste, sich (finanziell) an Biodiversitätsinitiativen zu beteiligen, z. B. durch Bienenpatenschaften oder Baumpflanzaktionen. (5.3)
            """
        ]
        6 => [
          "leistungen" => ""
          "potential" => """
            Bestand an nachhaltig produzierter Hotelwäsche erhöhen (z.B. Grüner Knopf). (6.4)\n
            Bei verschiedenen Warengruppen prüfen, ob statt der bisherigen von nun an unter nachhaltigen Gesichtspunkten zertifizierte Produkte eingekauft werden können. (6.5)\n
            Den Anteil von Fairtrade-Produkten weiter erhöhen. Zucker, Kakao, Tee, Reis, Bananen, Kaffee und vieles mehr sind auch als Fairtrade-Artikel erhältlich und können bevorzugt eingekauft werden. (6.13)
            """
        ]
        7 => [
          "leistungen" => """
            E-Ladesäulen und ein hoteleigener Parkplatz stehen für E-Fahrzeuge zur Verfügung. (7.9)\n
            Gäste erhalten Informationen über emissionsarme Anreisemöglichkeiten. (7.9)\n
            Das Hotel stellt eine Vielzahl an Informationen für regionale Aktivitäten bereit. (7.14)
            """
          "potential" => """
            Informationen über die regionale Herkunft der Produkte auf den Speise- und Getränkekarten. (7.2)\n
            Erweiterung des Angebots lokaler Produkte zum Kauf durch den Gast. (7.3)
            """
        ]
        8 => [
          "leistungen" => "SOPs werden eingesetzt, um die Kommunikation im Team zu verbessern und die Einschulung neuer Mitarbeiter zu vereinfachen. (8.1)"
          "potential" => "Lieferantenbewertung erstellen: Kriterien für die strategische Lieferantenauswahl: Qualität der Waren, Regionalität, Standortnähe, geringe Fehler- und Ausfallquoten, Liefertermintreue, Angebotstransparenz, Flexibilität, Zuverlässigkeit und Zertifizierungen. (8.3)"
        ]
        9 => [
          "leistungen" => """
            Ein „Code of Conduct“ (Zusammenfassung von Verhaltensregeln im Unternehmen) wurde erarbeitet, der Orientierung für das tägliche Handeln für Mitarbeiter, Führungskräfte und andere Stakeholder bietet. (9.1)\n
            Ein vielfältiges System mit Angeboten für ein betriebliches Gesundheitsmanagement ist im Hotel etabliert. (9.8)
            """
          "potential" => ""
        ]
      ]
      -displayPoints: true
      -hubspotDealId: "302024424634"
      -centralAudit: false
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
525 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#29183
    -type: "entity"
    -name: "viewCertPdf"
    -label: "audits.actions.certificate"
    -icon: "fa fa-certificate"
    -cssClass: ""
    -addedCssClass: ""
    -htmlAttributes: [
      "target" => "_blank"
    ]
    -linkUrl: null
    -templatePath: "admin/actions/locale_dropdown_button.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: Closure(Audit $entity) {#27837 …}
    -translationParameters: []
    -displayCallable: Closure($entity) {#27836 …}
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28902
    -isAccessible: true
    -primaryKeyValue: 554
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#31092 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34515 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/554/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#9325
      -id: 554
      -auditDate: DateTime @1768345200 {#9324
        date: 2026-01-14 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: null
      -endDate: null
      -auditor: Proxies\__CG__\App\Entity\User {#1435 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#9327 …}
      -participants: Doctrine\ORM\PersistentCollection {#9329 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
      -areas: Doctrine\ORM\PersistentCollection {#9331 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#9333 …}
      -comments: Doctrine\ORM\PersistentCollection {#9335 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#9337 …}
      -status: 0
      -locality: "location"
      -auditScope: null
      -annotations: [
        1 => [
          "leistungen" => """
            Das Unternehmensleitbild des Betriebs beschreibt das Selbstverständnis zu Vision, Unternehmenszweck und Werten und charakterisiert so das zentrale Element der Unternehmensidentität, sowie die Basis für einen nachhaltigen Erfolg. Es inspiriert nach außen und motiviert nach innen (1.2)\n
            Im Organigramm ist die Verantwortlichkeit für das Thema Nachhaltigkeit sichtbar enthalten. (1.4)\n
            Der Betrieb hat einen Nachhaltigkeitsbeauftragten ernannt. (1.4)\n
            Das vom Team entwickelte Nachhaltigkeitsprogramm ist SMART definiert und beinhaltet zahlreiche Maßnahmen, welche bei der Weiterentwicklung der Nachhaltigkeitsstrategie unterstützen. (1.5)\n
            Der Betrieb erstellt einen jährlichen Nachhaltigkeitsbericht. (1.8)
            """
          "potential" => "Wir empfehlen den Ausbau der Webseite zur Auslobung der nachhaltigen Aktivitäten des Hotels, sowie dem Herausheben von USPs/Alleinstellungsmerkmalen (z.B. TOP Gästezufriedenheit, Frühstücksservice mit nachhaltigen Produkten, Strom-/Wärmeversorgung mit erneuerbaren Energien, niedriger CO2-Fussabdruck etc). (1.7)"
        ]
        2 => [
          "leistungen" => "Der Betrieb hat einen Energiebeauftragten im Hotel benannt. (2.14)"
          "potential" => """
            Umstellung auf Ökostromtarif, zu 100% aus regenerativen Energiequellen gewonnen, verringert den CO2-Fußabdruck und leistet einen entscheidenden Beitrag zu mehr Klimaschutz. (2.7)\n
            Umstellung auf Ökostromtarif, zu 100% aus regenerativen Energiequellen gewonnen, verringert den CO2-Fußabdruck und leistet einen entscheidenden Beitrag zu mehr Klimaschutz. (2.7)\n
            Wir empfehlen die Erhöhung der Anteile von erneuerbaren Energien. (2.8)\n
            Energie-Check mit Fachberater/Experte (Ermittlung Energiebedarf und -verbrauch, Beschreibung und Analyse von Schwachstellen, Vorschläge zu Sparmaßnahmen). (2.14)
            """
        ]
        3 => [
          "leistungen" => """
            Regelmäßige Wartung der Wasserinstallationen sichert eine hohe Wasser- und Trinkqualität. (3.5)\n
            Der Betrieb setzt nachhaltig zertifizierte Reinigungsmittel ein. (3.7)
            """
          "potential" => "Das Auffangen von Regenwasser bietet sich auf dem Hotelgelände an und kann anschließend für die Bewässerung der umfangreichen Garten- und Grünanlagen verwendet werden. (3.7)"
        ]
        4 => [
          "leistungen" => """
            Das Hotel setzt Trennsysteme im gesamten Hotelbereich ein. (4.3)\n
            Fokus auf Großverpackungen und Mehrwegsysteme beim Einkauf. (4.4)\n
            Ein eigener Komposthaufen befindet sich auf dem Grundstück des Hotels. (4.7)
            """
          "potential" => """
            Wir empfehlen die Vermeidung von Portionsartikeln in allen Bereichen. (4.4)\n
            Zur Vermeidung von Verpackungsmüll kann ein Zero-Waste-Frühstück angeboten werden. (4.6)\n
            Cradle-to-Cradle zertifizierte Produkte können auf der folgenden Seite gefunden wurden: https://c2ccertified.org/  (4.7)
            """
        ]
        5 => [
          "leistungen" => "Im Sinne der Biodiversität hat der Betrieb zahlreiche Maßnahmen umgesetzt, welche aktiv die Flora und Fauna fördern. (5.3)"
          "potential" => """
            Aufstellen eines Hotels für Wildbienen oder Insekten in Verbindung mit einer örtlich passenden Bepflanzung als Nahrungsquellen. (5.3)\n
            Die Einführung eines Angebots für Gäste, sich (finanziell) an Biodiversitätsinitiativen zu beteiligen, z. B. durch Bienenpatenschaften oder Baumpflanzaktionen. (5.3)
            """
        ]
        6 => [
          "leistungen" => ""
          "potential" => """
            Bestand an nachhaltig produzierter Hotelwäsche erhöhen (z.B. Grüner Knopf). (6.4)\n
            Bei verschiedenen Warengruppen prüfen, ob statt der bisherigen von nun an unter nachhaltigen Gesichtspunkten zertifizierte Produkte eingekauft werden können. (6.5)\n
            Den Anteil von Fairtrade-Produkten weiter erhöhen. Zucker, Kakao, Tee, Reis, Bananen, Kaffee und vieles mehr sind auch als Fairtrade-Artikel erhältlich und können bevorzugt eingekauft werden. (6.13)
            """
        ]
        7 => [
          "leistungen" => """
            E-Ladesäulen und ein hoteleigener Parkplatz stehen für E-Fahrzeuge zur Verfügung. (7.9)\n
            Gäste erhalten Informationen über emissionsarme Anreisemöglichkeiten. (7.9)\n
            Das Hotel stellt eine Vielzahl an Informationen für regionale Aktivitäten bereit. (7.14)
            """
          "potential" => """
            Informationen über die regionale Herkunft der Produkte auf den Speise- und Getränkekarten. (7.2)\n
            Erweiterung des Angebots lokaler Produkte zum Kauf durch den Gast. (7.3)
            """
        ]
        8 => [
          "leistungen" => "SOPs werden eingesetzt, um die Kommunikation im Team zu verbessern und die Einschulung neuer Mitarbeiter zu vereinfachen. (8.1)"
          "potential" => "Lieferantenbewertung erstellen: Kriterien für die strategische Lieferantenauswahl: Qualität der Waren, Regionalität, Standortnähe, geringe Fehler- und Ausfallquoten, Liefertermintreue, Angebotstransparenz, Flexibilität, Zuverlässigkeit und Zertifizierungen. (8.3)"
        ]
        9 => [
          "leistungen" => """
            Ein „Code of Conduct“ (Zusammenfassung von Verhaltensregeln im Unternehmen) wurde erarbeitet, der Orientierung für das tägliche Handeln für Mitarbeiter, Führungskräfte und andere Stakeholder bietet. (9.1)\n
            Ein vielfältiges System mit Angeboten für ein betriebliches Gesundheitsmanagement ist im Hotel etabliert. (9.8)
            """
          "potential" => ""
        ]
      ]
      -displayPoints: true
      -hubspotDealId: "302024424634"
      -centralAudit: false
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
526 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34399
    -type: "entity"
    -name: "viewReportPdf"
    -label: "audits.actions.report"
    -icon: "fa fa-file-pdf"
    -cssClass: ""
    -addedCssClass: ""
    -htmlAttributes: [
      "target" => "_blank"
    ]
    -linkUrl: null
    -templatePath: "admin/actions/locale_dropdown_button.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: Closure(Audit $entity) {#27848 …}
    -translationParameters: []
    -displayCallable: Closure($entity) {#27849 …}
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28902
    -isAccessible: true
    -primaryKeyValue: 554
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#31092 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34515 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/554/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#9325
      -id: 554
      -auditDate: DateTime @1768345200 {#9324
        date: 2026-01-14 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: null
      -endDate: null
      -auditor: Proxies\__CG__\App\Entity\User {#1435 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#9327 …}
      -participants: Doctrine\ORM\PersistentCollection {#9329 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
      -areas: Doctrine\ORM\PersistentCollection {#9331 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#9333 …}
      -comments: Doctrine\ORM\PersistentCollection {#9335 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#9337 …}
      -status: 0
      -locality: "location"
      -auditScope: null
      -annotations: [
        1 => [
          "leistungen" => """
            Das Unternehmensleitbild des Betriebs beschreibt das Selbstverständnis zu Vision, Unternehmenszweck und Werten und charakterisiert so das zentrale Element der Unternehmensidentität, sowie die Basis für einen nachhaltigen Erfolg. Es inspiriert nach außen und motiviert nach innen (1.2)\n
            Im Organigramm ist die Verantwortlichkeit für das Thema Nachhaltigkeit sichtbar enthalten. (1.4)\n
            Der Betrieb hat einen Nachhaltigkeitsbeauftragten ernannt. (1.4)\n
            Das vom Team entwickelte Nachhaltigkeitsprogramm ist SMART definiert und beinhaltet zahlreiche Maßnahmen, welche bei der Weiterentwicklung der Nachhaltigkeitsstrategie unterstützen. (1.5)\n
            Der Betrieb erstellt einen jährlichen Nachhaltigkeitsbericht. (1.8)
            """
          "potential" => "Wir empfehlen den Ausbau der Webseite zur Auslobung der nachhaltigen Aktivitäten des Hotels, sowie dem Herausheben von USPs/Alleinstellungsmerkmalen (z.B. TOP Gästezufriedenheit, Frühstücksservice mit nachhaltigen Produkten, Strom-/Wärmeversorgung mit erneuerbaren Energien, niedriger CO2-Fussabdruck etc). (1.7)"
        ]
        2 => [
          "leistungen" => "Der Betrieb hat einen Energiebeauftragten im Hotel benannt. (2.14)"
          "potential" => """
            Umstellung auf Ökostromtarif, zu 100% aus regenerativen Energiequellen gewonnen, verringert den CO2-Fußabdruck und leistet einen entscheidenden Beitrag zu mehr Klimaschutz. (2.7)\n
            Umstellung auf Ökostromtarif, zu 100% aus regenerativen Energiequellen gewonnen, verringert den CO2-Fußabdruck und leistet einen entscheidenden Beitrag zu mehr Klimaschutz. (2.7)\n
            Wir empfehlen die Erhöhung der Anteile von erneuerbaren Energien. (2.8)\n
            Energie-Check mit Fachberater/Experte (Ermittlung Energiebedarf und -verbrauch, Beschreibung und Analyse von Schwachstellen, Vorschläge zu Sparmaßnahmen). (2.14)
            """
        ]
        3 => [
          "leistungen" => """
            Regelmäßige Wartung der Wasserinstallationen sichert eine hohe Wasser- und Trinkqualität. (3.5)\n
            Der Betrieb setzt nachhaltig zertifizierte Reinigungsmittel ein. (3.7)
            """
          "potential" => "Das Auffangen von Regenwasser bietet sich auf dem Hotelgelände an und kann anschließend für die Bewässerung der umfangreichen Garten- und Grünanlagen verwendet werden. (3.7)"
        ]
        4 => [
          "leistungen" => """
            Das Hotel setzt Trennsysteme im gesamten Hotelbereich ein. (4.3)\n
            Fokus auf Großverpackungen und Mehrwegsysteme beim Einkauf. (4.4)\n
            Ein eigener Komposthaufen befindet sich auf dem Grundstück des Hotels. (4.7)
            """
          "potential" => """
            Wir empfehlen die Vermeidung von Portionsartikeln in allen Bereichen. (4.4)\n
            Zur Vermeidung von Verpackungsmüll kann ein Zero-Waste-Frühstück angeboten werden. (4.6)\n
            Cradle-to-Cradle zertifizierte Produkte können auf der folgenden Seite gefunden wurden: https://c2ccertified.org/  (4.7)
            """
        ]
        5 => [
          "leistungen" => "Im Sinne der Biodiversität hat der Betrieb zahlreiche Maßnahmen umgesetzt, welche aktiv die Flora und Fauna fördern. (5.3)"
          "potential" => """
            Aufstellen eines Hotels für Wildbienen oder Insekten in Verbindung mit einer örtlich passenden Bepflanzung als Nahrungsquellen. (5.3)\n
            Die Einführung eines Angebots für Gäste, sich (finanziell) an Biodiversitätsinitiativen zu beteiligen, z. B. durch Bienenpatenschaften oder Baumpflanzaktionen. (5.3)
            """
        ]
        6 => [
          "leistungen" => ""
          "potential" => """
            Bestand an nachhaltig produzierter Hotelwäsche erhöhen (z.B. Grüner Knopf). (6.4)\n
            Bei verschiedenen Warengruppen prüfen, ob statt der bisherigen von nun an unter nachhaltigen Gesichtspunkten zertifizierte Produkte eingekauft werden können. (6.5)\n
            Den Anteil von Fairtrade-Produkten weiter erhöhen. Zucker, Kakao, Tee, Reis, Bananen, Kaffee und vieles mehr sind auch als Fairtrade-Artikel erhältlich und können bevorzugt eingekauft werden. (6.13)
            """
        ]
        7 => [
          "leistungen" => """
            E-Ladesäulen und ein hoteleigener Parkplatz stehen für E-Fahrzeuge zur Verfügung. (7.9)\n
            Gäste erhalten Informationen über emissionsarme Anreisemöglichkeiten. (7.9)\n
            Das Hotel stellt eine Vielzahl an Informationen für regionale Aktivitäten bereit. (7.14)
            """
          "potential" => """
            Informationen über die regionale Herkunft der Produkte auf den Speise- und Getränkekarten. (7.2)\n
            Erweiterung des Angebots lokaler Produkte zum Kauf durch den Gast. (7.3)
            """
        ]
        8 => [
          "leistungen" => "SOPs werden eingesetzt, um die Kommunikation im Team zu verbessern und die Einschulung neuer Mitarbeiter zu vereinfachen. (8.1)"
          "potential" => "Lieferantenbewertung erstellen: Kriterien für die strategische Lieferantenauswahl: Qualität der Waren, Regionalität, Standortnähe, geringe Fehler- und Ausfallquoten, Liefertermintreue, Angebotstransparenz, Flexibilität, Zuverlässigkeit und Zertifizierungen. (8.3)"
        ]
        9 => [
          "leistungen" => """
            Ein „Code of Conduct“ (Zusammenfassung von Verhaltensregeln im Unternehmen) wurde erarbeitet, der Orientierung für das tägliche Handeln für Mitarbeiter, Führungskräfte und andere Stakeholder bietet. (9.1)\n
            Ein vielfältiges System mit Angeboten für ein betriebliches Gesundheitsmanagement ist im Hotel etabliert. (9.8)
            """
          "potential" => ""
        ]
      ]
      -displayPoints: true
      -hubspotDealId: "302024424634"
      -centralAudit: false
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
527 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34474
    -type: "entity"
    -name: "edit"
    -label: Symfony\Component\Translation\TranslatableMessage {#34491 …}
    -icon: "internal:edit"
    -cssClass: "action-edit"
    -addedCssClass: ""
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "https://dev.cat.greensign.de/admin/de/audit/554/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28902
    -isAccessible: true
    -primaryKeyValue: 554
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#31092 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34515 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/554/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#9325
      -id: 554
      -auditDate: DateTime @1768345200 {#9324
        date: 2026-01-14 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: null
      -endDate: null
      -auditor: Proxies\__CG__\App\Entity\User {#1435 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#9327 …}
      -participants: Doctrine\ORM\PersistentCollection {#9329 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
      -areas: Doctrine\ORM\PersistentCollection {#9331 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#9333 …}
      -comments: Doctrine\ORM\PersistentCollection {#9335 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#9337 …}
      -status: 0
      -locality: "location"
      -auditScope: null
      -annotations: [
        1 => [
          "leistungen" => """
            Das Unternehmensleitbild des Betriebs beschreibt das Selbstverständnis zu Vision, Unternehmenszweck und Werten und charakterisiert so das zentrale Element der Unternehmensidentität, sowie die Basis für einen nachhaltigen Erfolg. Es inspiriert nach außen und motiviert nach innen (1.2)\n
            Im Organigramm ist die Verantwortlichkeit für das Thema Nachhaltigkeit sichtbar enthalten. (1.4)\n
            Der Betrieb hat einen Nachhaltigkeitsbeauftragten ernannt. (1.4)\n
            Das vom Team entwickelte Nachhaltigkeitsprogramm ist SMART definiert und beinhaltet zahlreiche Maßnahmen, welche bei der Weiterentwicklung der Nachhaltigkeitsstrategie unterstützen. (1.5)\n
            Der Betrieb erstellt einen jährlichen Nachhaltigkeitsbericht. (1.8)
            """
          "potential" => "Wir empfehlen den Ausbau der Webseite zur Auslobung der nachhaltigen Aktivitäten des Hotels, sowie dem Herausheben von USPs/Alleinstellungsmerkmalen (z.B. TOP Gästezufriedenheit, Frühstücksservice mit nachhaltigen Produkten, Strom-/Wärmeversorgung mit erneuerbaren Energien, niedriger CO2-Fussabdruck etc). (1.7)"
        ]
        2 => [
          "leistungen" => "Der Betrieb hat einen Energiebeauftragten im Hotel benannt. (2.14)"
          "potential" => """
            Umstellung auf Ökostromtarif, zu 100% aus regenerativen Energiequellen gewonnen, verringert den CO2-Fußabdruck und leistet einen entscheidenden Beitrag zu mehr Klimaschutz. (2.7)\n
            Umstellung auf Ökostromtarif, zu 100% aus regenerativen Energiequellen gewonnen, verringert den CO2-Fußabdruck und leistet einen entscheidenden Beitrag zu mehr Klimaschutz. (2.7)\n
            Wir empfehlen die Erhöhung der Anteile von erneuerbaren Energien. (2.8)\n
            Energie-Check mit Fachberater/Experte (Ermittlung Energiebedarf und -verbrauch, Beschreibung und Analyse von Schwachstellen, Vorschläge zu Sparmaßnahmen). (2.14)
            """
        ]
        3 => [
          "leistungen" => """
            Regelmäßige Wartung der Wasserinstallationen sichert eine hohe Wasser- und Trinkqualität. (3.5)\n
            Der Betrieb setzt nachhaltig zertifizierte Reinigungsmittel ein. (3.7)
            """
          "potential" => "Das Auffangen von Regenwasser bietet sich auf dem Hotelgelände an und kann anschließend für die Bewässerung der umfangreichen Garten- und Grünanlagen verwendet werden. (3.7)"
        ]
        4 => [
          "leistungen" => """
            Das Hotel setzt Trennsysteme im gesamten Hotelbereich ein. (4.3)\n
            Fokus auf Großverpackungen und Mehrwegsysteme beim Einkauf. (4.4)\n
            Ein eigener Komposthaufen befindet sich auf dem Grundstück des Hotels. (4.7)
            """
          "potential" => """
            Wir empfehlen die Vermeidung von Portionsartikeln in allen Bereichen. (4.4)\n
            Zur Vermeidung von Verpackungsmüll kann ein Zero-Waste-Frühstück angeboten werden. (4.6)\n
            Cradle-to-Cradle zertifizierte Produkte können auf der folgenden Seite gefunden wurden: https://c2ccertified.org/  (4.7)
            """
        ]
        5 => [
          "leistungen" => "Im Sinne der Biodiversität hat der Betrieb zahlreiche Maßnahmen umgesetzt, welche aktiv die Flora und Fauna fördern. (5.3)"
          "potential" => """
            Aufstellen eines Hotels für Wildbienen oder Insekten in Verbindung mit einer örtlich passenden Bepflanzung als Nahrungsquellen. (5.3)\n
            Die Einführung eines Angebots für Gäste, sich (finanziell) an Biodiversitätsinitiativen zu beteiligen, z. B. durch Bienenpatenschaften oder Baumpflanzaktionen. (5.3)
            """
        ]
        6 => [
          "leistungen" => ""
          "potential" => """
            Bestand an nachhaltig produzierter Hotelwäsche erhöhen (z.B. Grüner Knopf). (6.4)\n
            Bei verschiedenen Warengruppen prüfen, ob statt der bisherigen von nun an unter nachhaltigen Gesichtspunkten zertifizierte Produkte eingekauft werden können. (6.5)\n
            Den Anteil von Fairtrade-Produkten weiter erhöhen. Zucker, Kakao, Tee, Reis, Bananen, Kaffee und vieles mehr sind auch als Fairtrade-Artikel erhältlich und können bevorzugt eingekauft werden. (6.13)
            """
        ]
        7 => [
          "leistungen" => """
            E-Ladesäulen und ein hoteleigener Parkplatz stehen für E-Fahrzeuge zur Verfügung. (7.9)\n
            Gäste erhalten Informationen über emissionsarme Anreisemöglichkeiten. (7.9)\n
            Das Hotel stellt eine Vielzahl an Informationen für regionale Aktivitäten bereit. (7.14)
            """
          "potential" => """
            Informationen über die regionale Herkunft der Produkte auf den Speise- und Getränkekarten. (7.2)\n
            Erweiterung des Angebots lokaler Produkte zum Kauf durch den Gast. (7.3)
            """
        ]
        8 => [
          "leistungen" => "SOPs werden eingesetzt, um die Kommunikation im Team zu verbessern und die Einschulung neuer Mitarbeiter zu vereinfachen. (8.1)"
          "potential" => "Lieferantenbewertung erstellen: Kriterien für die strategische Lieferantenauswahl: Qualität der Waren, Regionalität, Standortnähe, geringe Fehler- und Ausfallquoten, Liefertermintreue, Angebotstransparenz, Flexibilität, Zuverlässigkeit und Zertifizierungen. (8.3)"
        ]
        9 => [
          "leistungen" => """
            Ein „Code of Conduct“ (Zusammenfassung von Verhaltensregeln im Unternehmen) wurde erarbeitet, der Orientierung für das tägliche Handeln für Mitarbeiter, Führungskräfte und andere Stakeholder bietet. (9.1)\n
            Ein vielfältiges System mit Angeboten für ein betriebliches Gesundheitsmanagement ist im Hotel etabliert. (9.8)
            """
          "potential" => ""
        ]
      ]
      -displayPoints: true
      -hubspotDealId: "302024424634"
      -centralAudit: false
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
528 GRANTED ROLE_ADMIN
App\Entity\Business\Audit {#9325
  -id: 554
  -auditDate: DateTime @1768345200 {#9324
    date: 2026-01-14 00:00:00.0 Europe/Berlin (+01:00)
  }
  -startDate: null
  -endDate: null
  -auditor: Proxies\__CG__\App\Entity\User {#1435 …}
  -secondaryAuditor: null
  -certification: Proxies\__CG__\App\Entity\Business\Certification {#9327 …}
  -participants: Doctrine\ORM\PersistentCollection {#9329 …}
  -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
  -areas: Doctrine\ORM\PersistentCollection {#9331 …}
  -testProcedures: Doctrine\ORM\PersistentCollection {#9333 …}
  -comments: Doctrine\ORM\PersistentCollection {#9335 …}
  -auditAnswers: Doctrine\ORM\PersistentCollection {#9337 …}
  -status: 0
  -locality: "location"
  -auditScope: null
  -annotations: [
    1 => [
      "leistungen" => """
        Das Unternehmensleitbild des Betriebs beschreibt das Selbstverständnis zu Vision, Unternehmenszweck und Werten und charakterisiert so das zentrale Element der Unternehmensidentität, sowie die Basis für einen nachhaltigen Erfolg. Es inspiriert nach außen und motiviert nach innen (1.2)\n
        Im Organigramm ist die Verantwortlichkeit für das Thema Nachhaltigkeit sichtbar enthalten. (1.4)\n
        Der Betrieb hat einen Nachhaltigkeitsbeauftragten ernannt. (1.4)\n
        Das vom Team entwickelte Nachhaltigkeitsprogramm ist SMART definiert und beinhaltet zahlreiche Maßnahmen, welche bei der Weiterentwicklung der Nachhaltigkeitsstrategie unterstützen. (1.5)\n
        Der Betrieb erstellt einen jährlichen Nachhaltigkeitsbericht. (1.8)
        """
      "potential" => "Wir empfehlen den Ausbau der Webseite zur Auslobung der nachhaltigen Aktivitäten des Hotels, sowie dem Herausheben von USPs/Alleinstellungsmerkmalen (z.B. TOP Gästezufriedenheit, Frühstücksservice mit nachhaltigen Produkten, Strom-/Wärmeversorgung mit erneuerbaren Energien, niedriger CO2-Fussabdruck etc). (1.7)"
    ]
    2 => [
      "leistungen" => "Der Betrieb hat einen Energiebeauftragten im Hotel benannt. (2.14)"
      "potential" => """
        Umstellung auf Ökostromtarif, zu 100% aus regenerativen Energiequellen gewonnen, verringert den CO2-Fußabdruck und leistet einen entscheidenden Beitrag zu mehr Klimaschutz. (2.7)\n
        Umstellung auf Ökostromtarif, zu 100% aus regenerativen Energiequellen gewonnen, verringert den CO2-Fußabdruck und leistet einen entscheidenden Beitrag zu mehr Klimaschutz. (2.7)\n
        Wir empfehlen die Erhöhung der Anteile von erneuerbaren Energien. (2.8)\n
        Energie-Check mit Fachberater/Experte (Ermittlung Energiebedarf und -verbrauch, Beschreibung und Analyse von Schwachstellen, Vorschläge zu Sparmaßnahmen). (2.14)
        """
    ]
    3 => [
      "leistungen" => """
        Regelmäßige Wartung der Wasserinstallationen sichert eine hohe Wasser- und Trinkqualität. (3.5)\n
        Der Betrieb setzt nachhaltig zertifizierte Reinigungsmittel ein. (3.7)
        """
      "potential" => "Das Auffangen von Regenwasser bietet sich auf dem Hotelgelände an und kann anschließend für die Bewässerung der umfangreichen Garten- und Grünanlagen verwendet werden. (3.7)"
    ]
    4 => [
      "leistungen" => """
        Das Hotel setzt Trennsysteme im gesamten Hotelbereich ein. (4.3)\n
        Fokus auf Großverpackungen und Mehrwegsysteme beim Einkauf. (4.4)\n
        Ein eigener Komposthaufen befindet sich auf dem Grundstück des Hotels. (4.7)
        """
      "potential" => """
        Wir empfehlen die Vermeidung von Portionsartikeln in allen Bereichen. (4.4)\n
        Zur Vermeidung von Verpackungsmüll kann ein Zero-Waste-Frühstück angeboten werden. (4.6)\n
        Cradle-to-Cradle zertifizierte Produkte können auf der folgenden Seite gefunden wurden: https://c2ccertified.org/  (4.7)
        """
    ]
    5 => [
      "leistungen" => "Im Sinne der Biodiversität hat der Betrieb zahlreiche Maßnahmen umgesetzt, welche aktiv die Flora und Fauna fördern. (5.3)"
      "potential" => """
        Aufstellen eines Hotels für Wildbienen oder Insekten in Verbindung mit einer örtlich passenden Bepflanzung als Nahrungsquellen. (5.3)\n
        Die Einführung eines Angebots für Gäste, sich (finanziell) an Biodiversitätsinitiativen zu beteiligen, z. B. durch Bienenpatenschaften oder Baumpflanzaktionen. (5.3)
        """
    ]
    6 => [
      "leistungen" => ""
      "potential" => """
        Bestand an nachhaltig produzierter Hotelwäsche erhöhen (z.B. Grüner Knopf). (6.4)\n
        Bei verschiedenen Warengruppen prüfen, ob statt der bisherigen von nun an unter nachhaltigen Gesichtspunkten zertifizierte Produkte eingekauft werden können. (6.5)\n
        Den Anteil von Fairtrade-Produkten weiter erhöhen. Zucker, Kakao, Tee, Reis, Bananen, Kaffee und vieles mehr sind auch als Fairtrade-Artikel erhältlich und können bevorzugt eingekauft werden. (6.13)
        """
    ]
    7 => [
      "leistungen" => """
        E-Ladesäulen und ein hoteleigener Parkplatz stehen für E-Fahrzeuge zur Verfügung. (7.9)\n
        Gäste erhalten Informationen über emissionsarme Anreisemöglichkeiten. (7.9)\n
        Das Hotel stellt eine Vielzahl an Informationen für regionale Aktivitäten bereit. (7.14)
        """
      "potential" => """
        Informationen über die regionale Herkunft der Produkte auf den Speise- und Getränkekarten. (7.2)\n
        Erweiterung des Angebots lokaler Produkte zum Kauf durch den Gast. (7.3)
        """
    ]
    8 => [
      "leistungen" => "SOPs werden eingesetzt, um die Kommunikation im Team zu verbessern und die Einschulung neuer Mitarbeiter zu vereinfachen. (8.1)"
      "potential" => "Lieferantenbewertung erstellen: Kriterien für die strategische Lieferantenauswahl: Qualität der Waren, Regionalität, Standortnähe, geringe Fehler- und Ausfallquoten, Liefertermintreue, Angebotstransparenz, Flexibilität, Zuverlässigkeit und Zertifizierungen. (8.3)"
    ]
    9 => [
      "leistungen" => """
        Ein „Code of Conduct“ (Zusammenfassung von Verhaltensregeln im Unternehmen) wurde erarbeitet, der Orientierung für das tägliche Handeln für Mitarbeiter, Führungskräfte und andere Stakeholder bietet. (9.1)\n
        Ein vielfältiges System mit Angeboten für ein betriebliches Gesundheitsmanagement ist im Hotel etabliert. (9.8)
        """
      "potential" => ""
    ]
  ]
  -displayPoints: true
  -hubspotDealId: "302024424634"
  -centralAudit: false
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
GRANTED
The user has ROLE_ADMIN.
Show voter details
529 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34473
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#34492 …}
    -icon: "internal:delete"
    -cssClass: "action-delete"
    -addedCssClass: ""
    -htmlAttributes: [
      "data-action-name" => "delete"
      "formaction" => "https://dev.cat.greensign.de/admin/de/audit/554/delete?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-action-confirmation"
      "data-action-confirmation" => "true"
      "data-action-variant" => "danger"
      "data-action-entity-name" => Symfony\Component\Translation\TranslatableMessage {#27901
        -message: "entity.audit.singular"
        -parameters: [
          "%entity_name%" => "Audit"
          "%entity_as_string%" => ""
          "%entity_id%" => null
          "%entity_short_id%" => null
        ]
        -domain: "admin"
      }
      "data-action-entity-id" => "554"
    ]
    -linkUrl: "https://dev.cat.greensign.de/admin/de/audit/554/delete?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27871 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27879 …}
    -confirmationMessage: true
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28902
    -isAccessible: true
    -primaryKeyValue: 554
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#31092 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34515 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/554/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#9325
      -id: 554
      -auditDate: DateTime @1768345200 {#9324
        date: 2026-01-14 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: null
      -endDate: null
      -auditor: Proxies\__CG__\App\Entity\User {#1435 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#9327 …}
      -participants: Doctrine\ORM\PersistentCollection {#9329 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
      -areas: Doctrine\ORM\PersistentCollection {#9331 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#9333 …}
      -comments: Doctrine\ORM\PersistentCollection {#9335 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#9337 …}
      -status: 0
      -locality: "location"
      -auditScope: null
      -annotations: [
        1 => [
          "leistungen" => """
            Das Unternehmensleitbild des Betriebs beschreibt das Selbstverständnis zu Vision, Unternehmenszweck und Werten und charakterisiert so das zentrale Element der Unternehmensidentität, sowie die Basis für einen nachhaltigen Erfolg. Es inspiriert nach außen und motiviert nach innen (1.2)\n
            Im Organigramm ist die Verantwortlichkeit für das Thema Nachhaltigkeit sichtbar enthalten. (1.4)\n
            Der Betrieb hat einen Nachhaltigkeitsbeauftragten ernannt. (1.4)\n
            Das vom Team entwickelte Nachhaltigkeitsprogramm ist SMART definiert und beinhaltet zahlreiche Maßnahmen, welche bei der Weiterentwicklung der Nachhaltigkeitsstrategie unterstützen. (1.5)\n
            Der Betrieb erstellt einen jährlichen Nachhaltigkeitsbericht. (1.8)
            """
          "potential" => "Wir empfehlen den Ausbau der Webseite zur Auslobung der nachhaltigen Aktivitäten des Hotels, sowie dem Herausheben von USPs/Alleinstellungsmerkmalen (z.B. TOP Gästezufriedenheit, Frühstücksservice mit nachhaltigen Produkten, Strom-/Wärmeversorgung mit erneuerbaren Energien, niedriger CO2-Fussabdruck etc). (1.7)"
        ]
        2 => [
          "leistungen" => "Der Betrieb hat einen Energiebeauftragten im Hotel benannt. (2.14)"
          "potential" => """
            Umstellung auf Ökostromtarif, zu 100% aus regenerativen Energiequellen gewonnen, verringert den CO2-Fußabdruck und leistet einen entscheidenden Beitrag zu mehr Klimaschutz. (2.7)\n
            Umstellung auf Ökostromtarif, zu 100% aus regenerativen Energiequellen gewonnen, verringert den CO2-Fußabdruck und leistet einen entscheidenden Beitrag zu mehr Klimaschutz. (2.7)\n
            Wir empfehlen die Erhöhung der Anteile von erneuerbaren Energien. (2.8)\n
            Energie-Check mit Fachberater/Experte (Ermittlung Energiebedarf und -verbrauch, Beschreibung und Analyse von Schwachstellen, Vorschläge zu Sparmaßnahmen). (2.14)
            """
        ]
        3 => [
          "leistungen" => """
            Regelmäßige Wartung der Wasserinstallationen sichert eine hohe Wasser- und Trinkqualität. (3.5)\n
            Der Betrieb setzt nachhaltig zertifizierte Reinigungsmittel ein. (3.7)
            """
          "potential" => "Das Auffangen von Regenwasser bietet sich auf dem Hotelgelände an und kann anschließend für die Bewässerung der umfangreichen Garten- und Grünanlagen verwendet werden. (3.7)"
        ]
        4 => [
          "leistungen" => """
            Das Hotel setzt Trennsysteme im gesamten Hotelbereich ein. (4.3)\n
            Fokus auf Großverpackungen und Mehrwegsysteme beim Einkauf. (4.4)\n
            Ein eigener Komposthaufen befindet sich auf dem Grundstück des Hotels. (4.7)
            """
          "potential" => """
            Wir empfehlen die Vermeidung von Portionsartikeln in allen Bereichen. (4.4)\n
            Zur Vermeidung von Verpackungsmüll kann ein Zero-Waste-Frühstück angeboten werden. (4.6)\n
            Cradle-to-Cradle zertifizierte Produkte können auf der folgenden Seite gefunden wurden: https://c2ccertified.org/  (4.7)
            """
        ]
        5 => [
          "leistungen" => "Im Sinne der Biodiversität hat der Betrieb zahlreiche Maßnahmen umgesetzt, welche aktiv die Flora und Fauna fördern. (5.3)"
          "potential" => """
            Aufstellen eines Hotels für Wildbienen oder Insekten in Verbindung mit einer örtlich passenden Bepflanzung als Nahrungsquellen. (5.3)\n
            Die Einführung eines Angebots für Gäste, sich (finanziell) an Biodiversitätsinitiativen zu beteiligen, z. B. durch Bienenpatenschaften oder Baumpflanzaktionen. (5.3)
            """
        ]
        6 => [
          "leistungen" => ""
          "potential" => """
            Bestand an nachhaltig produzierter Hotelwäsche erhöhen (z.B. Grüner Knopf). (6.4)\n
            Bei verschiedenen Warengruppen prüfen, ob statt der bisherigen von nun an unter nachhaltigen Gesichtspunkten zertifizierte Produkte eingekauft werden können. (6.5)\n
            Den Anteil von Fairtrade-Produkten weiter erhöhen. Zucker, Kakao, Tee, Reis, Bananen, Kaffee und vieles mehr sind auch als Fairtrade-Artikel erhältlich und können bevorzugt eingekauft werden. (6.13)
            """
        ]
        7 => [
          "leistungen" => """
            E-Ladesäulen und ein hoteleigener Parkplatz stehen für E-Fahrzeuge zur Verfügung. (7.9)\n
            Gäste erhalten Informationen über emissionsarme Anreisemöglichkeiten. (7.9)\n
            Das Hotel stellt eine Vielzahl an Informationen für regionale Aktivitäten bereit. (7.14)
            """
          "potential" => """
            Informationen über die regionale Herkunft der Produkte auf den Speise- und Getränkekarten. (7.2)\n
            Erweiterung des Angebots lokaler Produkte zum Kauf durch den Gast. (7.3)
            """
        ]
        8 => [
          "leistungen" => "SOPs werden eingesetzt, um die Kommunikation im Team zu verbessern und die Einschulung neuer Mitarbeiter zu vereinfachen. (8.1)"
          "potential" => "Lieferantenbewertung erstellen: Kriterien für die strategische Lieferantenauswahl: Qualität der Waren, Regionalität, Standortnähe, geringe Fehler- und Ausfallquoten, Liefertermintreue, Angebotstransparenz, Flexibilität, Zuverlässigkeit und Zertifizierungen. (8.3)"
        ]
        9 => [
          "leistungen" => """
            Ein „Code of Conduct“ (Zusammenfassung von Verhaltensregeln im Unternehmen) wurde erarbeitet, der Orientierung für das tägliche Handeln für Mitarbeiter, Führungskräfte und andere Stakeholder bietet. (9.1)\n
            Ein vielfältiges System mit Angeboten für ein betriebliches Gesundheitsmanagement ist im Hotel etabliert. (9.8)
            """
          "potential" => ""
        ]
      ]
      -displayPoints: true
      -hubspotDealId: "302024424634"
      -centralAudit: false
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
530 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34360
    -type: "entity"
    -name: "viewAuditFrontend"
    -label: Symfony\Component\Translation\TranslatableMessage {#34524 …}
    -icon: "fa fa-calculator"
    -cssClass: "action-viewAuditFrontend"
    -addedCssClass: ""
    -htmlAttributes: [
      "target" => "_blank"
      "data-action-name" => "viewAuditFrontend"
    ]
    -linkUrl: "/audits/521"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: Closure(Audit $entity) {#27840 …}
    -translationParameters: []
    -displayCallable: null
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28907
    -isAccessible: true
    -primaryKeyValue: 521
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#31250 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34555 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/521/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#8805
      -id: 521
      -auditDate: DateTime @1768258800 {#8802
        date: 2026-01-13 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: DateTime @1768307400 {#8803
        date: 2026-01-13 13:30:00.0 Europe/Berlin (+01:00)
      }
      -endDate: DateTime @1768319100 {#8804
        date: 2026-01-13 16:45:00.0 Europe/Berlin (+01:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#1435 …}
      -secondaryAuditor: Proxies\__CG__\App\Entity\User {#1229 …}
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#8807 …}
      -participants: Doctrine\ORM\PersistentCollection {#8809 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
      -areas: Doctrine\ORM\PersistentCollection {#8811 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#8813 …}
      -comments: Doctrine\ORM\PersistentCollection {#8815 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#8817 …}
      -status: 10
      -locality: "location"
      -auditScope: "Ein Personentag."
      -annotations: [
        1 => [
          "leistungen" => """
            Ein transparentes, authentisches und gut strukturiertes Unternehmensleitbild zur Kommunikation der Unternehmenskultur und der Maßnahmen zum Thema ESG liegt vor. (1.1)\n
            Das Unternehmensleitbild des Betriebs beschreibt das Selbstverständnis zu Vision, Unternehmenszweck und Werten und charakterisiert so das zentrale Element der Unternehmensidentität, sowie die Basis für einen nachhaltigen Erfolg. Es inspiriert nach außen und motiviert nach innen (1.2)\n
            Der Betrieb hat einen Nachhaltigkeitsbeauftragten ernannt. (1.4)\n
            Der Betrieb erstellt einen jährlichen Nachhaltigkeitsbericht. (1.8)
            """
          "potential" => """
            Das Nachhaltigkeitsprogramm sollte betriebsspezifisch sein und  aktuelle und zukünftige Nachhaltigkeitsmaßnahmen enthalten, mit detaillierten Angaben was genau angestrebt wird, wer dafür verantwortlich ist und mit zeitlicher Terminierung, bis wann die Umsetzung erfolgen soll. (1.5) \n
            Wir empfehlen den Ausbau der Webseite zur Auslobung der nachhaltigen Aktivitäten des Hotels, sowie dem Herausheben von USPs/Alleinstellungsmerkmalen (z.B. TOP Gästezufriedenheit, Frühstücksservice mit nachhaltigen Produkten, Strom-/Wärmeversorgung mit erneuerbaren Energien, niedriger CO2-Fussabdruck etc). (1.7)
            """
        ]
        2 => [
          "leistungen" => """
            Der Betrieb bezieht 100% Öko-Strom aus regenerativen/erneuerbaren Quellen zur Verbesserung der Klimabilanz. (2.7)\n
            Der Betrieb hat einen Energiebeauftragten im Hotel benannt. (2.14)
            """
          "potential" => """
            Wir empfehlen die Erhöhung der Anteile von erneuerbaren Energien. (2.8)\n
            Intelligente Raumsteuerung/Guest Room Management und Raumautomation (z.B. better.energy) senkt die Betriebskosten, reguliert völlig automatisch und personalunabhängig. (2.12)
            """
        ]
        3 => [
          "leistungen" => """
            Regelmäßige Wartung der Wasserinstallationen sichert eine hohe Wasser- und Trinkqualität. (3.5)\n
            Sensibilisierung von Mitarbeitern und Gästen zum Thema Wasserressourcen geschieht in regelmäßigen Meetings, sowie mittels Hinweise zum Handtuchwechsel und Bleiber-Reinigung/ Wunsch-Reinigungszyklus vom Gast, z.B. auch Initiative "Pro Tomorrow"(3.7)
            """
          "potential" => "Das Auffangen von Regenwasser bietet sich auf dem Hotelgelände an und kann anschließend für die Bewässerung der umfangreichen Garten- und Grünanlagen verwendet werden. (3.7)"
        ]
        4 => [
          "leistungen" => """
            Das Hotel setzt Trennsysteme im gesamten Hotelbereich ein. (4.3)\n
            Fokus auf Großverpackungen und Mehrwegsysteme beim Einkauf. (4.4)\n
            In der Administration wird verstärkt auf papierlose Dokumentation gesetzt, dies wird durch eine Software umgesetzt. (4.11)
            """
          "potential" => """
            Wir empfehlen die Vermeidung von Portionsartikeln in allen Bereichen. (4.4)\n
            Zur Vermeidung von Verpackungsmüll kann ein Zero-Waste-Frühstück angeboten werden. (4.6)\n
            Die Unterstützung von Initiativen, bspw. United Against Waste, welche viele Materialien zur Sensibilisierung der Mitarbeitenden zur Verfügung stellen. (4.8)\n
            Cradle-to-Cradle zertifizierte Produkte können auf der folgenden Seite gefunden wurden: https://c2ccertified.org/  (4.7)
            """
        ]
        5 => [
          "leistungen" => "Im Sinne der Biodiversität hat der Betrieb zahlreiche Maßnahmen umgesetzt, welche aktiv die Flora und Fauna fördern. (5.3)"
          "potential" => """
            Aufstellen eines Hotels für Wildbienen oder Insekten in Verbindung mit einer örtlich passenden Bepflanzung als Nahrungsquellen. (5.3)\n
            Die Einführung eines Angebots für Gäste, sich (finanziell) an Biodiversitätsinitiativen zu beteiligen, z. B. durch Bienenpatenschaften oder Baumpflanzaktionen. (5.3)\n
            (Finanzielle) Unterstützung von geschützten Gebieten oder Naturschutzprojekten. (5.3)
            """
        ]
        6 => [
          "leistungen" => "Nachhaltig produzierte Berufskleidung wird eingesetzt.(6.4)\n"
          "potential" => """
            Bestand an nachhaltig produzierter Hotelwäsche erhöhen (z.B. Grüner Knopf). (6.4)\n
            Bei verschiedenen Warengruppen prüfen, ob statt der bisherigen von nun an unter nachhaltigen Gesichtspunkten zertifizierte Produkte eingekauft werden können. (6.5)\n
            Den Anteil von Fairtrade-Produkten weiter erhöhen. Zucker, Kakao, Tee, Reis, Bananen, Kaffee und vieles mehr sind auch als Fairtrade-Artikel erhältlich und können bevorzugt eingekauft werden. (6.13)
            """
        ]
        7 => [
          "leistungen" => """
            E-Ladesäulen und ein hoteleigener Parkplatz stehen für E-Fahrzeuge zur Verfügung. (7.9)\n
            Das Hotel stellt eine Vielzahl an Informationen für regionale Aktivitäten bereit. (7.14)\n
            Der Betrieb bietet seinen Gästen die Möglichkeit der Fahrradanmietung zur Unterstützung nachhaltiger Mobilität. (7.8)
            """
          "potential" => """
            Informationen über die regionale Herkunft der Produkte auf den Speise- und Getränkekarten. (7.2)\n
            Erweiterung des Angebots lokaler Produkte zum Kauf durch den Gast. (7.3)
            """
        ]
        8 => [
          "leistungen" => """
            SOPs werden eingesetzt, um die Kommunikation im Team zu verbessern und die Einschulung neuer Mitarbeiter zu vereinfachen. (8.1)\n
            Das Hotel hat ein dokumentiertes Qualitätsmanagement entwickelt. (8.1)\n
            Der Betrieb führt eine Mitarbeiterumfrage durch. (8.11)
            """
          "potential" => "Lieferantenbewertung erstellen: Kriterien für die strategische Lieferantenauswahl: Qualität der Waren, Regionalität, Standortnähe, geringe Fehler- und Ausfallquoten, Liefertermintreue, Angebotstransparenz, Flexibilität, Zuverlässigkeit und Zertifizierungen. (8.3)"
        ]
        9 => [
          "leistungen" => """
            Ein „Code of Conduct“ (Zusammenfassung von Verhaltensregeln im Unternehmen) wurde erarbeitet, der Orientierung für das tägliche Handeln für Mitarbeiter, Führungskräfte und andere Stakeholder bietet. (9.1)\n
            Ein vielfältiges System mit Angeboten für ein betriebliches Gesundheitsmanagement ist im Hotel etabliert. (9.8)
            """
          "potential" => "Aktiv lokale Initiativen oder Projekte im Sinne einer nachhaltigen Entwicklung bzw. zur Förderung der lokalen Gemeinschaft und des kulturellen Erbes "hands-on" zu unterstützen. (9.2)"
        ]
        10 => [
          "leistungen" => "Der Betrieb führt ein Risikomanagementsystem zur systematischen Erkennung, Analyse, Bewertung, Minimierung und Kontrolle von Risiken entlang der Wertschöpfungskette. (10.5)"
          "potential" => ""
        ]
      ]
      -displayPoints: true
      -hubspotDealId: "252590997709"
      -centralAudit: false
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
531 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#29158
    -type: "entity"
    -name: "viewCertPdf"
    -label: "audits.actions.certificate"
    -icon: "fa fa-certificate"
    -cssClass: ""
    -addedCssClass: ""
    -htmlAttributes: [
      "target" => "_blank"
    ]
    -linkUrl: null
    -templatePath: "admin/actions/locale_dropdown_button.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: Closure(Audit $entity) {#27837 …}
    -translationParameters: []
    -displayCallable: Closure($entity) {#27836 …}
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28907
    -isAccessible: true
    -primaryKeyValue: 521
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#31250 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34555 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/521/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#8805
      -id: 521
      -auditDate: DateTime @1768258800 {#8802
        date: 2026-01-13 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: DateTime @1768307400 {#8803
        date: 2026-01-13 13:30:00.0 Europe/Berlin (+01:00)
      }
      -endDate: DateTime @1768319100 {#8804
        date: 2026-01-13 16:45:00.0 Europe/Berlin (+01:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#1435 …}
      -secondaryAuditor: Proxies\__CG__\App\Entity\User {#1229 …}
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#8807 …}
      -participants: Doctrine\ORM\PersistentCollection {#8809 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
      -areas: Doctrine\ORM\PersistentCollection {#8811 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#8813 …}
      -comments: Doctrine\ORM\PersistentCollection {#8815 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#8817 …}
      -status: 10
      -locality: "location"
      -auditScope: "Ein Personentag."
      -annotations: [
        1 => [
          "leistungen" => """
            Ein transparentes, authentisches und gut strukturiertes Unternehmensleitbild zur Kommunikation der Unternehmenskultur und der Maßnahmen zum Thema ESG liegt vor. (1.1)\n
            Das Unternehmensleitbild des Betriebs beschreibt das Selbstverständnis zu Vision, Unternehmenszweck und Werten und charakterisiert so das zentrale Element der Unternehmensidentität, sowie die Basis für einen nachhaltigen Erfolg. Es inspiriert nach außen und motiviert nach innen (1.2)\n
            Der Betrieb hat einen Nachhaltigkeitsbeauftragten ernannt. (1.4)\n
            Der Betrieb erstellt einen jährlichen Nachhaltigkeitsbericht. (1.8)
            """
          "potential" => """
            Das Nachhaltigkeitsprogramm sollte betriebsspezifisch sein und  aktuelle und zukünftige Nachhaltigkeitsmaßnahmen enthalten, mit detaillierten Angaben was genau angestrebt wird, wer dafür verantwortlich ist und mit zeitlicher Terminierung, bis wann die Umsetzung erfolgen soll. (1.5) \n
            Wir empfehlen den Ausbau der Webseite zur Auslobung der nachhaltigen Aktivitäten des Hotels, sowie dem Herausheben von USPs/Alleinstellungsmerkmalen (z.B. TOP Gästezufriedenheit, Frühstücksservice mit nachhaltigen Produkten, Strom-/Wärmeversorgung mit erneuerbaren Energien, niedriger CO2-Fussabdruck etc). (1.7)
            """
        ]
        2 => [
          "leistungen" => """
            Der Betrieb bezieht 100% Öko-Strom aus regenerativen/erneuerbaren Quellen zur Verbesserung der Klimabilanz. (2.7)\n
            Der Betrieb hat einen Energiebeauftragten im Hotel benannt. (2.14)
            """
          "potential" => """
            Wir empfehlen die Erhöhung der Anteile von erneuerbaren Energien. (2.8)\n
            Intelligente Raumsteuerung/Guest Room Management und Raumautomation (z.B. better.energy) senkt die Betriebskosten, reguliert völlig automatisch und personalunabhängig. (2.12)
            """
        ]
        3 => [
          "leistungen" => """
            Regelmäßige Wartung der Wasserinstallationen sichert eine hohe Wasser- und Trinkqualität. (3.5)\n
            Sensibilisierung von Mitarbeitern und Gästen zum Thema Wasserressourcen geschieht in regelmäßigen Meetings, sowie mittels Hinweise zum Handtuchwechsel und Bleiber-Reinigung/ Wunsch-Reinigungszyklus vom Gast, z.B. auch Initiative "Pro Tomorrow"(3.7)
            """
          "potential" => "Das Auffangen von Regenwasser bietet sich auf dem Hotelgelände an und kann anschließend für die Bewässerung der umfangreichen Garten- und Grünanlagen verwendet werden. (3.7)"
        ]
        4 => [
          "leistungen" => """
            Das Hotel setzt Trennsysteme im gesamten Hotelbereich ein. (4.3)\n
            Fokus auf Großverpackungen und Mehrwegsysteme beim Einkauf. (4.4)\n
            In der Administration wird verstärkt auf papierlose Dokumentation gesetzt, dies wird durch eine Software umgesetzt. (4.11)
            """
          "potential" => """
            Wir empfehlen die Vermeidung von Portionsartikeln in allen Bereichen. (4.4)\n
            Zur Vermeidung von Verpackungsmüll kann ein Zero-Waste-Frühstück angeboten werden. (4.6)\n
            Die Unterstützung von Initiativen, bspw. United Against Waste, welche viele Materialien zur Sensibilisierung der Mitarbeitenden zur Verfügung stellen. (4.8)\n
            Cradle-to-Cradle zertifizierte Produkte können auf der folgenden Seite gefunden wurden: https://c2ccertified.org/  (4.7)
            """
        ]
        5 => [
          "leistungen" => "Im Sinne der Biodiversität hat der Betrieb zahlreiche Maßnahmen umgesetzt, welche aktiv die Flora und Fauna fördern. (5.3)"
          "potential" => """
            Aufstellen eines Hotels für Wildbienen oder Insekten in Verbindung mit einer örtlich passenden Bepflanzung als Nahrungsquellen. (5.3)\n
            Die Einführung eines Angebots für Gäste, sich (finanziell) an Biodiversitätsinitiativen zu beteiligen, z. B. durch Bienenpatenschaften oder Baumpflanzaktionen. (5.3)\n
            (Finanzielle) Unterstützung von geschützten Gebieten oder Naturschutzprojekten. (5.3)
            """
        ]
        6 => [
          "leistungen" => "Nachhaltig produzierte Berufskleidung wird eingesetzt.(6.4)\n"
          "potential" => """
            Bestand an nachhaltig produzierter Hotelwäsche erhöhen (z.B. Grüner Knopf). (6.4)\n
            Bei verschiedenen Warengruppen prüfen, ob statt der bisherigen von nun an unter nachhaltigen Gesichtspunkten zertifizierte Produkte eingekauft werden können. (6.5)\n
            Den Anteil von Fairtrade-Produkten weiter erhöhen. Zucker, Kakao, Tee, Reis, Bananen, Kaffee und vieles mehr sind auch als Fairtrade-Artikel erhältlich und können bevorzugt eingekauft werden. (6.13)
            """
        ]
        7 => [
          "leistungen" => """
            E-Ladesäulen und ein hoteleigener Parkplatz stehen für E-Fahrzeuge zur Verfügung. (7.9)\n
            Das Hotel stellt eine Vielzahl an Informationen für regionale Aktivitäten bereit. (7.14)\n
            Der Betrieb bietet seinen Gästen die Möglichkeit der Fahrradanmietung zur Unterstützung nachhaltiger Mobilität. (7.8)
            """
          "potential" => """
            Informationen über die regionale Herkunft der Produkte auf den Speise- und Getränkekarten. (7.2)\n
            Erweiterung des Angebots lokaler Produkte zum Kauf durch den Gast. (7.3)
            """
        ]
        8 => [
          "leistungen" => """
            SOPs werden eingesetzt, um die Kommunikation im Team zu verbessern und die Einschulung neuer Mitarbeiter zu vereinfachen. (8.1)\n
            Das Hotel hat ein dokumentiertes Qualitätsmanagement entwickelt. (8.1)\n
            Der Betrieb führt eine Mitarbeiterumfrage durch. (8.11)
            """
          "potential" => "Lieferantenbewertung erstellen: Kriterien für die strategische Lieferantenauswahl: Qualität der Waren, Regionalität, Standortnähe, geringe Fehler- und Ausfallquoten, Liefertermintreue, Angebotstransparenz, Flexibilität, Zuverlässigkeit und Zertifizierungen. (8.3)"
        ]
        9 => [
          "leistungen" => """
            Ein „Code of Conduct“ (Zusammenfassung von Verhaltensregeln im Unternehmen) wurde erarbeitet, der Orientierung für das tägliche Handeln für Mitarbeiter, Führungskräfte und andere Stakeholder bietet. (9.1)\n
            Ein vielfältiges System mit Angeboten für ein betriebliches Gesundheitsmanagement ist im Hotel etabliert. (9.8)
            """
          "potential" => "Aktiv lokale Initiativen oder Projekte im Sinne einer nachhaltigen Entwicklung bzw. zur Förderung der lokalen Gemeinschaft und des kulturellen Erbes "hands-on" zu unterstützen. (9.2)"
        ]
        10 => [
          "leistungen" => "Der Betrieb führt ein Risikomanagementsystem zur systematischen Erkennung, Analyse, Bewertung, Minimierung und Kontrolle von Risiken entlang der Wertschöpfungskette. (10.5)"
          "potential" => ""
        ]
      ]
      -displayPoints: true
      -hubspotDealId: "252590997709"
      -centralAudit: false
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
532 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34439
    -type: "entity"
    -name: "viewReportPdf"
    -label: "audits.actions.report"
    -icon: "fa fa-file-pdf"
    -cssClass: ""
    -addedCssClass: ""
    -htmlAttributes: [
      "target" => "_blank"
    ]
    -linkUrl: null
    -templatePath: "admin/actions/locale_dropdown_button.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: Closure(Audit $entity) {#27848 …}
    -translationParameters: []
    -displayCallable: Closure($entity) {#27849 …}
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28907
    -isAccessible: true
    -primaryKeyValue: 521
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#31250 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34555 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/521/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#8805
      -id: 521
      -auditDate: DateTime @1768258800 {#8802
        date: 2026-01-13 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: DateTime @1768307400 {#8803
        date: 2026-01-13 13:30:00.0 Europe/Berlin (+01:00)
      }
      -endDate: DateTime @1768319100 {#8804
        date: 2026-01-13 16:45:00.0 Europe/Berlin (+01:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#1435 …}
      -secondaryAuditor: Proxies\__CG__\App\Entity\User {#1229 …}
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#8807 …}
      -participants: Doctrine\ORM\PersistentCollection {#8809 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
      -areas: Doctrine\ORM\PersistentCollection {#8811 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#8813 …}
      -comments: Doctrine\ORM\PersistentCollection {#8815 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#8817 …}
      -status: 10
      -locality: "location"
      -auditScope: "Ein Personentag."
      -annotations: [
        1 => [
          "leistungen" => """
            Ein transparentes, authentisches und gut strukturiertes Unternehmensleitbild zur Kommunikation der Unternehmenskultur und der Maßnahmen zum Thema ESG liegt vor. (1.1)\n
            Das Unternehmensleitbild des Betriebs beschreibt das Selbstverständnis zu Vision, Unternehmenszweck und Werten und charakterisiert so das zentrale Element der Unternehmensidentität, sowie die Basis für einen nachhaltigen Erfolg. Es inspiriert nach außen und motiviert nach innen (1.2)\n
            Der Betrieb hat einen Nachhaltigkeitsbeauftragten ernannt. (1.4)\n
            Der Betrieb erstellt einen jährlichen Nachhaltigkeitsbericht. (1.8)
            """
          "potential" => """
            Das Nachhaltigkeitsprogramm sollte betriebsspezifisch sein und  aktuelle und zukünftige Nachhaltigkeitsmaßnahmen enthalten, mit detaillierten Angaben was genau angestrebt wird, wer dafür verantwortlich ist und mit zeitlicher Terminierung, bis wann die Umsetzung erfolgen soll. (1.5) \n
            Wir empfehlen den Ausbau der Webseite zur Auslobung der nachhaltigen Aktivitäten des Hotels, sowie dem Herausheben von USPs/Alleinstellungsmerkmalen (z.B. TOP Gästezufriedenheit, Frühstücksservice mit nachhaltigen Produkten, Strom-/Wärmeversorgung mit erneuerbaren Energien, niedriger CO2-Fussabdruck etc). (1.7)
            """
        ]
        2 => [
          "leistungen" => """
            Der Betrieb bezieht 100% Öko-Strom aus regenerativen/erneuerbaren Quellen zur Verbesserung der Klimabilanz. (2.7)\n
            Der Betrieb hat einen Energiebeauftragten im Hotel benannt. (2.14)
            """
          "potential" => """
            Wir empfehlen die Erhöhung der Anteile von erneuerbaren Energien. (2.8)\n
            Intelligente Raumsteuerung/Guest Room Management und Raumautomation (z.B. better.energy) senkt die Betriebskosten, reguliert völlig automatisch und personalunabhängig. (2.12)
            """
        ]
        3 => [
          "leistungen" => """
            Regelmäßige Wartung der Wasserinstallationen sichert eine hohe Wasser- und Trinkqualität. (3.5)\n
            Sensibilisierung von Mitarbeitern und Gästen zum Thema Wasserressourcen geschieht in regelmäßigen Meetings, sowie mittels Hinweise zum Handtuchwechsel und Bleiber-Reinigung/ Wunsch-Reinigungszyklus vom Gast, z.B. auch Initiative "Pro Tomorrow"(3.7)
            """
          "potential" => "Das Auffangen von Regenwasser bietet sich auf dem Hotelgelände an und kann anschließend für die Bewässerung der umfangreichen Garten- und Grünanlagen verwendet werden. (3.7)"
        ]
        4 => [
          "leistungen" => """
            Das Hotel setzt Trennsysteme im gesamten Hotelbereich ein. (4.3)\n
            Fokus auf Großverpackungen und Mehrwegsysteme beim Einkauf. (4.4)\n
            In der Administration wird verstärkt auf papierlose Dokumentation gesetzt, dies wird durch eine Software umgesetzt. (4.11)
            """
          "potential" => """
            Wir empfehlen die Vermeidung von Portionsartikeln in allen Bereichen. (4.4)\n
            Zur Vermeidung von Verpackungsmüll kann ein Zero-Waste-Frühstück angeboten werden. (4.6)\n
            Die Unterstützung von Initiativen, bspw. United Against Waste, welche viele Materialien zur Sensibilisierung der Mitarbeitenden zur Verfügung stellen. (4.8)\n
            Cradle-to-Cradle zertifizierte Produkte können auf der folgenden Seite gefunden wurden: https://c2ccertified.org/  (4.7)
            """
        ]
        5 => [
          "leistungen" => "Im Sinne der Biodiversität hat der Betrieb zahlreiche Maßnahmen umgesetzt, welche aktiv die Flora und Fauna fördern. (5.3)"
          "potential" => """
            Aufstellen eines Hotels für Wildbienen oder Insekten in Verbindung mit einer örtlich passenden Bepflanzung als Nahrungsquellen. (5.3)\n
            Die Einführung eines Angebots für Gäste, sich (finanziell) an Biodiversitätsinitiativen zu beteiligen, z. B. durch Bienenpatenschaften oder Baumpflanzaktionen. (5.3)\n
            (Finanzielle) Unterstützung von geschützten Gebieten oder Naturschutzprojekten. (5.3)
            """
        ]
        6 => [
          "leistungen" => "Nachhaltig produzierte Berufskleidung wird eingesetzt.(6.4)\n"
          "potential" => """
            Bestand an nachhaltig produzierter Hotelwäsche erhöhen (z.B. Grüner Knopf). (6.4)\n
            Bei verschiedenen Warengruppen prüfen, ob statt der bisherigen von nun an unter nachhaltigen Gesichtspunkten zertifizierte Produkte eingekauft werden können. (6.5)\n
            Den Anteil von Fairtrade-Produkten weiter erhöhen. Zucker, Kakao, Tee, Reis, Bananen, Kaffee und vieles mehr sind auch als Fairtrade-Artikel erhältlich und können bevorzugt eingekauft werden. (6.13)
            """
        ]
        7 => [
          "leistungen" => """
            E-Ladesäulen und ein hoteleigener Parkplatz stehen für E-Fahrzeuge zur Verfügung. (7.9)\n
            Das Hotel stellt eine Vielzahl an Informationen für regionale Aktivitäten bereit. (7.14)\n
            Der Betrieb bietet seinen Gästen die Möglichkeit der Fahrradanmietung zur Unterstützung nachhaltiger Mobilität. (7.8)
            """
          "potential" => """
            Informationen über die regionale Herkunft der Produkte auf den Speise- und Getränkekarten. (7.2)\n
            Erweiterung des Angebots lokaler Produkte zum Kauf durch den Gast. (7.3)
            """
        ]
        8 => [
          "leistungen" => """
            SOPs werden eingesetzt, um die Kommunikation im Team zu verbessern und die Einschulung neuer Mitarbeiter zu vereinfachen. (8.1)\n
            Das Hotel hat ein dokumentiertes Qualitätsmanagement entwickelt. (8.1)\n
            Der Betrieb führt eine Mitarbeiterumfrage durch. (8.11)
            """
          "potential" => "Lieferantenbewertung erstellen: Kriterien für die strategische Lieferantenauswahl: Qualität der Waren, Regionalität, Standortnähe, geringe Fehler- und Ausfallquoten, Liefertermintreue, Angebotstransparenz, Flexibilität, Zuverlässigkeit und Zertifizierungen. (8.3)"
        ]
        9 => [
          "leistungen" => """
            Ein „Code of Conduct“ (Zusammenfassung von Verhaltensregeln im Unternehmen) wurde erarbeitet, der Orientierung für das tägliche Handeln für Mitarbeiter, Führungskräfte und andere Stakeholder bietet. (9.1)\n
            Ein vielfältiges System mit Angeboten für ein betriebliches Gesundheitsmanagement ist im Hotel etabliert. (9.8)
            """
          "potential" => "Aktiv lokale Initiativen oder Projekte im Sinne einer nachhaltigen Entwicklung bzw. zur Förderung der lokalen Gemeinschaft und des kulturellen Erbes "hands-on" zu unterstützen. (9.2)"
        ]
        10 => [
          "leistungen" => "Der Betrieb führt ein Risikomanagementsystem zur systematischen Erkennung, Analyse, Bewertung, Minimierung und Kontrolle von Risiken entlang der Wertschöpfungskette. (10.5)"
          "potential" => ""
        ]
      ]
      -displayPoints: true
      -hubspotDealId: "252590997709"
      -centralAudit: false
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
533 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34514
    -type: "entity"
    -name: "edit"
    -label: Symfony\Component\Translation\TranslatableMessage {#34531 …}
    -icon: "internal:edit"
    -cssClass: "action-edit"
    -addedCssClass: ""
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "https://dev.cat.greensign.de/admin/de/audit/521/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28907
    -isAccessible: true
    -primaryKeyValue: 521
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#31250 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34555 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/521/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#8805
      -id: 521
      -auditDate: DateTime @1768258800 {#8802
        date: 2026-01-13 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: DateTime @1768307400 {#8803
        date: 2026-01-13 13:30:00.0 Europe/Berlin (+01:00)
      }
      -endDate: DateTime @1768319100 {#8804
        date: 2026-01-13 16:45:00.0 Europe/Berlin (+01:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#1435 …}
      -secondaryAuditor: Proxies\__CG__\App\Entity\User {#1229 …}
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#8807 …}
      -participants: Doctrine\ORM\PersistentCollection {#8809 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
      -areas: Doctrine\ORM\PersistentCollection {#8811 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#8813 …}
      -comments: Doctrine\ORM\PersistentCollection {#8815 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#8817 …}
      -status: 10
      -locality: "location"
      -auditScope: "Ein Personentag."
      -annotations: [
        1 => [
          "leistungen" => """
            Ein transparentes, authentisches und gut strukturiertes Unternehmensleitbild zur Kommunikation der Unternehmenskultur und der Maßnahmen zum Thema ESG liegt vor. (1.1)\n
            Das Unternehmensleitbild des Betriebs beschreibt das Selbstverständnis zu Vision, Unternehmenszweck und Werten und charakterisiert so das zentrale Element der Unternehmensidentität, sowie die Basis für einen nachhaltigen Erfolg. Es inspiriert nach außen und motiviert nach innen (1.2)\n
            Der Betrieb hat einen Nachhaltigkeitsbeauftragten ernannt. (1.4)\n
            Der Betrieb erstellt einen jährlichen Nachhaltigkeitsbericht. (1.8)
            """
          "potential" => """
            Das Nachhaltigkeitsprogramm sollte betriebsspezifisch sein und  aktuelle und zukünftige Nachhaltigkeitsmaßnahmen enthalten, mit detaillierten Angaben was genau angestrebt wird, wer dafür verantwortlich ist und mit zeitlicher Terminierung, bis wann die Umsetzung erfolgen soll. (1.5) \n
            Wir empfehlen den Ausbau der Webseite zur Auslobung der nachhaltigen Aktivitäten des Hotels, sowie dem Herausheben von USPs/Alleinstellungsmerkmalen (z.B. TOP Gästezufriedenheit, Frühstücksservice mit nachhaltigen Produkten, Strom-/Wärmeversorgung mit erneuerbaren Energien, niedriger CO2-Fussabdruck etc). (1.7)
            """
        ]
        2 => [
          "leistungen" => """
            Der Betrieb bezieht 100% Öko-Strom aus regenerativen/erneuerbaren Quellen zur Verbesserung der Klimabilanz. (2.7)\n
            Der Betrieb hat einen Energiebeauftragten im Hotel benannt. (2.14)
            """
          "potential" => """
            Wir empfehlen die Erhöhung der Anteile von erneuerbaren Energien. (2.8)\n
            Intelligente Raumsteuerung/Guest Room Management und Raumautomation (z.B. better.energy) senkt die Betriebskosten, reguliert völlig automatisch und personalunabhängig. (2.12)
            """
        ]
        3 => [
          "leistungen" => """
            Regelmäßige Wartung der Wasserinstallationen sichert eine hohe Wasser- und Trinkqualität. (3.5)\n
            Sensibilisierung von Mitarbeitern und Gästen zum Thema Wasserressourcen geschieht in regelmäßigen Meetings, sowie mittels Hinweise zum Handtuchwechsel und Bleiber-Reinigung/ Wunsch-Reinigungszyklus vom Gast, z.B. auch Initiative "Pro Tomorrow"(3.7)
            """
          "potential" => "Das Auffangen von Regenwasser bietet sich auf dem Hotelgelände an und kann anschließend für die Bewässerung der umfangreichen Garten- und Grünanlagen verwendet werden. (3.7)"
        ]
        4 => [
          "leistungen" => """
            Das Hotel setzt Trennsysteme im gesamten Hotelbereich ein. (4.3)\n
            Fokus auf Großverpackungen und Mehrwegsysteme beim Einkauf. (4.4)\n
            In der Administration wird verstärkt auf papierlose Dokumentation gesetzt, dies wird durch eine Software umgesetzt. (4.11)
            """
          "potential" => """
            Wir empfehlen die Vermeidung von Portionsartikeln in allen Bereichen. (4.4)\n
            Zur Vermeidung von Verpackungsmüll kann ein Zero-Waste-Frühstück angeboten werden. (4.6)\n
            Die Unterstützung von Initiativen, bspw. United Against Waste, welche viele Materialien zur Sensibilisierung der Mitarbeitenden zur Verfügung stellen. (4.8)\n
            Cradle-to-Cradle zertifizierte Produkte können auf der folgenden Seite gefunden wurden: https://c2ccertified.org/  (4.7)
            """
        ]
        5 => [
          "leistungen" => "Im Sinne der Biodiversität hat der Betrieb zahlreiche Maßnahmen umgesetzt, welche aktiv die Flora und Fauna fördern. (5.3)"
          "potential" => """
            Aufstellen eines Hotels für Wildbienen oder Insekten in Verbindung mit einer örtlich passenden Bepflanzung als Nahrungsquellen. (5.3)\n
            Die Einführung eines Angebots für Gäste, sich (finanziell) an Biodiversitätsinitiativen zu beteiligen, z. B. durch Bienenpatenschaften oder Baumpflanzaktionen. (5.3)\n
            (Finanzielle) Unterstützung von geschützten Gebieten oder Naturschutzprojekten. (5.3)
            """
        ]
        6 => [
          "leistungen" => "Nachhaltig produzierte Berufskleidung wird eingesetzt.(6.4)\n"
          "potential" => """
            Bestand an nachhaltig produzierter Hotelwäsche erhöhen (z.B. Grüner Knopf). (6.4)\n
            Bei verschiedenen Warengruppen prüfen, ob statt der bisherigen von nun an unter nachhaltigen Gesichtspunkten zertifizierte Produkte eingekauft werden können. (6.5)\n
            Den Anteil von Fairtrade-Produkten weiter erhöhen. Zucker, Kakao, Tee, Reis, Bananen, Kaffee und vieles mehr sind auch als Fairtrade-Artikel erhältlich und können bevorzugt eingekauft werden. (6.13)
            """
        ]
        7 => [
          "leistungen" => """
            E-Ladesäulen und ein hoteleigener Parkplatz stehen für E-Fahrzeuge zur Verfügung. (7.9)\n
            Das Hotel stellt eine Vielzahl an Informationen für regionale Aktivitäten bereit. (7.14)\n
            Der Betrieb bietet seinen Gästen die Möglichkeit der Fahrradanmietung zur Unterstützung nachhaltiger Mobilität. (7.8)
            """
          "potential" => """
            Informationen über die regionale Herkunft der Produkte auf den Speise- und Getränkekarten. (7.2)\n
            Erweiterung des Angebots lokaler Produkte zum Kauf durch den Gast. (7.3)
            """
        ]
        8 => [
          "leistungen" => """
            SOPs werden eingesetzt, um die Kommunikation im Team zu verbessern und die Einschulung neuer Mitarbeiter zu vereinfachen. (8.1)\n
            Das Hotel hat ein dokumentiertes Qualitätsmanagement entwickelt. (8.1)\n
            Der Betrieb führt eine Mitarbeiterumfrage durch. (8.11)
            """
          "potential" => "Lieferantenbewertung erstellen: Kriterien für die strategische Lieferantenauswahl: Qualität der Waren, Regionalität, Standortnähe, geringe Fehler- und Ausfallquoten, Liefertermintreue, Angebotstransparenz, Flexibilität, Zuverlässigkeit und Zertifizierungen. (8.3)"
        ]
        9 => [
          "leistungen" => """
            Ein „Code of Conduct“ (Zusammenfassung von Verhaltensregeln im Unternehmen) wurde erarbeitet, der Orientierung für das tägliche Handeln für Mitarbeiter, Führungskräfte und andere Stakeholder bietet. (9.1)\n
            Ein vielfältiges System mit Angeboten für ein betriebliches Gesundheitsmanagement ist im Hotel etabliert. (9.8)
            """
          "potential" => "Aktiv lokale Initiativen oder Projekte im Sinne einer nachhaltigen Entwicklung bzw. zur Förderung der lokalen Gemeinschaft und des kulturellen Erbes "hands-on" zu unterstützen. (9.2)"
        ]
        10 => [
          "leistungen" => "Der Betrieb führt ein Risikomanagementsystem zur systematischen Erkennung, Analyse, Bewertung, Minimierung und Kontrolle von Risiken entlang der Wertschöpfungskette. (10.5)"
          "potential" => ""
        ]
      ]
      -displayPoints: true
      -hubspotDealId: "252590997709"
      -centralAudit: false
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
534 GRANTED ROLE_ADMIN
App\Entity\Business\Audit {#8805
  -id: 521
  -auditDate: DateTime @1768258800 {#8802
    date: 2026-01-13 00:00:00.0 Europe/Berlin (+01:00)
  }
  -startDate: DateTime @1768307400 {#8803
    date: 2026-01-13 13:30:00.0 Europe/Berlin (+01:00)
  }
  -endDate: DateTime @1768319100 {#8804
    date: 2026-01-13 16:45:00.0 Europe/Berlin (+01:00)
  }
  -auditor: Proxies\__CG__\App\Entity\User {#1435 …}
  -secondaryAuditor: Proxies\__CG__\App\Entity\User {#1229 …}
  -certification: Proxies\__CG__\App\Entity\Business\Certification {#8807 …}
  -participants: Doctrine\ORM\PersistentCollection {#8809 …}
  -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
  -areas: Doctrine\ORM\PersistentCollection {#8811 …}
  -testProcedures: Doctrine\ORM\PersistentCollection {#8813 …}
  -comments: Doctrine\ORM\PersistentCollection {#8815 …}
  -auditAnswers: Doctrine\ORM\PersistentCollection {#8817 …}
  -status: 10
  -locality: "location"
  -auditScope: "Ein Personentag."
  -annotations: [
    1 => [
      "leistungen" => """
        Ein transparentes, authentisches und gut strukturiertes Unternehmensleitbild zur Kommunikation der Unternehmenskultur und der Maßnahmen zum Thema ESG liegt vor. (1.1)\n
        Das Unternehmensleitbild des Betriebs beschreibt das Selbstverständnis zu Vision, Unternehmenszweck und Werten und charakterisiert so das zentrale Element der Unternehmensidentität, sowie die Basis für einen nachhaltigen Erfolg. Es inspiriert nach außen und motiviert nach innen (1.2)\n
        Der Betrieb hat einen Nachhaltigkeitsbeauftragten ernannt. (1.4)\n
        Der Betrieb erstellt einen jährlichen Nachhaltigkeitsbericht. (1.8)
        """
      "potential" => """
        Das Nachhaltigkeitsprogramm sollte betriebsspezifisch sein und  aktuelle und zukünftige Nachhaltigkeitsmaßnahmen enthalten, mit detaillierten Angaben was genau angestrebt wird, wer dafür verantwortlich ist und mit zeitlicher Terminierung, bis wann die Umsetzung erfolgen soll. (1.5) \n
        Wir empfehlen den Ausbau der Webseite zur Auslobung der nachhaltigen Aktivitäten des Hotels, sowie dem Herausheben von USPs/Alleinstellungsmerkmalen (z.B. TOP Gästezufriedenheit, Frühstücksservice mit nachhaltigen Produkten, Strom-/Wärmeversorgung mit erneuerbaren Energien, niedriger CO2-Fussabdruck etc). (1.7)
        """
    ]
    2 => [
      "leistungen" => """
        Der Betrieb bezieht 100% Öko-Strom aus regenerativen/erneuerbaren Quellen zur Verbesserung der Klimabilanz. (2.7)\n
        Der Betrieb hat einen Energiebeauftragten im Hotel benannt. (2.14)
        """
      "potential" => """
        Wir empfehlen die Erhöhung der Anteile von erneuerbaren Energien. (2.8)\n
        Intelligente Raumsteuerung/Guest Room Management und Raumautomation (z.B. better.energy) senkt die Betriebskosten, reguliert völlig automatisch und personalunabhängig. (2.12)
        """
    ]
    3 => [
      "leistungen" => """
        Regelmäßige Wartung der Wasserinstallationen sichert eine hohe Wasser- und Trinkqualität. (3.5)\n
        Sensibilisierung von Mitarbeitern und Gästen zum Thema Wasserressourcen geschieht in regelmäßigen Meetings, sowie mittels Hinweise zum Handtuchwechsel und Bleiber-Reinigung/ Wunsch-Reinigungszyklus vom Gast, z.B. auch Initiative "Pro Tomorrow"(3.7)
        """
      "potential" => "Das Auffangen von Regenwasser bietet sich auf dem Hotelgelände an und kann anschließend für die Bewässerung der umfangreichen Garten- und Grünanlagen verwendet werden. (3.7)"
    ]
    4 => [
      "leistungen" => """
        Das Hotel setzt Trennsysteme im gesamten Hotelbereich ein. (4.3)\n
        Fokus auf Großverpackungen und Mehrwegsysteme beim Einkauf. (4.4)\n
        In der Administration wird verstärkt auf papierlose Dokumentation gesetzt, dies wird durch eine Software umgesetzt. (4.11)
        """
      "potential" => """
        Wir empfehlen die Vermeidung von Portionsartikeln in allen Bereichen. (4.4)\n
        Zur Vermeidung von Verpackungsmüll kann ein Zero-Waste-Frühstück angeboten werden. (4.6)\n
        Die Unterstützung von Initiativen, bspw. United Against Waste, welche viele Materialien zur Sensibilisierung der Mitarbeitenden zur Verfügung stellen. (4.8)\n
        Cradle-to-Cradle zertifizierte Produkte können auf der folgenden Seite gefunden wurden: https://c2ccertified.org/  (4.7)
        """
    ]
    5 => [
      "leistungen" => "Im Sinne der Biodiversität hat der Betrieb zahlreiche Maßnahmen umgesetzt, welche aktiv die Flora und Fauna fördern. (5.3)"
      "potential" => """
        Aufstellen eines Hotels für Wildbienen oder Insekten in Verbindung mit einer örtlich passenden Bepflanzung als Nahrungsquellen. (5.3)\n
        Die Einführung eines Angebots für Gäste, sich (finanziell) an Biodiversitätsinitiativen zu beteiligen, z. B. durch Bienenpatenschaften oder Baumpflanzaktionen. (5.3)\n
        (Finanzielle) Unterstützung von geschützten Gebieten oder Naturschutzprojekten. (5.3)
        """
    ]
    6 => [
      "leistungen" => "Nachhaltig produzierte Berufskleidung wird eingesetzt.(6.4)\n"
      "potential" => """
        Bestand an nachhaltig produzierter Hotelwäsche erhöhen (z.B. Grüner Knopf). (6.4)\n
        Bei verschiedenen Warengruppen prüfen, ob statt der bisherigen von nun an unter nachhaltigen Gesichtspunkten zertifizierte Produkte eingekauft werden können. (6.5)\n
        Den Anteil von Fairtrade-Produkten weiter erhöhen. Zucker, Kakao, Tee, Reis, Bananen, Kaffee und vieles mehr sind auch als Fairtrade-Artikel erhältlich und können bevorzugt eingekauft werden. (6.13)
        """
    ]
    7 => [
      "leistungen" => """
        E-Ladesäulen und ein hoteleigener Parkplatz stehen für E-Fahrzeuge zur Verfügung. (7.9)\n
        Das Hotel stellt eine Vielzahl an Informationen für regionale Aktivitäten bereit. (7.14)\n
        Der Betrieb bietet seinen Gästen die Möglichkeit der Fahrradanmietung zur Unterstützung nachhaltiger Mobilität. (7.8)
        """
      "potential" => """
        Informationen über die regionale Herkunft der Produkte auf den Speise- und Getränkekarten. (7.2)\n
        Erweiterung des Angebots lokaler Produkte zum Kauf durch den Gast. (7.3)
        """
    ]
    8 => [
      "leistungen" => """
        SOPs werden eingesetzt, um die Kommunikation im Team zu verbessern und die Einschulung neuer Mitarbeiter zu vereinfachen. (8.1)\n
        Das Hotel hat ein dokumentiertes Qualitätsmanagement entwickelt. (8.1)\n
        Der Betrieb führt eine Mitarbeiterumfrage durch. (8.11)
        """
      "potential" => "Lieferantenbewertung erstellen: Kriterien für die strategische Lieferantenauswahl: Qualität der Waren, Regionalität, Standortnähe, geringe Fehler- und Ausfallquoten, Liefertermintreue, Angebotstransparenz, Flexibilität, Zuverlässigkeit und Zertifizierungen. (8.3)"
    ]
    9 => [
      "leistungen" => """
        Ein „Code of Conduct“ (Zusammenfassung von Verhaltensregeln im Unternehmen) wurde erarbeitet, der Orientierung für das tägliche Handeln für Mitarbeiter, Führungskräfte und andere Stakeholder bietet. (9.1)\n
        Ein vielfältiges System mit Angeboten für ein betriebliches Gesundheitsmanagement ist im Hotel etabliert. (9.8)
        """
      "potential" => "Aktiv lokale Initiativen oder Projekte im Sinne einer nachhaltigen Entwicklung bzw. zur Förderung der lokalen Gemeinschaft und des kulturellen Erbes "hands-on" zu unterstützen. (9.2)"
    ]
    10 => [
      "leistungen" => "Der Betrieb führt ein Risikomanagementsystem zur systematischen Erkennung, Analyse, Bewertung, Minimierung und Kontrolle von Risiken entlang der Wertschöpfungskette. (10.5)"
      "potential" => ""
    ]
  ]
  -displayPoints: true
  -hubspotDealId: "252590997709"
  -centralAudit: false
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
GRANTED
The user has ROLE_ADMIN.
Show voter details
535 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34513
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#34532 …}
    -icon: "internal:delete"
    -cssClass: "action-delete"
    -addedCssClass: ""
    -htmlAttributes: [
      "data-action-name" => "delete"
      "formaction" => "https://dev.cat.greensign.de/admin/de/audit/521/delete?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-action-confirmation"
      "data-action-confirmation" => "true"
      "data-action-variant" => "danger"
      "data-action-entity-name" => Symfony\Component\Translation\TranslatableMessage {#27901
        -message: "entity.audit.singular"
        -parameters: [
          "%entity_name%" => "Audit"
          "%entity_as_string%" => ""
          "%entity_id%" => null
          "%entity_short_id%" => null
        ]
        -domain: "admin"
      }
      "data-action-entity-id" => "521"
    ]
    -linkUrl: "https://dev.cat.greensign.de/admin/de/audit/521/delete?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27871 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27879 …}
    -confirmationMessage: true
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28907
    -isAccessible: true
    -primaryKeyValue: 521
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#31250 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34555 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/521/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#8805
      -id: 521
      -auditDate: DateTime @1768258800 {#8802
        date: 2026-01-13 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: DateTime @1768307400 {#8803
        date: 2026-01-13 13:30:00.0 Europe/Berlin (+01:00)
      }
      -endDate: DateTime @1768319100 {#8804
        date: 2026-01-13 16:45:00.0 Europe/Berlin (+01:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#1435 …}
      -secondaryAuditor: Proxies\__CG__\App\Entity\User {#1229 …}
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#8807 …}
      -participants: Doctrine\ORM\PersistentCollection {#8809 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1460 …}
      -areas: Doctrine\ORM\PersistentCollection {#8811 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#8813 …}
      -comments: Doctrine\ORM\PersistentCollection {#8815 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#8817 …}
      -status: 10
      -locality: "location"
      -auditScope: "Ein Personentag."
      -annotations: [
        1 => [
          "leistungen" => """
            Ein transparentes, authentisches und gut strukturiertes Unternehmensleitbild zur Kommunikation der Unternehmenskultur und der Maßnahmen zum Thema ESG liegt vor. (1.1)\n
            Das Unternehmensleitbild des Betriebs beschreibt das Selbstverständnis zu Vision, Unternehmenszweck und Werten und charakterisiert so das zentrale Element der Unternehmensidentität, sowie die Basis für einen nachhaltigen Erfolg. Es inspiriert nach außen und motiviert nach innen (1.2)\n
            Der Betrieb hat einen Nachhaltigkeitsbeauftragten ernannt. (1.4)\n
            Der Betrieb erstellt einen jährlichen Nachhaltigkeitsbericht. (1.8)
            """
          "potential" => """
            Das Nachhaltigkeitsprogramm sollte betriebsspezifisch sein und  aktuelle und zukünftige Nachhaltigkeitsmaßnahmen enthalten, mit detaillierten Angaben was genau angestrebt wird, wer dafür verantwortlich ist und mit zeitlicher Terminierung, bis wann die Umsetzung erfolgen soll. (1.5) \n
            Wir empfehlen den Ausbau der Webseite zur Auslobung der nachhaltigen Aktivitäten des Hotels, sowie dem Herausheben von USPs/Alleinstellungsmerkmalen (z.B. TOP Gästezufriedenheit, Frühstücksservice mit nachhaltigen Produkten, Strom-/Wärmeversorgung mit erneuerbaren Energien, niedriger CO2-Fussabdruck etc). (1.7)
            """
        ]
        2 => [
          "leistungen" => """
            Der Betrieb bezieht 100% Öko-Strom aus regenerativen/erneuerbaren Quellen zur Verbesserung der Klimabilanz. (2.7)\n
            Der Betrieb hat einen Energiebeauftragten im Hotel benannt. (2.14)
            """
          "potential" => """
            Wir empfehlen die Erhöhung der Anteile von erneuerbaren Energien. (2.8)\n
            Intelligente Raumsteuerung/Guest Room Management und Raumautomation (z.B. better.energy) senkt die Betriebskosten, reguliert völlig automatisch und personalunabhängig. (2.12)
            """
        ]
        3 => [
          "leistungen" => """
            Regelmäßige Wartung der Wasserinstallationen sichert eine hohe Wasser- und Trinkqualität. (3.5)\n
            Sensibilisierung von Mitarbeitern und Gästen zum Thema Wasserressourcen geschieht in regelmäßigen Meetings, sowie mittels Hinweise zum Handtuchwechsel und Bleiber-Reinigung/ Wunsch-Reinigungszyklus vom Gast, z.B. auch Initiative "Pro Tomorrow"(3.7)
            """
          "potential" => "Das Auffangen von Regenwasser bietet sich auf dem Hotelgelände an und kann anschließend für die Bewässerung der umfangreichen Garten- und Grünanlagen verwendet werden. (3.7)"
        ]
        4 => [
          "leistungen" => """
            Das Hotel setzt Trennsysteme im gesamten Hotelbereich ein. (4.3)\n
            Fokus auf Großverpackungen und Mehrwegsysteme beim Einkauf. (4.4)\n
            In der Administration wird verstärkt auf papierlose Dokumentation gesetzt, dies wird durch eine Software umgesetzt. (4.11)
            """
          "potential" => """
            Wir empfehlen die Vermeidung von Portionsartikeln in allen Bereichen. (4.4)\n
            Zur Vermeidung von Verpackungsmüll kann ein Zero-Waste-Frühstück angeboten werden. (4.6)\n
            Die Unterstützung von Initiativen, bspw. United Against Waste, welche viele Materialien zur Sensibilisierung der Mitarbeitenden zur Verfügung stellen. (4.8)\n
            Cradle-to-Cradle zertifizierte Produkte können auf der folgenden Seite gefunden wurden: https://c2ccertified.org/  (4.7)
            """
        ]
        5 => [
          "leistungen" => "Im Sinne der Biodiversität hat der Betrieb zahlreiche Maßnahmen umgesetzt, welche aktiv die Flora und Fauna fördern. (5.3)"
          "potential" => """
            Aufstellen eines Hotels für Wildbienen oder Insekten in Verbindung mit einer örtlich passenden Bepflanzung als Nahrungsquellen. (5.3)\n
            Die Einführung eines Angebots für Gäste, sich (finanziell) an Biodiversitätsinitiativen zu beteiligen, z. B. durch Bienenpatenschaften oder Baumpflanzaktionen. (5.3)\n
            (Finanzielle) Unterstützung von geschützten Gebieten oder Naturschutzprojekten. (5.3)
            """
        ]
        6 => [
          "leistungen" => "Nachhaltig produzierte Berufskleidung wird eingesetzt.(6.4)\n"
          "potential" => """
            Bestand an nachhaltig produzierter Hotelwäsche erhöhen (z.B. Grüner Knopf). (6.4)\n
            Bei verschiedenen Warengruppen prüfen, ob statt der bisherigen von nun an unter nachhaltigen Gesichtspunkten zertifizierte Produkte eingekauft werden können. (6.5)\n
            Den Anteil von Fairtrade-Produkten weiter erhöhen. Zucker, Kakao, Tee, Reis, Bananen, Kaffee und vieles mehr sind auch als Fairtrade-Artikel erhältlich und können bevorzugt eingekauft werden. (6.13)
            """
        ]
        7 => [
          "leistungen" => """
            E-Ladesäulen und ein hoteleigener Parkplatz stehen für E-Fahrzeuge zur Verfügung. (7.9)\n
            Das Hotel stellt eine Vielzahl an Informationen für regionale Aktivitäten bereit. (7.14)\n
            Der Betrieb bietet seinen Gästen die Möglichkeit der Fahrradanmietung zur Unterstützung nachhaltiger Mobilität. (7.8)
            """
          "potential" => """
            Informationen über die regionale Herkunft der Produkte auf den Speise- und Getränkekarten. (7.2)\n
            Erweiterung des Angebots lokaler Produkte zum Kauf durch den Gast. (7.3)
            """
        ]
        8 => [
          "leistungen" => """
            SOPs werden eingesetzt, um die Kommunikation im Team zu verbessern und die Einschulung neuer Mitarbeiter zu vereinfachen. (8.1)\n
            Das Hotel hat ein dokumentiertes Qualitätsmanagement entwickelt. (8.1)\n
            Der Betrieb führt eine Mitarbeiterumfrage durch. (8.11)
            """
          "potential" => "Lieferantenbewertung erstellen: Kriterien für die strategische Lieferantenauswahl: Qualität der Waren, Regionalität, Standortnähe, geringe Fehler- und Ausfallquoten, Liefertermintreue, Angebotstransparenz, Flexibilität, Zuverlässigkeit und Zertifizierungen. (8.3)"
        ]
        9 => [
          "leistungen" => """
            Ein „Code of Conduct“ (Zusammenfassung von Verhaltensregeln im Unternehmen) wurde erarbeitet, der Orientierung für das tägliche Handeln für Mitarbeiter, Führungskräfte und andere Stakeholder bietet. (9.1)\n
            Ein vielfältiges System mit Angeboten für ein betriebliches Gesundheitsmanagement ist im Hotel etabliert. (9.8)
            """
          "potential" => "Aktiv lokale Initiativen oder Projekte im Sinne einer nachhaltigen Entwicklung bzw. zur Förderung der lokalen Gemeinschaft und des kulturellen Erbes "hands-on" zu unterstützen. (9.2)"
        ]
        10 => [
          "leistungen" => "Der Betrieb führt ein Risikomanagementsystem zur systematischen Erkennung, Analyse, Bewertung, Minimierung und Kontrolle von Risiken entlang der Wertschöpfungskette. (10.5)"
          "potential" => ""
        ]
      ]
      -displayPoints: true
      -hubspotDealId: "252590997709"
      -centralAudit: false
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
536 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34400
    -type: "entity"
    -name: "viewAuditFrontend"
    -label: Symfony\Component\Translation\TranslatableMessage {#34564 …}
    -icon: "fa fa-calculator"
    -cssClass: "action-viewAuditFrontend"
    -addedCssClass: ""
    -htmlAttributes: [
      "target" => "_blank"
      "data-action-name" => "viewAuditFrontend"
    ]
    -linkUrl: "/audits/485"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: Closure(Audit $entity) {#27840 …}
    -translationParameters: []
    -displayCallable: null
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28926
    -isAccessible: true
    -primaryKeyValue: 485
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#31408 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34595 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/485/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#8572
      -id: 485
      -auditDate: DateTime @1768258800 {#8571
        date: 2026-01-13 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: null
      -endDate: null
      -auditor: Proxies\__CG__\App\Entity\User {#4146 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#8574 …}
      -participants: Doctrine\ORM\PersistentCollection {#8576 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
      -areas: Doctrine\ORM\PersistentCollection {#8578 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#8580 …}
      -comments: Doctrine\ORM\PersistentCollection {#8582 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#8584 …}
      -status: 20
      -locality: "location"
      -auditScope: "Stunden vor Ort"
      -annotations: [
        1 => [
          "leistungen" => ""
          "potential" => ""
        ]
        3 => [
          "leistungen" => ""
          "potential" => ""
        ]
        9 => [
          "leistungen" => ""
          "potential" => ""
        ]
        10 => [
          "leistungen" => ""
          "potential" => ""
        ]
        5 => [
          "leistungen" => ""
          "potential" => ""
        ]
        7 => [
          "leistungen" => ""
          "potential" => ""
        ]
        8 => [
          "leistungen" => ""
          "potential" => ""
        ]
        2 => [
          "leistungen" => ""
          "potential" => ""
        ]
      ]
      -displayPoints: true
      -hubspotDealId: "11220589209"
      -centralAudit: false
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
537 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#28930
    -type: "entity"
    -name: "viewCertPdf"
    -label: "audits.actions.certificate"
    -icon: "fa fa-certificate"
    -cssClass: ""
    -addedCssClass: ""
    -htmlAttributes: [
      "target" => "_blank"
    ]
    -linkUrl: null
    -templatePath: "admin/actions/locale_dropdown_button.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: Closure(Audit $entity) {#27837 …}
    -translationParameters: []
    -displayCallable: Closure($entity) {#27836 …}
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28926
    -isAccessible: true
    -primaryKeyValue: 485
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#31408 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34595 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/485/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#8572
      -id: 485
      -auditDate: DateTime @1768258800 {#8571
        date: 2026-01-13 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: null
      -endDate: null
      -auditor: Proxies\__CG__\App\Entity\User {#4146 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#8574 …}
      -participants: Doctrine\ORM\PersistentCollection {#8576 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
      -areas: Doctrine\ORM\PersistentCollection {#8578 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#8580 …}
      -comments: Doctrine\ORM\PersistentCollection {#8582 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#8584 …}
      -status: 20
      -locality: "location"
      -auditScope: "Stunden vor Ort"
      -annotations: [
        1 => [
          "leistungen" => ""
          "potential" => ""
        ]
        3 => [
          "leistungen" => ""
          "potential" => ""
        ]
        9 => [
          "leistungen" => ""
          "potential" => ""
        ]
        10 => [
          "leistungen" => ""
          "potential" => ""
        ]
        5 => [
          "leistungen" => ""
          "potential" => ""
        ]
        7 => [
          "leistungen" => ""
          "potential" => ""
        ]
        8 => [
          "leistungen" => ""
          "potential" => ""
        ]
        2 => [
          "leistungen" => ""
          "potential" => ""
        ]
      ]
      -displayPoints: true
      -hubspotDealId: "11220589209"
      -centralAudit: false
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
538 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34479
    -type: "entity"
    -name: "viewReportPdf"
    -label: "audits.actions.report"
    -icon: "fa fa-file-pdf"
    -cssClass: ""
    -addedCssClass: ""
    -htmlAttributes: [
      "target" => "_blank"
    ]
    -linkUrl: null
    -templatePath: "admin/actions/locale_dropdown_button.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: Closure(Audit $entity) {#27848 …}
    -translationParameters: []
    -displayCallable: Closure($entity) {#27849 …}
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28926
    -isAccessible: true
    -primaryKeyValue: 485
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#31408 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34595 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/485/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#8572
      -id: 485
      -auditDate: DateTime @1768258800 {#8571
        date: 2026-01-13 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: null
      -endDate: null
      -auditor: Proxies\__CG__\App\Entity\User {#4146 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#8574 …}
      -participants: Doctrine\ORM\PersistentCollection {#8576 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
      -areas: Doctrine\ORM\PersistentCollection {#8578 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#8580 …}
      -comments: Doctrine\ORM\PersistentCollection {#8582 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#8584 …}
      -status: 20
      -locality: "location"
      -auditScope: "Stunden vor Ort"
      -annotations: [
        1 => [
          "leistungen" => ""
          "potential" => ""
        ]
        3 => [
          "leistungen" => ""
          "potential" => ""
        ]
        9 => [
          "leistungen" => ""
          "potential" => ""
        ]
        10 => [
          "leistungen" => ""
          "potential" => ""
        ]
        5 => [
          "leistungen" => ""
          "potential" => ""
        ]
        7 => [
          "leistungen" => ""
          "potential" => ""
        ]
        8 => [
          "leistungen" => ""
          "potential" => ""
        ]
        2 => [
          "leistungen" => ""
          "potential" => ""
        ]
      ]
      -displayPoints: true
      -hubspotDealId: "11220589209"
      -centralAudit: false
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
539 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34554
    -type: "entity"
    -name: "edit"
    -label: Symfony\Component\Translation\TranslatableMessage {#34571 …}
    -icon: "internal:edit"
    -cssClass: "action-edit"
    -addedCssClass: ""
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "https://dev.cat.greensign.de/admin/de/audit/485/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28926
    -isAccessible: true
    -primaryKeyValue: 485
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#31408 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34595 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/485/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#8572
      -id: 485
      -auditDate: DateTime @1768258800 {#8571
        date: 2026-01-13 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: null
      -endDate: null
      -auditor: Proxies\__CG__\App\Entity\User {#4146 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#8574 …}
      -participants: Doctrine\ORM\PersistentCollection {#8576 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
      -areas: Doctrine\ORM\PersistentCollection {#8578 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#8580 …}
      -comments: Doctrine\ORM\PersistentCollection {#8582 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#8584 …}
      -status: 20
      -locality: "location"
      -auditScope: "Stunden vor Ort"
      -annotations: [
        1 => [
          "leistungen" => ""
          "potential" => ""
        ]
        3 => [
          "leistungen" => ""
          "potential" => ""
        ]
        9 => [
          "leistungen" => ""
          "potential" => ""
        ]
        10 => [
          "leistungen" => ""
          "potential" => ""
        ]
        5 => [
          "leistungen" => ""
          "potential" => ""
        ]
        7 => [
          "leistungen" => ""
          "potential" => ""
        ]
        8 => [
          "leistungen" => ""
          "potential" => ""
        ]
        2 => [
          "leistungen" => ""
          "potential" => ""
        ]
      ]
      -displayPoints: true
      -hubspotDealId: "11220589209"
      -centralAudit: false
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
540 GRANTED ROLE_ADMIN
App\Entity\Business\Audit {#8572
  -id: 485
  -auditDate: DateTime @1768258800 {#8571
    date: 2026-01-13 00:00:00.0 Europe/Berlin (+01:00)
  }
  -startDate: null
  -endDate: null
  -auditor: Proxies\__CG__\App\Entity\User {#4146 …}
  -secondaryAuditor: null
  -certification: Proxies\__CG__\App\Entity\Business\Certification {#8574 …}
  -participants: Doctrine\ORM\PersistentCollection {#8576 …}
  -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
  -areas: Doctrine\ORM\PersistentCollection {#8578 …}
  -testProcedures: Doctrine\ORM\PersistentCollection {#8580 …}
  -comments: Doctrine\ORM\PersistentCollection {#8582 …}
  -auditAnswers: Doctrine\ORM\PersistentCollection {#8584 …}
  -status: 20
  -locality: "location"
  -auditScope: "Stunden vor Ort"
  -annotations: [
    1 => [
      "leistungen" => ""
      "potential" => ""
    ]
    3 => [
      "leistungen" => ""
      "potential" => ""
    ]
    9 => [
      "leistungen" => ""
      "potential" => ""
    ]
    10 => [
      "leistungen" => ""
      "potential" => ""
    ]
    5 => [
      "leistungen" => ""
      "potential" => ""
    ]
    7 => [
      "leistungen" => ""
      "potential" => ""
    ]
    8 => [
      "leistungen" => ""
      "potential" => ""
    ]
    2 => [
      "leistungen" => ""
      "potential" => ""
    ]
  ]
  -displayPoints: true
  -hubspotDealId: "11220589209"
  -centralAudit: false
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
GRANTED
The user has ROLE_ADMIN.
Show voter details
541 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34553
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#34572 …}
    -icon: "internal:delete"
    -cssClass: "action-delete"
    -addedCssClass: ""
    -htmlAttributes: [
      "data-action-name" => "delete"
      "formaction" => "https://dev.cat.greensign.de/admin/de/audit/485/delete?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-action-confirmation"
      "data-action-confirmation" => "true"
      "data-action-variant" => "danger"
      "data-action-entity-name" => Symfony\Component\Translation\TranslatableMessage {#27901
        -message: "entity.audit.singular"
        -parameters: [
          "%entity_name%" => "Audit"
          "%entity_as_string%" => ""
          "%entity_id%" => null
          "%entity_short_id%" => null
        ]
        -domain: "admin"
      }
      "data-action-entity-id" => "485"
    ]
    -linkUrl: "https://dev.cat.greensign.de/admin/de/audit/485/delete?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27871 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27879 …}
    -confirmationMessage: true
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28926
    -isAccessible: true
    -primaryKeyValue: 485
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#31408 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34595 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/485/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#8572
      -id: 485
      -auditDate: DateTime @1768258800 {#8571
        date: 2026-01-13 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: null
      -endDate: null
      -auditor: Proxies\__CG__\App\Entity\User {#4146 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#8574 …}
      -participants: Doctrine\ORM\PersistentCollection {#8576 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
      -areas: Doctrine\ORM\PersistentCollection {#8578 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#8580 …}
      -comments: Doctrine\ORM\PersistentCollection {#8582 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#8584 …}
      -status: 20
      -locality: "location"
      -auditScope: "Stunden vor Ort"
      -annotations: [
        1 => [
          "leistungen" => ""
          "potential" => ""
        ]
        3 => [
          "leistungen" => ""
          "potential" => ""
        ]
        9 => [
          "leistungen" => ""
          "potential" => ""
        ]
        10 => [
          "leistungen" => ""
          "potential" => ""
        ]
        5 => [
          "leistungen" => ""
          "potential" => ""
        ]
        7 => [
          "leistungen" => ""
          "potential" => ""
        ]
        8 => [
          "leistungen" => ""
          "potential" => ""
        ]
        2 => [
          "leistungen" => ""
          "potential" => ""
        ]
      ]
      -displayPoints: true
      -hubspotDealId: "11220589209"
      -centralAudit: false
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
542 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34440
    -type: "entity"
    -name: "viewAuditFrontend"
    -label: Symfony\Component\Translation\TranslatableMessage {#34604 …}
    -icon: "fa fa-calculator"
    -cssClass: "action-viewAuditFrontend"
    -addedCssClass: ""
    -htmlAttributes: [
      "target" => "_blank"
      "data-action-name" => "viewAuditFrontend"
    ]
    -linkUrl: "/audits/492"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: Closure(Audit $entity) {#27840 …}
    -translationParameters: []
    -displayCallable: null
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28869
    -isAccessible: true
    -primaryKeyValue: 492
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#31566 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34635 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/492/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#8682
      -id: 492
      -auditDate: DateTime @1768172400 {#8679
        date: 2026-01-12 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: DateTime @1768208400 {#8680
        date: 2026-01-12 10:00:00.0 Europe/Berlin (+01:00)
      }
      -endDate: DateTime @1768223400 {#8681
        date: 2026-01-12 14:10:00.0 Europe/Berlin (+01:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#4146 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#8684 …}
      -participants: Doctrine\ORM\PersistentCollection {#8686 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
      -areas: Doctrine\ORM\PersistentCollection {#8688 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#8690 …}
      -comments: Doctrine\ORM\PersistentCollection {#8692 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#8694 …}
      -status: 20
      -locality: "location"
      -auditScope: "4 Stunden vor Ort"
      -annotations: [
        1 => [
          "leistungen" => ""
          "potential" => ""
        ]
        3 => [
          "leistungen" => ""
          "potential" => ""
        ]
        4 => [
          "leistungen" => ""
          "potential" => ""
        ]
        9 => [
          "leistungen" => ""
          "potential" => ""
        ]
        10 => [
          "leistungen" => ""
          "potential" => ""
        ]
        5 => [
          "leistungen" => ""
          "potential" => ""
        ]
        7 => [
          "leistungen" => ""
          "potential" => ""
        ]
        8 => [
          "leistungen" => ""
          "potential" => ""
        ]
        2 => [
          "leistungen" => ""
          "potential" => ""
        ]
      ]
      -displayPoints: true
      -hubspotDealId: "11344668722"
      -centralAudit: false
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
543 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#28835
    -type: "entity"
    -name: "viewCertPdf"
    -label: "audits.actions.certificate"
    -icon: "fa fa-certificate"
    -cssClass: ""
    -addedCssClass: ""
    -htmlAttributes: [
      "target" => "_blank"
    ]
    -linkUrl: null
    -templatePath: "admin/actions/locale_dropdown_button.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: Closure(Audit $entity) {#27837 …}
    -translationParameters: []
    -displayCallable: Closure($entity) {#27836 …}
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28869
    -isAccessible: true
    -primaryKeyValue: 492
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#31566 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34635 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/492/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#8682
      -id: 492
      -auditDate: DateTime @1768172400 {#8679
        date: 2026-01-12 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: DateTime @1768208400 {#8680
        date: 2026-01-12 10:00:00.0 Europe/Berlin (+01:00)
      }
      -endDate: DateTime @1768223400 {#8681
        date: 2026-01-12 14:10:00.0 Europe/Berlin (+01:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#4146 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#8684 …}
      -participants: Doctrine\ORM\PersistentCollection {#8686 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
      -areas: Doctrine\ORM\PersistentCollection {#8688 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#8690 …}
      -comments: Doctrine\ORM\PersistentCollection {#8692 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#8694 …}
      -status: 20
      -locality: "location"
      -auditScope: "4 Stunden vor Ort"
      -annotations: [
        1 => [
          "leistungen" => ""
          "potential" => ""
        ]
        3 => [
          "leistungen" => ""
          "potential" => ""
        ]
        4 => [
          "leistungen" => ""
          "potential" => ""
        ]
        9 => [
          "leistungen" => ""
          "potential" => ""
        ]
        10 => [
          "leistungen" => ""
          "potential" => ""
        ]
        5 => [
          "leistungen" => ""
          "potential" => ""
        ]
        7 => [
          "leistungen" => ""
          "potential" => ""
        ]
        8 => [
          "leistungen" => ""
          "potential" => ""
        ]
        2 => [
          "leistungen" => ""
          "potential" => ""
        ]
      ]
      -displayPoints: true
      -hubspotDealId: "11344668722"
      -centralAudit: false
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
544 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34519
    -type: "entity"
    -name: "viewReportPdf"
    -label: "audits.actions.report"
    -icon: "fa fa-file-pdf"
    -cssClass: ""
    -addedCssClass: ""
    -htmlAttributes: [
      "target" => "_blank"
    ]
    -linkUrl: null
    -templatePath: "admin/actions/locale_dropdown_button.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: Closure(Audit $entity) {#27848 …}
    -translationParameters: []
    -displayCallable: Closure($entity) {#27849 …}
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28869
    -isAccessible: true
    -primaryKeyValue: 492
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#31566 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34635 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/492/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#8682
      -id: 492
      -auditDate: DateTime @1768172400 {#8679
        date: 2026-01-12 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: DateTime @1768208400 {#8680
        date: 2026-01-12 10:00:00.0 Europe/Berlin (+01:00)
      }
      -endDate: DateTime @1768223400 {#8681
        date: 2026-01-12 14:10:00.0 Europe/Berlin (+01:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#4146 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#8684 …}
      -participants: Doctrine\ORM\PersistentCollection {#8686 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
      -areas: Doctrine\ORM\PersistentCollection {#8688 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#8690 …}
      -comments: Doctrine\ORM\PersistentCollection {#8692 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#8694 …}
      -status: 20
      -locality: "location"
      -auditScope: "4 Stunden vor Ort"
      -annotations: [
        1 => [
          "leistungen" => ""
          "potential" => ""
        ]
        3 => [
          "leistungen" => ""
          "potential" => ""
        ]
        4 => [
          "leistungen" => ""
          "potential" => ""
        ]
        9 => [
          "leistungen" => ""
          "potential" => ""
        ]
        10 => [
          "leistungen" => ""
          "potential" => ""
        ]
        5 => [
          "leistungen" => ""
          "potential" => ""
        ]
        7 => [
          "leistungen" => ""
          "potential" => ""
        ]
        8 => [
          "leistungen" => ""
          "potential" => ""
        ]
        2 => [
          "leistungen" => ""
          "potential" => ""
        ]
      ]
      -displayPoints: true
      -hubspotDealId: "11344668722"
      -centralAudit: false
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
545 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34594
    -type: "entity"
    -name: "edit"
    -label: Symfony\Component\Translation\TranslatableMessage {#34611 …}
    -icon: "internal:edit"
    -cssClass: "action-edit"
    -addedCssClass: ""
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "https://dev.cat.greensign.de/admin/de/audit/492/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28869
    -isAccessible: true
    -primaryKeyValue: 492
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#31566 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34635 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/492/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#8682
      -id: 492
      -auditDate: DateTime @1768172400 {#8679
        date: 2026-01-12 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: DateTime @1768208400 {#8680
        date: 2026-01-12 10:00:00.0 Europe/Berlin (+01:00)
      }
      -endDate: DateTime @1768223400 {#8681
        date: 2026-01-12 14:10:00.0 Europe/Berlin (+01:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#4146 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#8684 …}
      -participants: Doctrine\ORM\PersistentCollection {#8686 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
      -areas: Doctrine\ORM\PersistentCollection {#8688 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#8690 …}
      -comments: Doctrine\ORM\PersistentCollection {#8692 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#8694 …}
      -status: 20
      -locality: "location"
      -auditScope: "4 Stunden vor Ort"
      -annotations: [
        1 => [
          "leistungen" => ""
          "potential" => ""
        ]
        3 => [
          "leistungen" => ""
          "potential" => ""
        ]
        4 => [
          "leistungen" => ""
          "potential" => ""
        ]
        9 => [
          "leistungen" => ""
          "potential" => ""
        ]
        10 => [
          "leistungen" => ""
          "potential" => ""
        ]
        5 => [
          "leistungen" => ""
          "potential" => ""
        ]
        7 => [
          "leistungen" => ""
          "potential" => ""
        ]
        8 => [
          "leistungen" => ""
          "potential" => ""
        ]
        2 => [
          "leistungen" => ""
          "potential" => ""
        ]
      ]
      -displayPoints: true
      -hubspotDealId: "11344668722"
      -centralAudit: false
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
546 GRANTED ROLE_ADMIN
App\Entity\Business\Audit {#8682
  -id: 492
  -auditDate: DateTime @1768172400 {#8679
    date: 2026-01-12 00:00:00.0 Europe/Berlin (+01:00)
  }
  -startDate: DateTime @1768208400 {#8680
    date: 2026-01-12 10:00:00.0 Europe/Berlin (+01:00)
  }
  -endDate: DateTime @1768223400 {#8681
    date: 2026-01-12 14:10:00.0 Europe/Berlin (+01:00)
  }
  -auditor: Proxies\__CG__\App\Entity\User {#4146 …}
  -secondaryAuditor: null
  -certification: Proxies\__CG__\App\Entity\Business\Certification {#8684 …}
  -participants: Doctrine\ORM\PersistentCollection {#8686 …}
  -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
  -areas: Doctrine\ORM\PersistentCollection {#8688 …}
  -testProcedures: Doctrine\ORM\PersistentCollection {#8690 …}
  -comments: Doctrine\ORM\PersistentCollection {#8692 …}
  -auditAnswers: Doctrine\ORM\PersistentCollection {#8694 …}
  -status: 20
  -locality: "location"
  -auditScope: "4 Stunden vor Ort"
  -annotations: [
    1 => [
      "leistungen" => ""
      "potential" => ""
    ]
    3 => [
      "leistungen" => ""
      "potential" => ""
    ]
    4 => [
      "leistungen" => ""
      "potential" => ""
    ]
    9 => [
      "leistungen" => ""
      "potential" => ""
    ]
    10 => [
      "leistungen" => ""
      "potential" => ""
    ]
    5 => [
      "leistungen" => ""
      "potential" => ""
    ]
    7 => [
      "leistungen" => ""
      "potential" => ""
    ]
    8 => [
      "leistungen" => ""
      "potential" => ""
    ]
    2 => [
      "leistungen" => ""
      "potential" => ""
    ]
  ]
  -displayPoints: true
  -hubspotDealId: "11344668722"
  -centralAudit: false
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
GRANTED
The user has ROLE_ADMIN.
Show voter details
547 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34593
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#34612 …}
    -icon: "internal:delete"
    -cssClass: "action-delete"
    -addedCssClass: ""
    -htmlAttributes: [
      "data-action-name" => "delete"
      "formaction" => "https://dev.cat.greensign.de/admin/de/audit/492/delete?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-action-confirmation"
      "data-action-confirmation" => "true"
      "data-action-variant" => "danger"
      "data-action-entity-name" => Symfony\Component\Translation\TranslatableMessage {#27901
        -message: "entity.audit.singular"
        -parameters: [
          "%entity_name%" => "Audit"
          "%entity_as_string%" => ""
          "%entity_id%" => null
          "%entity_short_id%" => null
        ]
        -domain: "admin"
      }
      "data-action-entity-id" => "492"
    ]
    -linkUrl: "https://dev.cat.greensign.de/admin/de/audit/492/delete?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27871 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27879 …}
    -confirmationMessage: true
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28869
    -isAccessible: true
    -primaryKeyValue: 492
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#31566 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34635 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/492/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#8682
      -id: 492
      -auditDate: DateTime @1768172400 {#8679
        date: 2026-01-12 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: DateTime @1768208400 {#8680
        date: 2026-01-12 10:00:00.0 Europe/Berlin (+01:00)
      }
      -endDate: DateTime @1768223400 {#8681
        date: 2026-01-12 14:10:00.0 Europe/Berlin (+01:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#4146 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#8684 …}
      -participants: Doctrine\ORM\PersistentCollection {#8686 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
      -areas: Doctrine\ORM\PersistentCollection {#8688 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#8690 …}
      -comments: Doctrine\ORM\PersistentCollection {#8692 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#8694 …}
      -status: 20
      -locality: "location"
      -auditScope: "4 Stunden vor Ort"
      -annotations: [
        1 => [
          "leistungen" => ""
          "potential" => ""
        ]
        3 => [
          "leistungen" => ""
          "potential" => ""
        ]
        4 => [
          "leistungen" => ""
          "potential" => ""
        ]
        9 => [
          "leistungen" => ""
          "potential" => ""
        ]
        10 => [
          "leistungen" => ""
          "potential" => ""
        ]
        5 => [
          "leistungen" => ""
          "potential" => ""
        ]
        7 => [
          "leistungen" => ""
          "potential" => ""
        ]
        8 => [
          "leistungen" => ""
          "potential" => ""
        ]
        2 => [
          "leistungen" => ""
          "potential" => ""
        ]
      ]
      -displayPoints: true
      -hubspotDealId: "11344668722"
      -centralAudit: false
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
548 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34480
    -type: "entity"
    -name: "viewAuditFrontend"
    -label: Symfony\Component\Translation\TranslatableMessage {#34644 …}
    -icon: "fa fa-calculator"
    -cssClass: "action-viewAuditFrontend"
    -addedCssClass: ""
    -htmlAttributes: [
      "target" => "_blank"
      "data-action-name" => "viewAuditFrontend"
    ]
    -linkUrl: "/audits/491"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: Closure(Audit $entity) {#27840 …}
    -translationParameters: []
    -displayCallable: null
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28898
    -isAccessible: true
    -primaryKeyValue: 491
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#31724 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34675 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/491/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#8665
      -id: 491
      -auditDate: DateTime @1767826800 {#8662
        date: 2026-01-08 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: DateTime @1767855540 {#8663
        date: 2026-01-08 07:59:00.0 Europe/Berlin (+01:00)
      }
      -endDate: DateTime @1767870600 {#8664
        date: 2026-01-08 12:10:00.0 Europe/Berlin (+01:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#8667 …}
      -participants: Doctrine\ORM\PersistentCollection {#8669 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
      -areas: Doctrine\ORM\PersistentCollection {#8671 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#8673 …}
      -comments: Doctrine\ORM\PersistentCollection {#8675 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#8677 …}
      -status: 20
      -locality: "location"
      -auditScope: "Ein Personentag."
      -annotations: null
      -displayPoints: true
      -hubspotDealId: "11727834731"
      -centralAudit: false
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
549 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#28900
    -type: "entity"
    -name: "viewCertPdf"
    -label: "audits.actions.certificate"
    -icon: "fa fa-certificate"
    -cssClass: ""
    -addedCssClass: ""
    -htmlAttributes: [
      "target" => "_blank"
    ]
    -linkUrl: null
    -templatePath: "admin/actions/locale_dropdown_button.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: Closure(Audit $entity) {#27837 …}
    -translationParameters: []
    -displayCallable: Closure($entity) {#27836 …}
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28898
    -isAccessible: true
    -primaryKeyValue: 491
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#31724 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34675 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/491/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#8665
      -id: 491
      -auditDate: DateTime @1767826800 {#8662
        date: 2026-01-08 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: DateTime @1767855540 {#8663
        date: 2026-01-08 07:59:00.0 Europe/Berlin (+01:00)
      }
      -endDate: DateTime @1767870600 {#8664
        date: 2026-01-08 12:10:00.0 Europe/Berlin (+01:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#8667 …}
      -participants: Doctrine\ORM\PersistentCollection {#8669 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
      -areas: Doctrine\ORM\PersistentCollection {#8671 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#8673 …}
      -comments: Doctrine\ORM\PersistentCollection {#8675 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#8677 …}
      -status: 20
      -locality: "location"
      -auditScope: "Ein Personentag."
      -annotations: null
      -displayPoints: true
      -hubspotDealId: "11727834731"
      -centralAudit: false
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
550 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34559
    -type: "entity"
    -name: "viewReportPdf"
    -label: "audits.actions.report"
    -icon: "fa fa-file-pdf"
    -cssClass: ""
    -addedCssClass: ""
    -htmlAttributes: [
      "target" => "_blank"
    ]
    -linkUrl: null
    -templatePath: "admin/actions/locale_dropdown_button.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: Closure(Audit $entity) {#27848 …}
    -translationParameters: []
    -displayCallable: Closure($entity) {#27849 …}
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28898
    -isAccessible: true
    -primaryKeyValue: 491
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#31724 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34675 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/491/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#8665
      -id: 491
      -auditDate: DateTime @1767826800 {#8662
        date: 2026-01-08 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: DateTime @1767855540 {#8663
        date: 2026-01-08 07:59:00.0 Europe/Berlin (+01:00)
      }
      -endDate: DateTime @1767870600 {#8664
        date: 2026-01-08 12:10:00.0 Europe/Berlin (+01:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#8667 …}
      -participants: Doctrine\ORM\PersistentCollection {#8669 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
      -areas: Doctrine\ORM\PersistentCollection {#8671 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#8673 …}
      -comments: Doctrine\ORM\PersistentCollection {#8675 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#8677 …}
      -status: 20
      -locality: "location"
      -auditScope: "Ein Personentag."
      -annotations: null
      -displayPoints: true
      -hubspotDealId: "11727834731"
      -centralAudit: false
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
551 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34634
    -type: "entity"
    -name: "edit"
    -label: Symfony\Component\Translation\TranslatableMessage {#34651 …}
    -icon: "internal:edit"
    -cssClass: "action-edit"
    -addedCssClass: ""
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "https://dev.cat.greensign.de/admin/de/audit/491/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28898
    -isAccessible: true
    -primaryKeyValue: 491
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#31724 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34675 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/491/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#8665
      -id: 491
      -auditDate: DateTime @1767826800 {#8662
        date: 2026-01-08 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: DateTime @1767855540 {#8663
        date: 2026-01-08 07:59:00.0 Europe/Berlin (+01:00)
      }
      -endDate: DateTime @1767870600 {#8664
        date: 2026-01-08 12:10:00.0 Europe/Berlin (+01:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#8667 …}
      -participants: Doctrine\ORM\PersistentCollection {#8669 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
      -areas: Doctrine\ORM\PersistentCollection {#8671 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#8673 …}
      -comments: Doctrine\ORM\PersistentCollection {#8675 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#8677 …}
      -status: 20
      -locality: "location"
      -auditScope: "Ein Personentag."
      -annotations: null
      -displayPoints: true
      -hubspotDealId: "11727834731"
      -centralAudit: false
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
552 GRANTED ROLE_ADMIN
App\Entity\Business\Audit {#8665
  -id: 491
  -auditDate: DateTime @1767826800 {#8662
    date: 2026-01-08 00:00:00.0 Europe/Berlin (+01:00)
  }
  -startDate: DateTime @1767855540 {#8663
    date: 2026-01-08 07:59:00.0 Europe/Berlin (+01:00)
  }
  -endDate: DateTime @1767870600 {#8664
    date: 2026-01-08 12:10:00.0 Europe/Berlin (+01:00)
  }
  -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
  -secondaryAuditor: null
  -certification: Proxies\__CG__\App\Entity\Business\Certification {#8667 …}
  -participants: Doctrine\ORM\PersistentCollection {#8669 …}
  -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
  -areas: Doctrine\ORM\PersistentCollection {#8671 …}
  -testProcedures: Doctrine\ORM\PersistentCollection {#8673 …}
  -comments: Doctrine\ORM\PersistentCollection {#8675 …}
  -auditAnswers: Doctrine\ORM\PersistentCollection {#8677 …}
  -status: 20
  -locality: "location"
  -auditScope: "Ein Personentag."
  -annotations: null
  -displayPoints: true
  -hubspotDealId: "11727834731"
  -centralAudit: false
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
GRANTED
The user has ROLE_ADMIN.
Show voter details
553 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34633
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#34652 …}
    -icon: "internal:delete"
    -cssClass: "action-delete"
    -addedCssClass: ""
    -htmlAttributes: [
      "data-action-name" => "delete"
      "formaction" => "https://dev.cat.greensign.de/admin/de/audit/491/delete?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-action-confirmation"
      "data-action-confirmation" => "true"
      "data-action-variant" => "danger"
      "data-action-entity-name" => Symfony\Component\Translation\TranslatableMessage {#27901
        -message: "entity.audit.singular"
        -parameters: [
          "%entity_name%" => "Audit"
          "%entity_as_string%" => ""
          "%entity_id%" => null
          "%entity_short_id%" => null
        ]
        -domain: "admin"
      }
      "data-action-entity-id" => "491"
    ]
    -linkUrl: "https://dev.cat.greensign.de/admin/de/audit/491/delete?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27871 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27879 …}
    -confirmationMessage: true
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28898
    -isAccessible: true
    -primaryKeyValue: 491
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#31724 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34675 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/491/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#8665
      -id: 491
      -auditDate: DateTime @1767826800 {#8662
        date: 2026-01-08 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: DateTime @1767855540 {#8663
        date: 2026-01-08 07:59:00.0 Europe/Berlin (+01:00)
      }
      -endDate: DateTime @1767870600 {#8664
        date: 2026-01-08 12:10:00.0 Europe/Berlin (+01:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#8667 …}
      -participants: Doctrine\ORM\PersistentCollection {#8669 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
      -areas: Doctrine\ORM\PersistentCollection {#8671 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#8673 …}
      -comments: Doctrine\ORM\PersistentCollection {#8675 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#8677 …}
      -status: 20
      -locality: "location"
      -auditScope: "Ein Personentag."
      -annotations: null
      -displayPoints: true
      -hubspotDealId: "11727834731"
      -centralAudit: false
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
554 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34520
    -type: "entity"
    -name: "viewAuditFrontend"
    -label: Symfony\Component\Translation\TranslatableMessage {#34684 …}
    -icon: "fa fa-calculator"
    -cssClass: "action-viewAuditFrontend"
    -addedCssClass: ""
    -htmlAttributes: [
      "target" => "_blank"
      "data-action-name" => "viewAuditFrontend"
    ]
    -linkUrl: "/audits/598"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: Closure(Audit $entity) {#27840 …}
    -translationParameters: []
    -displayCallable: null
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28941
    -isAccessible: true
    -primaryKeyValue: 598
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#31882 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34716 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/598/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#9897
      -id: 598
      -auditDate: DateTime @1767654000 {#9894
        date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: DateTime @1767692880 {#9895
        date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
      }
      -endDate: DateTime @1767700800 {#9896
        date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#9899 …}
      -participants: Doctrine\ORM\PersistentCollection {#9901 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
      -areas: Doctrine\ORM\PersistentCollection {#9903 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#9905 …}
      -comments: Doctrine\ORM\PersistentCollection {#9907 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#9909 …}
      -status: 100
      -locality: "location"
      -auditScope: "Ein Personentag."
      -annotations: null
      -displayPoints: true
      -hubspotDealId: "396708247782"
      -centralAudit: true
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
555 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#28920
    -type: "entity"
    -name: "viewCertPdf"
    -label: "audits.actions.certificate"
    -icon: "fa fa-certificate"
    -cssClass: ""
    -addedCssClass: ""
    -htmlAttributes: [
      "target" => "_blank"
    ]
    -linkUrl: null
    -templatePath: "admin/actions/locale_dropdown_button.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: Closure(Audit $entity) {#27837 …}
    -translationParameters: []
    -displayCallable: Closure($entity) {#27836 …}
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28941
    -isAccessible: true
    -primaryKeyValue: 598
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#31882 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34716 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/598/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#9897
      -id: 598
      -auditDate: DateTime @1767654000 {#9894
        date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: DateTime @1767692880 {#9895
        date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
      }
      -endDate: DateTime @1767700800 {#9896
        date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#9899 …}
      -participants: Doctrine\ORM\PersistentCollection {#9901 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
      -areas: Doctrine\ORM\PersistentCollection {#9903 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#9905 …}
      -comments: Doctrine\ORM\PersistentCollection {#9907 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#9909 …}
      -status: 100
      -locality: "location"
      -auditScope: "Ein Personentag."
      -annotations: null
      -displayPoints: true
      -hubspotDealId: "396708247782"
      -centralAudit: true
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
556 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34599
    -type: "entity"
    -name: "viewReportPdf"
    -label: Symfony\Component\Translation\TranslatableMessage {#34685 …}
    -icon: "fa fa-file-pdf"
    -cssClass: "action-viewReportPdf"
    -addedCssClass: ""
    -htmlAttributes: [
      "target" => "_blank"
      "data-action-name" => "viewReportPdf"
    ]
    -linkUrl: "/audit/598/report"
    -templatePath: "admin/actions/locale_dropdown_button.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: Closure(Audit $entity) {#27848 …}
    -translationParameters: []
    -displayCallable: Closure($entity) {#27849 …}
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28941
    -isAccessible: true
    -primaryKeyValue: 598
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#31882 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34716 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/598/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#9897
      -id: 598
      -auditDate: DateTime @1767654000 {#9894
        date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: DateTime @1767692880 {#9895
        date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
      }
      -endDate: DateTime @1767700800 {#9896
        date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#9899 …}
      -participants: Doctrine\ORM\PersistentCollection {#9901 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
      -areas: Doctrine\ORM\PersistentCollection {#9903 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#9905 …}
      -comments: Doctrine\ORM\PersistentCollection {#9907 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#9909 …}
      -status: 100
      -locality: "location"
      -auditScope: "Ein Personentag."
      -annotations: null
      -displayPoints: true
      -hubspotDealId: "396708247782"
      -centralAudit: true
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
557 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34674
    -type: "entity"
    -name: "edit"
    -label: Symfony\Component\Translation\TranslatableMessage {#34692 …}
    -icon: "internal:edit"
    -cssClass: "action-edit"
    -addedCssClass: ""
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "https://dev.cat.greensign.de/admin/de/audit/598/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28941
    -isAccessible: true
    -primaryKeyValue: 598
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#31882 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34716 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/598/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#9897
      -id: 598
      -auditDate: DateTime @1767654000 {#9894
        date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: DateTime @1767692880 {#9895
        date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
      }
      -endDate: DateTime @1767700800 {#9896
        date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#9899 …}
      -participants: Doctrine\ORM\PersistentCollection {#9901 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
      -areas: Doctrine\ORM\PersistentCollection {#9903 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#9905 …}
      -comments: Doctrine\ORM\PersistentCollection {#9907 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#9909 …}
      -status: 100
      -locality: "location"
      -auditScope: "Ein Personentag."
      -annotations: null
      -displayPoints: true
      -hubspotDealId: "396708247782"
      -centralAudit: true
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
558 GRANTED ROLE_ADMIN
App\Entity\Business\Audit {#9897
  -id: 598
  -auditDate: DateTime @1767654000 {#9894
    date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
  }
  -startDate: DateTime @1767692880 {#9895
    date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
  }
  -endDate: DateTime @1767700800 {#9896
    date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
  }
  -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
  -secondaryAuditor: null
  -certification: Proxies\__CG__\App\Entity\Business\Certification {#9899 …}
  -participants: Doctrine\ORM\PersistentCollection {#9901 …}
  -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
  -areas: Doctrine\ORM\PersistentCollection {#9903 …}
  -testProcedures: Doctrine\ORM\PersistentCollection {#9905 …}
  -comments: Doctrine\ORM\PersistentCollection {#9907 …}
  -auditAnswers: Doctrine\ORM\PersistentCollection {#9909 …}
  -status: 100
  -locality: "location"
  -auditScope: "Ein Personentag."
  -annotations: null
  -displayPoints: true
  -hubspotDealId: "396708247782"
  -centralAudit: true
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
GRANTED
The user has ROLE_ADMIN.
Show voter details
559 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34673
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#34696 …}
    -icon: "internal:delete"
    -cssClass: "action-delete"
    -addedCssClass: ""
    -htmlAttributes: [
      "data-action-name" => "delete"
      "formaction" => "https://dev.cat.greensign.de/admin/de/audit/598/delete?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-action-confirmation"
      "data-action-confirmation" => "true"
      "data-action-variant" => "danger"
      "data-action-entity-name" => Symfony\Component\Translation\TranslatableMessage {#27901
        -message: "entity.audit.singular"
        -parameters: [
          "%entity_name%" => "Audit"
          "%entity_as_string%" => ""
          "%entity_id%" => null
          "%entity_short_id%" => null
        ]
        -domain: "admin"
      }
      "data-action-entity-id" => "598"
    ]
    -linkUrl: "https://dev.cat.greensign.de/admin/de/audit/598/delete?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27871 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27879 …}
    -confirmationMessage: true
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28941
    -isAccessible: true
    -primaryKeyValue: 598
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#31882 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34716 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/598/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#9897
      -id: 598
      -auditDate: DateTime @1767654000 {#9894
        date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: DateTime @1767692880 {#9895
        date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
      }
      -endDate: DateTime @1767700800 {#9896
        date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#9899 …}
      -participants: Doctrine\ORM\PersistentCollection {#9901 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
      -areas: Doctrine\ORM\PersistentCollection {#9903 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#9905 …}
      -comments: Doctrine\ORM\PersistentCollection {#9907 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#9909 …}
      -status: 100
      -locality: "location"
      -auditScope: "Ein Personentag."
      -annotations: null
      -displayPoints: true
      -hubspotDealId: "396708247782"
      -centralAudit: true
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
560 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34560
    -type: "entity"
    -name: "viewAuditFrontend"
    -label: Symfony\Component\Translation\TranslatableMessage {#34725 …}
    -icon: "fa fa-calculator"
    -cssClass: "action-viewAuditFrontend"
    -addedCssClass: ""
    -htmlAttributes: [
      "target" => "_blank"
      "data-action-name" => "viewAuditFrontend"
    ]
    -linkUrl: "/audits/683"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: Closure(Audit $entity) {#27840 …}
    -translationParameters: []
    -displayCallable: null
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28947
    -isAccessible: true
    -primaryKeyValue: 683
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#32040 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34757 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/683/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#11037
      -id: 683
      -auditDate: DateTime @1767654000 {#11034
        date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: DateTime @1767692880 {#11035
        date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
      }
      -endDate: DateTime @1767700800 {#11036
        date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#11039 …}
      -participants: Doctrine\ORM\PersistentCollection {#11041 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
      -areas: Doctrine\ORM\PersistentCollection {#11043 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#11045 …}
      -comments: Doctrine\ORM\PersistentCollection {#11047 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#11049 …}
      -status: 100
      -locality: "location"
      -auditScope: "Ein Personentag."
      -annotations: null
      -displayPoints: true
      -hubspotDealId: "396708247782"
      -centralAudit: true
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
561 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#28917
    -type: "entity"
    -name: "viewCertPdf"
    -label: "audits.actions.certificate"
    -icon: "fa fa-certificate"
    -cssClass: ""
    -addedCssClass: ""
    -htmlAttributes: [
      "target" => "_blank"
    ]
    -linkUrl: null
    -templatePath: "admin/actions/locale_dropdown_button.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: Closure(Audit $entity) {#27837 …}
    -translationParameters: []
    -displayCallable: Closure($entity) {#27836 …}
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28947
    -isAccessible: true
    -primaryKeyValue: 683
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#32040 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34757 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/683/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#11037
      -id: 683
      -auditDate: DateTime @1767654000 {#11034
        date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: DateTime @1767692880 {#11035
        date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
      }
      -endDate: DateTime @1767700800 {#11036
        date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#11039 …}
      -participants: Doctrine\ORM\PersistentCollection {#11041 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
      -areas: Doctrine\ORM\PersistentCollection {#11043 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#11045 …}
      -comments: Doctrine\ORM\PersistentCollection {#11047 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#11049 …}
      -status: 100
      -locality: "location"
      -auditScope: "Ein Personentag."
      -annotations: null
      -displayPoints: true
      -hubspotDealId: "396708247782"
      -centralAudit: true
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
562 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34639
    -type: "entity"
    -name: "viewReportPdf"
    -label: Symfony\Component\Translation\TranslatableMessage {#34726 …}
    -icon: "fa fa-file-pdf"
    -cssClass: "action-viewReportPdf"
    -addedCssClass: ""
    -htmlAttributes: [
      "target" => "_blank"
      "data-action-name" => "viewReportPdf"
    ]
    -linkUrl: "/audit/683/report"
    -templatePath: "admin/actions/locale_dropdown_button.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: Closure(Audit $entity) {#27848 …}
    -translationParameters: []
    -displayCallable: Closure($entity) {#27849 …}
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28947
    -isAccessible: true
    -primaryKeyValue: 683
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#32040 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34757 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/683/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#11037
      -id: 683
      -auditDate: DateTime @1767654000 {#11034
        date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: DateTime @1767692880 {#11035
        date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
      }
      -endDate: DateTime @1767700800 {#11036
        date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#11039 …}
      -participants: Doctrine\ORM\PersistentCollection {#11041 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
      -areas: Doctrine\ORM\PersistentCollection {#11043 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#11045 …}
      -comments: Doctrine\ORM\PersistentCollection {#11047 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#11049 …}
      -status: 100
      -locality: "location"
      -auditScope: "Ein Personentag."
      -annotations: null
      -displayPoints: true
      -hubspotDealId: "396708247782"
      -centralAudit: true
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
563 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34715
    -type: "entity"
    -name: "edit"
    -label: Symfony\Component\Translation\TranslatableMessage {#34733 …}
    -icon: "internal:edit"
    -cssClass: "action-edit"
    -addedCssClass: ""
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "https://dev.cat.greensign.de/admin/de/audit/683/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28947
    -isAccessible: true
    -primaryKeyValue: 683
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#32040 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34757 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/683/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#11037
      -id: 683
      -auditDate: DateTime @1767654000 {#11034
        date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: DateTime @1767692880 {#11035
        date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
      }
      -endDate: DateTime @1767700800 {#11036
        date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#11039 …}
      -participants: Doctrine\ORM\PersistentCollection {#11041 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
      -areas: Doctrine\ORM\PersistentCollection {#11043 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#11045 …}
      -comments: Doctrine\ORM\PersistentCollection {#11047 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#11049 …}
      -status: 100
      -locality: "location"
      -auditScope: "Ein Personentag."
      -annotations: null
      -displayPoints: true
      -hubspotDealId: "396708247782"
      -centralAudit: true
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
564 GRANTED ROLE_ADMIN
App\Entity\Business\Audit {#11037
  -id: 683
  -auditDate: DateTime @1767654000 {#11034
    date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
  }
  -startDate: DateTime @1767692880 {#11035
    date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
  }
  -endDate: DateTime @1767700800 {#11036
    date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
  }
  -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
  -secondaryAuditor: null
  -certification: Proxies\__CG__\App\Entity\Business\Certification {#11039 …}
  -participants: Doctrine\ORM\PersistentCollection {#11041 …}
  -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
  -areas: Doctrine\ORM\PersistentCollection {#11043 …}
  -testProcedures: Doctrine\ORM\PersistentCollection {#11045 …}
  -comments: Doctrine\ORM\PersistentCollection {#11047 …}
  -auditAnswers: Doctrine\ORM\PersistentCollection {#11049 …}
  -status: 100
  -locality: "location"
  -auditScope: "Ein Personentag."
  -annotations: null
  -displayPoints: true
  -hubspotDealId: "396708247782"
  -centralAudit: true
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
GRANTED
The user has ROLE_ADMIN.
Show voter details
565 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34714
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#34737 …}
    -icon: "internal:delete"
    -cssClass: "action-delete"
    -addedCssClass: ""
    -htmlAttributes: [
      "data-action-name" => "delete"
      "formaction" => "https://dev.cat.greensign.de/admin/de/audit/683/delete?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-action-confirmation"
      "data-action-confirmation" => "true"
      "data-action-variant" => "danger"
      "data-action-entity-name" => Symfony\Component\Translation\TranslatableMessage {#27901
        -message: "entity.audit.singular"
        -parameters: [
          "%entity_name%" => "Audit"
          "%entity_as_string%" => ""
          "%entity_id%" => null
          "%entity_short_id%" => null
        ]
        -domain: "admin"
      }
      "data-action-entity-id" => "683"
    ]
    -linkUrl: "https://dev.cat.greensign.de/admin/de/audit/683/delete?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27871 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27879 …}
    -confirmationMessage: true
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28947
    -isAccessible: true
    -primaryKeyValue: 683
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#32040 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34757 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/683/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#11037
      -id: 683
      -auditDate: DateTime @1767654000 {#11034
        date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: DateTime @1767692880 {#11035
        date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
      }
      -endDate: DateTime @1767700800 {#11036
        date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#11039 …}
      -participants: Doctrine\ORM\PersistentCollection {#11041 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
      -areas: Doctrine\ORM\PersistentCollection {#11043 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#11045 …}
      -comments: Doctrine\ORM\PersistentCollection {#11047 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#11049 …}
      -status: 100
      -locality: "location"
      -auditScope: "Ein Personentag."
      -annotations: null
      -displayPoints: true
      -hubspotDealId: "396708247782"
      -centralAudit: true
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
566 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34600
    -type: "entity"
    -name: "viewAuditFrontend"
    -label: Symfony\Component\Translation\TranslatableMessage {#34766 …}
    -icon: "fa fa-calculator"
    -cssClass: "action-viewAuditFrontend"
    -addedCssClass: ""
    -htmlAttributes: [
      "target" => "_blank"
      "data-action-name" => "viewAuditFrontend"
    ]
    -linkUrl: "/audits/684"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: Closure(Audit $entity) {#27840 …}
    -translationParameters: []
    -displayCallable: null
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28953
    -isAccessible: true
    -primaryKeyValue: 684
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#32198 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34798 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/684/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#11054
      -id: 684
      -auditDate: DateTime @1767654000 {#11051
        date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: DateTime @1767692880 {#11052
        date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
      }
      -endDate: DateTime @1767700800 {#11053
        date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#11056 …}
      -participants: Doctrine\ORM\PersistentCollection {#11058 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
      -areas: Doctrine\ORM\PersistentCollection {#11060 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#11062 …}
      -comments: Doctrine\ORM\PersistentCollection {#11064 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#11066 …}
      -status: 100
      -locality: "location"
      -auditScope: "Ein Personentag."
      -annotations: null
      -displayPoints: true
      -hubspotDealId: "396708247782"
      -centralAudit: true
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
567 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#28911
    -type: "entity"
    -name: "viewCertPdf"
    -label: "audits.actions.certificate"
    -icon: "fa fa-certificate"
    -cssClass: ""
    -addedCssClass: ""
    -htmlAttributes: [
      "target" => "_blank"
    ]
    -linkUrl: null
    -templatePath: "admin/actions/locale_dropdown_button.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: Closure(Audit $entity) {#27837 …}
    -translationParameters: []
    -displayCallable: Closure($entity) {#27836 …}
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28953
    -isAccessible: true
    -primaryKeyValue: 684
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#32198 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34798 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/684/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#11054
      -id: 684
      -auditDate: DateTime @1767654000 {#11051
        date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: DateTime @1767692880 {#11052
        date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
      }
      -endDate: DateTime @1767700800 {#11053
        date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#11056 …}
      -participants: Doctrine\ORM\PersistentCollection {#11058 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
      -areas: Doctrine\ORM\PersistentCollection {#11060 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#11062 …}
      -comments: Doctrine\ORM\PersistentCollection {#11064 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#11066 …}
      -status: 100
      -locality: "location"
      -auditScope: "Ein Personentag."
      -annotations: null
      -displayPoints: true
      -hubspotDealId: "396708247782"
      -centralAudit: true
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
568 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34679
    -type: "entity"
    -name: "viewReportPdf"
    -label: Symfony\Component\Translation\TranslatableMessage {#34767 …}
    -icon: "fa fa-file-pdf"
    -cssClass: "action-viewReportPdf"
    -addedCssClass: ""
    -htmlAttributes: [
      "target" => "_blank"
      "data-action-name" => "viewReportPdf"
    ]
    -linkUrl: "/audit/684/report"
    -templatePath: "admin/actions/locale_dropdown_button.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: Closure(Audit $entity) {#27848 …}
    -translationParameters: []
    -displayCallable: Closure($entity) {#27849 …}
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28953
    -isAccessible: true
    -primaryKeyValue: 684
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#32198 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34798 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/684/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#11054
      -id: 684
      -auditDate: DateTime @1767654000 {#11051
        date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: DateTime @1767692880 {#11052
        date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
      }
      -endDate: DateTime @1767700800 {#11053
        date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#11056 …}
      -participants: Doctrine\ORM\PersistentCollection {#11058 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
      -areas: Doctrine\ORM\PersistentCollection {#11060 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#11062 …}
      -comments: Doctrine\ORM\PersistentCollection {#11064 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#11066 …}
      -status: 100
      -locality: "location"
      -auditScope: "Ein Personentag."
      -annotations: null
      -displayPoints: true
      -hubspotDealId: "396708247782"
      -centralAudit: true
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
569 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34756
    -type: "entity"
    -name: "edit"
    -label: Symfony\Component\Translation\TranslatableMessage {#34774 …}
    -icon: "internal:edit"
    -cssClass: "action-edit"
    -addedCssClass: ""
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "https://dev.cat.greensign.de/admin/de/audit/684/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28953
    -isAccessible: true
    -primaryKeyValue: 684
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#32198 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34798 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/684/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#11054
      -id: 684
      -auditDate: DateTime @1767654000 {#11051
        date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: DateTime @1767692880 {#11052
        date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
      }
      -endDate: DateTime @1767700800 {#11053
        date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#11056 …}
      -participants: Doctrine\ORM\PersistentCollection {#11058 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
      -areas: Doctrine\ORM\PersistentCollection {#11060 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#11062 …}
      -comments: Doctrine\ORM\PersistentCollection {#11064 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#11066 …}
      -status: 100
      -locality: "location"
      -auditScope: "Ein Personentag."
      -annotations: null
      -displayPoints: true
      -hubspotDealId: "396708247782"
      -centralAudit: true
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
570 GRANTED ROLE_ADMIN
App\Entity\Business\Audit {#11054
  -id: 684
  -auditDate: DateTime @1767654000 {#11051
    date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
  }
  -startDate: DateTime @1767692880 {#11052
    date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
  }
  -endDate: DateTime @1767700800 {#11053
    date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
  }
  -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
  -secondaryAuditor: null
  -certification: Proxies\__CG__\App\Entity\Business\Certification {#11056 …}
  -participants: Doctrine\ORM\PersistentCollection {#11058 …}
  -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
  -areas: Doctrine\ORM\PersistentCollection {#11060 …}
  -testProcedures: Doctrine\ORM\PersistentCollection {#11062 …}
  -comments: Doctrine\ORM\PersistentCollection {#11064 …}
  -auditAnswers: Doctrine\ORM\PersistentCollection {#11066 …}
  -status: 100
  -locality: "location"
  -auditScope: "Ein Personentag."
  -annotations: null
  -displayPoints: true
  -hubspotDealId: "396708247782"
  -centralAudit: true
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
GRANTED
The user has ROLE_ADMIN.
Show voter details
571 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34755
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#34778 …}
    -icon: "internal:delete"
    -cssClass: "action-delete"
    -addedCssClass: ""
    -htmlAttributes: [
      "data-action-name" => "delete"
      "formaction" => "https://dev.cat.greensign.de/admin/de/audit/684/delete?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-action-confirmation"
      "data-action-confirmation" => "true"
      "data-action-variant" => "danger"
      "data-action-entity-name" => Symfony\Component\Translation\TranslatableMessage {#27901
        -message: "entity.audit.singular"
        -parameters: [
          "%entity_name%" => "Audit"
          "%entity_as_string%" => ""
          "%entity_id%" => null
          "%entity_short_id%" => null
        ]
        -domain: "admin"
      }
      "data-action-entity-id" => "684"
    ]
    -linkUrl: "https://dev.cat.greensign.de/admin/de/audit/684/delete?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27871 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27879 …}
    -confirmationMessage: true
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28953
    -isAccessible: true
    -primaryKeyValue: 684
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#32198 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34798 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/684/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#11054
      -id: 684
      -auditDate: DateTime @1767654000 {#11051
        date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: DateTime @1767692880 {#11052
        date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
      }
      -endDate: DateTime @1767700800 {#11053
        date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#11056 …}
      -participants: Doctrine\ORM\PersistentCollection {#11058 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
      -areas: Doctrine\ORM\PersistentCollection {#11060 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#11062 …}
      -comments: Doctrine\ORM\PersistentCollection {#11064 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#11066 …}
      -status: 100
      -locality: "location"
      -auditScope: "Ein Personentag."
      -annotations: null
      -displayPoints: true
      -hubspotDealId: "396708247782"
      -centralAudit: true
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
572 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34640
    -type: "entity"
    -name: "viewAuditFrontend"
    -label: Symfony\Component\Translation\TranslatableMessage {#34807 …}
    -icon: "fa fa-calculator"
    -cssClass: "action-viewAuditFrontend"
    -addedCssClass: ""
    -htmlAttributes: [
      "target" => "_blank"
      "data-action-name" => "viewAuditFrontend"
    ]
    -linkUrl: "/audits/685"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: Closure(Audit $entity) {#27840 …}
    -translationParameters: []
    -displayCallable: null
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28959
    -isAccessible: true
    -primaryKeyValue: 685
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#32356 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34839 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/685/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#11071
      -id: 685
      -auditDate: DateTime @1767654000 {#11068
        date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: DateTime @1767692880 {#11069
        date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
      }
      -endDate: DateTime @1767700800 {#11070
        date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#11073 …}
      -participants: Doctrine\ORM\PersistentCollection {#11075 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
      -areas: Doctrine\ORM\PersistentCollection {#11077 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#11079 …}
      -comments: Doctrine\ORM\PersistentCollection {#11081 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#11083 …}
      -status: 100
      -locality: "location"
      -auditScope: "Ein Personentag."
      -annotations: null
      -displayPoints: true
      -hubspotDealId: "396708247782"
      -centralAudit: true
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
573 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#28938
    -type: "entity"
    -name: "viewCertPdf"
    -label: "audits.actions.certificate"
    -icon: "fa fa-certificate"
    -cssClass: ""
    -addedCssClass: ""
    -htmlAttributes: [
      "target" => "_blank"
    ]
    -linkUrl: null
    -templatePath: "admin/actions/locale_dropdown_button.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: Closure(Audit $entity) {#27837 …}
    -translationParameters: []
    -displayCallable: Closure($entity) {#27836 …}
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28959
    -isAccessible: true
    -primaryKeyValue: 685
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#32356 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34839 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/685/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#11071
      -id: 685
      -auditDate: DateTime @1767654000 {#11068
        date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: DateTime @1767692880 {#11069
        date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
      }
      -endDate: DateTime @1767700800 {#11070
        date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#11073 …}
      -participants: Doctrine\ORM\PersistentCollection {#11075 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
      -areas: Doctrine\ORM\PersistentCollection {#11077 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#11079 …}
      -comments: Doctrine\ORM\PersistentCollection {#11081 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#11083 …}
      -status: 100
      -locality: "location"
      -auditScope: "Ein Personentag."
      -annotations: null
      -displayPoints: true
      -hubspotDealId: "396708247782"
      -centralAudit: true
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
574 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34720
    -type: "entity"
    -name: "viewReportPdf"
    -label: Symfony\Component\Translation\TranslatableMessage {#34808 …}
    -icon: "fa fa-file-pdf"
    -cssClass: "action-viewReportPdf"
    -addedCssClass: ""
    -htmlAttributes: [
      "target" => "_blank"
      "data-action-name" => "viewReportPdf"
    ]
    -linkUrl: "/audit/685/report"
    -templatePath: "admin/actions/locale_dropdown_button.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: Closure(Audit $entity) {#27848 …}
    -translationParameters: []
    -displayCallable: Closure($entity) {#27849 …}
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28959
    -isAccessible: true
    -primaryKeyValue: 685
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#32356 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34839 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/685/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#11071
      -id: 685
      -auditDate: DateTime @1767654000 {#11068
        date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: DateTime @1767692880 {#11069
        date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
      }
      -endDate: DateTime @1767700800 {#11070
        date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#11073 …}
      -participants: Doctrine\ORM\PersistentCollection {#11075 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
      -areas: Doctrine\ORM\PersistentCollection {#11077 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#11079 …}
      -comments: Doctrine\ORM\PersistentCollection {#11081 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#11083 …}
      -status: 100
      -locality: "location"
      -auditScope: "Ein Personentag."
      -annotations: null
      -displayPoints: true
      -hubspotDealId: "396708247782"
      -centralAudit: true
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
575 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34797
    -type: "entity"
    -name: "edit"
    -label: Symfony\Component\Translation\TranslatableMessage {#34815 …}
    -icon: "internal:edit"
    -cssClass: "action-edit"
    -addedCssClass: ""
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "https://dev.cat.greensign.de/admin/de/audit/685/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28959
    -isAccessible: true
    -primaryKeyValue: 685
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#32356 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34839 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/685/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#11071
      -id: 685
      -auditDate: DateTime @1767654000 {#11068
        date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: DateTime @1767692880 {#11069
        date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
      }
      -endDate: DateTime @1767700800 {#11070
        date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#11073 …}
      -participants: Doctrine\ORM\PersistentCollection {#11075 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
      -areas: Doctrine\ORM\PersistentCollection {#11077 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#11079 …}
      -comments: Doctrine\ORM\PersistentCollection {#11081 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#11083 …}
      -status: 100
      -locality: "location"
      -auditScope: "Ein Personentag."
      -annotations: null
      -displayPoints: true
      -hubspotDealId: "396708247782"
      -centralAudit: true
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
576 GRANTED ROLE_ADMIN
App\Entity\Business\Audit {#11071
  -id: 685
  -auditDate: DateTime @1767654000 {#11068
    date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
  }
  -startDate: DateTime @1767692880 {#11069
    date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
  }
  -endDate: DateTime @1767700800 {#11070
    date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
  }
  -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
  -secondaryAuditor: null
  -certification: Proxies\__CG__\App\Entity\Business\Certification {#11073 …}
  -participants: Doctrine\ORM\PersistentCollection {#11075 …}
  -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
  -areas: Doctrine\ORM\PersistentCollection {#11077 …}
  -testProcedures: Doctrine\ORM\PersistentCollection {#11079 …}
  -comments: Doctrine\ORM\PersistentCollection {#11081 …}
  -auditAnswers: Doctrine\ORM\PersistentCollection {#11083 …}
  -status: 100
  -locality: "location"
  -auditScope: "Ein Personentag."
  -annotations: null
  -displayPoints: true
  -hubspotDealId: "396708247782"
  -centralAudit: true
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
GRANTED
The user has ROLE_ADMIN.
Show voter details
577 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34796
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#34819 …}
    -icon: "internal:delete"
    -cssClass: "action-delete"
    -addedCssClass: ""
    -htmlAttributes: [
      "data-action-name" => "delete"
      "formaction" => "https://dev.cat.greensign.de/admin/de/audit/685/delete?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-action-confirmation"
      "data-action-confirmation" => "true"
      "data-action-variant" => "danger"
      "data-action-entity-name" => Symfony\Component\Translation\TranslatableMessage {#27901
        -message: "entity.audit.singular"
        -parameters: [
          "%entity_name%" => "Audit"
          "%entity_as_string%" => ""
          "%entity_id%" => null
          "%entity_short_id%" => null
        ]
        -domain: "admin"
      }
      "data-action-entity-id" => "685"
    ]
    -linkUrl: "https://dev.cat.greensign.de/admin/de/audit/685/delete?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27871 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27879 …}
    -confirmationMessage: true
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28959
    -isAccessible: true
    -primaryKeyValue: 685
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#32356 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34839 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/685/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#11071
      -id: 685
      -auditDate: DateTime @1767654000 {#11068
        date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: DateTime @1767692880 {#11069
        date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
      }
      -endDate: DateTime @1767700800 {#11070
        date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#11073 …}
      -participants: Doctrine\ORM\PersistentCollection {#11075 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
      -areas: Doctrine\ORM\PersistentCollection {#11077 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#11079 …}
      -comments: Doctrine\ORM\PersistentCollection {#11081 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#11083 …}
      -status: 100
      -locality: "location"
      -auditScope: "Ein Personentag."
      -annotations: null
      -displayPoints: true
      -hubspotDealId: "396708247782"
      -centralAudit: true
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
578 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34680
    -type: "entity"
    -name: "viewAuditFrontend"
    -label: Symfony\Component\Translation\TranslatableMessage {#34848 …}
    -icon: "fa fa-calculator"
    -cssClass: "action-viewAuditFrontend"
    -addedCssClass: ""
    -htmlAttributes: [
      "target" => "_blank"
      "data-action-name" => "viewAuditFrontend"
    ]
    -linkUrl: "/audits/686"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: Closure(Audit $entity) {#27840 …}
    -translationParameters: []
    -displayCallable: null
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28965
    -isAccessible: true
    -primaryKeyValue: 686
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#32514 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34880 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/686/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#11088
      -id: 686
      -auditDate: DateTime @1767654000 {#11085
        date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: DateTime @1767692880 {#11086
        date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
      }
      -endDate: DateTime @1767700800 {#11087
        date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#11090 …}
      -participants: Doctrine\ORM\PersistentCollection {#11092 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
      -areas: Doctrine\ORM\PersistentCollection {#11094 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#11096 …}
      -comments: Doctrine\ORM\PersistentCollection {#11098 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#11100 …}
      -status: 100
      -locality: "location"
      -auditScope: "Ein Personentag."
      -annotations: null
      -displayPoints: true
      -hubspotDealId: "396708247782"
      -centralAudit: true
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
579 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#28944
    -type: "entity"
    -name: "viewCertPdf"
    -label: "audits.actions.certificate"
    -icon: "fa fa-certificate"
    -cssClass: ""
    -addedCssClass: ""
    -htmlAttributes: [
      "target" => "_blank"
    ]
    -linkUrl: null
    -templatePath: "admin/actions/locale_dropdown_button.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: Closure(Audit $entity) {#27837 …}
    -translationParameters: []
    -displayCallable: Closure($entity) {#27836 …}
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28965
    -isAccessible: true
    -primaryKeyValue: 686
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#32514 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34880 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/686/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#11088
      -id: 686
      -auditDate: DateTime @1767654000 {#11085
        date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: DateTime @1767692880 {#11086
        date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
      }
      -endDate: DateTime @1767700800 {#11087
        date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#11090 …}
      -participants: Doctrine\ORM\PersistentCollection {#11092 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
      -areas: Doctrine\ORM\PersistentCollection {#11094 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#11096 …}
      -comments: Doctrine\ORM\PersistentCollection {#11098 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#11100 …}
      -status: 100
      -locality: "location"
      -auditScope: "Ein Personentag."
      -annotations: null
      -displayPoints: true
      -hubspotDealId: "396708247782"
      -centralAudit: true
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
580 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34761
    -type: "entity"
    -name: "viewReportPdf"
    -label: Symfony\Component\Translation\TranslatableMessage {#34849 …}
    -icon: "fa fa-file-pdf"
    -cssClass: "action-viewReportPdf"
    -addedCssClass: ""
    -htmlAttributes: [
      "target" => "_blank"
      "data-action-name" => "viewReportPdf"
    ]
    -linkUrl: "/audit/686/report"
    -templatePath: "admin/actions/locale_dropdown_button.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: Closure(Audit $entity) {#27848 …}
    -translationParameters: []
    -displayCallable: Closure($entity) {#27849 …}
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28965
    -isAccessible: true
    -primaryKeyValue: 686
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#32514 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34880 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/686/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#11088
      -id: 686
      -auditDate: DateTime @1767654000 {#11085
        date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: DateTime @1767692880 {#11086
        date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
      }
      -endDate: DateTime @1767700800 {#11087
        date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#11090 …}
      -participants: Doctrine\ORM\PersistentCollection {#11092 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
      -areas: Doctrine\ORM\PersistentCollection {#11094 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#11096 …}
      -comments: Doctrine\ORM\PersistentCollection {#11098 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#11100 …}
      -status: 100
      -locality: "location"
      -auditScope: "Ein Personentag."
      -annotations: null
      -displayPoints: true
      -hubspotDealId: "396708247782"
      -centralAudit: true
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
581 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34838
    -type: "entity"
    -name: "edit"
    -label: Symfony\Component\Translation\TranslatableMessage {#34856 …}
    -icon: "internal:edit"
    -cssClass: "action-edit"
    -addedCssClass: ""
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "https://dev.cat.greensign.de/admin/de/audit/686/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28965
    -isAccessible: true
    -primaryKeyValue: 686
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#32514 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34880 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/686/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#11088
      -id: 686
      -auditDate: DateTime @1767654000 {#11085
        date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: DateTime @1767692880 {#11086
        date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
      }
      -endDate: DateTime @1767700800 {#11087
        date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#11090 …}
      -participants: Doctrine\ORM\PersistentCollection {#11092 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
      -areas: Doctrine\ORM\PersistentCollection {#11094 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#11096 …}
      -comments: Doctrine\ORM\PersistentCollection {#11098 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#11100 …}
      -status: 100
      -locality: "location"
      -auditScope: "Ein Personentag."
      -annotations: null
      -displayPoints: true
      -hubspotDealId: "396708247782"
      -centralAudit: true
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
582 GRANTED ROLE_ADMIN
App\Entity\Business\Audit {#11088
  -id: 686
  -auditDate: DateTime @1767654000 {#11085
    date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
  }
  -startDate: DateTime @1767692880 {#11086
    date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
  }
  -endDate: DateTime @1767700800 {#11087
    date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
  }
  -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
  -secondaryAuditor: null
  -certification: Proxies\__CG__\App\Entity\Business\Certification {#11090 …}
  -participants: Doctrine\ORM\PersistentCollection {#11092 …}
  -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
  -areas: Doctrine\ORM\PersistentCollection {#11094 …}
  -testProcedures: Doctrine\ORM\PersistentCollection {#11096 …}
  -comments: Doctrine\ORM\PersistentCollection {#11098 …}
  -auditAnswers: Doctrine\ORM\PersistentCollection {#11100 …}
  -status: 100
  -locality: "location"
  -auditScope: "Ein Personentag."
  -annotations: null
  -displayPoints: true
  -hubspotDealId: "396708247782"
  -centralAudit: true
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
GRANTED
The user has ROLE_ADMIN.
Show voter details
583 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34837
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#34860 …}
    -icon: "internal:delete"
    -cssClass: "action-delete"
    -addedCssClass: ""
    -htmlAttributes: [
      "data-action-name" => "delete"
      "formaction" => "https://dev.cat.greensign.de/admin/de/audit/686/delete?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-action-confirmation"
      "data-action-confirmation" => "true"
      "data-action-variant" => "danger"
      "data-action-entity-name" => Symfony\Component\Translation\TranslatableMessage {#27901
        -message: "entity.audit.singular"
        -parameters: [
          "%entity_name%" => "Audit"
          "%entity_as_string%" => ""
          "%entity_id%" => null
          "%entity_short_id%" => null
        ]
        -domain: "admin"
      }
      "data-action-entity-id" => "686"
    ]
    -linkUrl: "https://dev.cat.greensign.de/admin/de/audit/686/delete?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27871 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27879 …}
    -confirmationMessage: true
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28965
    -isAccessible: true
    -primaryKeyValue: 686
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#32514 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34880 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/686/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#11088
      -id: 686
      -auditDate: DateTime @1767654000 {#11085
        date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: DateTime @1767692880 {#11086
        date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
      }
      -endDate: DateTime @1767700800 {#11087
        date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#11090 …}
      -participants: Doctrine\ORM\PersistentCollection {#11092 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
      -areas: Doctrine\ORM\PersistentCollection {#11094 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#11096 …}
      -comments: Doctrine\ORM\PersistentCollection {#11098 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#11100 …}
      -status: 100
      -locality: "location"
      -auditScope: "Ein Personentag."
      -annotations: null
      -displayPoints: true
      -hubspotDealId: "396708247782"
      -centralAudit: true
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
584 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34721
    -type: "entity"
    -name: "viewAuditFrontend"
    -label: Symfony\Component\Translation\TranslatableMessage {#34889 …}
    -icon: "fa fa-calculator"
    -cssClass: "action-viewAuditFrontend"
    -addedCssClass: ""
    -htmlAttributes: [
      "target" => "_blank"
      "data-action-name" => "viewAuditFrontend"
    ]
    -linkUrl: "/audits/687"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: Closure(Audit $entity) {#27840 …}
    -translationParameters: []
    -displayCallable: null
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28971
    -isAccessible: true
    -primaryKeyValue: 687
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#32672 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34921 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/687/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#11105
      -id: 687
      -auditDate: DateTime @1767654000 {#11102
        date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: DateTime @1767692880 {#11103
        date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
      }
      -endDate: DateTime @1767700800 {#11104
        date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#11107 …}
      -participants: Doctrine\ORM\PersistentCollection {#11109 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
      -areas: Doctrine\ORM\PersistentCollection {#11111 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#11113 …}
      -comments: Doctrine\ORM\PersistentCollection {#11115 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#11117 …}
      -status: 100
      -locality: "location"
      -auditScope: "Ein Personentag."
      -annotations: null
      -displayPoints: true
      -hubspotDealId: "396708247782"
      -centralAudit: true
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
585 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#28950
    -type: "entity"
    -name: "viewCertPdf"
    -label: "audits.actions.certificate"
    -icon: "fa fa-certificate"
    -cssClass: ""
    -addedCssClass: ""
    -htmlAttributes: [
      "target" => "_blank"
    ]
    -linkUrl: null
    -templatePath: "admin/actions/locale_dropdown_button.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: Closure(Audit $entity) {#27837 …}
    -translationParameters: []
    -displayCallable: Closure($entity) {#27836 …}
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28971
    -isAccessible: true
    -primaryKeyValue: 687
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#32672 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34921 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/687/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#11105
      -id: 687
      -auditDate: DateTime @1767654000 {#11102
        date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: DateTime @1767692880 {#11103
        date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
      }
      -endDate: DateTime @1767700800 {#11104
        date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#11107 …}
      -participants: Doctrine\ORM\PersistentCollection {#11109 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
      -areas: Doctrine\ORM\PersistentCollection {#11111 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#11113 …}
      -comments: Doctrine\ORM\PersistentCollection {#11115 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#11117 …}
      -status: 100
      -locality: "location"
      -auditScope: "Ein Personentag."
      -annotations: null
      -displayPoints: true
      -hubspotDealId: "396708247782"
      -centralAudit: true
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
586 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34802
    -type: "entity"
    -name: "viewReportPdf"
    -label: Symfony\Component\Translation\TranslatableMessage {#34890 …}
    -icon: "fa fa-file-pdf"
    -cssClass: "action-viewReportPdf"
    -addedCssClass: ""
    -htmlAttributes: [
      "target" => "_blank"
      "data-action-name" => "viewReportPdf"
    ]
    -linkUrl: "/audit/687/report"
    -templatePath: "admin/actions/locale_dropdown_button.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: Closure(Audit $entity) {#27848 …}
    -translationParameters: []
    -displayCallable: Closure($entity) {#27849 …}
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28971
    -isAccessible: true
    -primaryKeyValue: 687
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#32672 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34921 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/687/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#11105
      -id: 687
      -auditDate: DateTime @1767654000 {#11102
        date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: DateTime @1767692880 {#11103
        date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
      }
      -endDate: DateTime @1767700800 {#11104
        date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#11107 …}
      -participants: Doctrine\ORM\PersistentCollection {#11109 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
      -areas: Doctrine\ORM\PersistentCollection {#11111 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#11113 …}
      -comments: Doctrine\ORM\PersistentCollection {#11115 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#11117 …}
      -status: 100
      -locality: "location"
      -auditScope: "Ein Personentag."
      -annotations: null
      -displayPoints: true
      -hubspotDealId: "396708247782"
      -centralAudit: true
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
587 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34879
    -type: "entity"
    -name: "edit"
    -label: Symfony\Component\Translation\TranslatableMessage {#34897 …}
    -icon: "internal:edit"
    -cssClass: "action-edit"
    -addedCssClass: ""
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "https://dev.cat.greensign.de/admin/de/audit/687/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28971
    -isAccessible: true
    -primaryKeyValue: 687
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#32672 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34921 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/687/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#11105
      -id: 687
      -auditDate: DateTime @1767654000 {#11102
        date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: DateTime @1767692880 {#11103
        date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
      }
      -endDate: DateTime @1767700800 {#11104
        date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#11107 …}
      -participants: Doctrine\ORM\PersistentCollection {#11109 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
      -areas: Doctrine\ORM\PersistentCollection {#11111 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#11113 …}
      -comments: Doctrine\ORM\PersistentCollection {#11115 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#11117 …}
      -status: 100
      -locality: "location"
      -auditScope: "Ein Personentag."
      -annotations: null
      -displayPoints: true
      -hubspotDealId: "396708247782"
      -centralAudit: true
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
588 GRANTED ROLE_ADMIN
App\Entity\Business\Audit {#11105
  -id: 687
  -auditDate: DateTime @1767654000 {#11102
    date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
  }
  -startDate: DateTime @1767692880 {#11103
    date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
  }
  -endDate: DateTime @1767700800 {#11104
    date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
  }
  -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
  -secondaryAuditor: null
  -certification: Proxies\__CG__\App\Entity\Business\Certification {#11107 …}
  -participants: Doctrine\ORM\PersistentCollection {#11109 …}
  -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
  -areas: Doctrine\ORM\PersistentCollection {#11111 …}
  -testProcedures: Doctrine\ORM\PersistentCollection {#11113 …}
  -comments: Doctrine\ORM\PersistentCollection {#11115 …}
  -auditAnswers: Doctrine\ORM\PersistentCollection {#11117 …}
  -status: 100
  -locality: "location"
  -auditScope: "Ein Personentag."
  -annotations: null
  -displayPoints: true
  -hubspotDealId: "396708247782"
  -centralAudit: true
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
GRANTED
The user has ROLE_ADMIN.
Show voter details
589 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34878
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#34901 …}
    -icon: "internal:delete"
    -cssClass: "action-delete"
    -addedCssClass: ""
    -htmlAttributes: [
      "data-action-name" => "delete"
      "formaction" => "https://dev.cat.greensign.de/admin/de/audit/687/delete?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-action-confirmation"
      "data-action-confirmation" => "true"
      "data-action-variant" => "danger"
      "data-action-entity-name" => Symfony\Component\Translation\TranslatableMessage {#27901
        -message: "entity.audit.singular"
        -parameters: [
          "%entity_name%" => "Audit"
          "%entity_as_string%" => ""
          "%entity_id%" => null
          "%entity_short_id%" => null
        ]
        -domain: "admin"
      }
      "data-action-entity-id" => "687"
    ]
    -linkUrl: "https://dev.cat.greensign.de/admin/de/audit/687/delete?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27871 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27879 …}
    -confirmationMessage: true
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28971
    -isAccessible: true
    -primaryKeyValue: 687
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#32672 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34921 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/687/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#11105
      -id: 687
      -auditDate: DateTime @1767654000 {#11102
        date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: DateTime @1767692880 {#11103
        date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
      }
      -endDate: DateTime @1767700800 {#11104
        date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#11107 …}
      -participants: Doctrine\ORM\PersistentCollection {#11109 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
      -areas: Doctrine\ORM\PersistentCollection {#11111 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#11113 …}
      -comments: Doctrine\ORM\PersistentCollection {#11115 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#11117 …}
      -status: 100
      -locality: "location"
      -auditScope: "Ein Personentag."
      -annotations: null
      -displayPoints: true
      -hubspotDealId: "396708247782"
      -centralAudit: true
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
590 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34762
    -type: "entity"
    -name: "viewAuditFrontend"
    -label: Symfony\Component\Translation\TranslatableMessage {#34930 …}
    -icon: "fa fa-calculator"
    -cssClass: "action-viewAuditFrontend"
    -addedCssClass: ""
    -htmlAttributes: [
      "target" => "_blank"
      "data-action-name" => "viewAuditFrontend"
    ]
    -linkUrl: "/audits/688"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: Closure(Audit $entity) {#27840 …}
    -translationParameters: []
    -displayCallable: null
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28977
    -isAccessible: true
    -primaryKeyValue: 688
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#32830 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34962 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/688/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#11122
      -id: 688
      -auditDate: DateTime @1767654000 {#11119
        date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: DateTime @1767692880 {#11120
        date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
      }
      -endDate: DateTime @1767700800 {#11121
        date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#11124 …}
      -participants: Doctrine\ORM\PersistentCollection {#11126 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
      -areas: Doctrine\ORM\PersistentCollection {#11128 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#11130 …}
      -comments: Doctrine\ORM\PersistentCollection {#11132 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#11134 …}
      -status: 100
      -locality: "location"
      -auditScope: "Ein Personentag."
      -annotations: null
      -displayPoints: true
      -hubspotDealId: "396708247782"
      -centralAudit: true
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
591 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#28956
    -type: "entity"
    -name: "viewCertPdf"
    -label: "audits.actions.certificate"
    -icon: "fa fa-certificate"
    -cssClass: ""
    -addedCssClass: ""
    -htmlAttributes: [
      "target" => "_blank"
    ]
    -linkUrl: null
    -templatePath: "admin/actions/locale_dropdown_button.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: Closure(Audit $entity) {#27837 …}
    -translationParameters: []
    -displayCallable: Closure($entity) {#27836 …}
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28977
    -isAccessible: true
    -primaryKeyValue: 688
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#32830 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34962 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/688/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#11122
      -id: 688
      -auditDate: DateTime @1767654000 {#11119
        date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: DateTime @1767692880 {#11120
        date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
      }
      -endDate: DateTime @1767700800 {#11121
        date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#11124 …}
      -participants: Doctrine\ORM\PersistentCollection {#11126 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
      -areas: Doctrine\ORM\PersistentCollection {#11128 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#11130 …}
      -comments: Doctrine\ORM\PersistentCollection {#11132 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#11134 …}
      -status: 100
      -locality: "location"
      -auditScope: "Ein Personentag."
      -annotations: null
      -displayPoints: true
      -hubspotDealId: "396708247782"
      -centralAudit: true
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
592 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34843
    -type: "entity"
    -name: "viewReportPdf"
    -label: Symfony\Component\Translation\TranslatableMessage {#34931 …}
    -icon: "fa fa-file-pdf"
    -cssClass: "action-viewReportPdf"
    -addedCssClass: ""
    -htmlAttributes: [
      "target" => "_blank"
      "data-action-name" => "viewReportPdf"
    ]
    -linkUrl: "/audit/688/report"
    -templatePath: "admin/actions/locale_dropdown_button.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: Closure(Audit $entity) {#27848 …}
    -translationParameters: []
    -displayCallable: Closure($entity) {#27849 …}
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28977
    -isAccessible: true
    -primaryKeyValue: 688
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#32830 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34962 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/688/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#11122
      -id: 688
      -auditDate: DateTime @1767654000 {#11119
        date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: DateTime @1767692880 {#11120
        date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
      }
      -endDate: DateTime @1767700800 {#11121
        date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#11124 …}
      -participants: Doctrine\ORM\PersistentCollection {#11126 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
      -areas: Doctrine\ORM\PersistentCollection {#11128 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#11130 …}
      -comments: Doctrine\ORM\PersistentCollection {#11132 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#11134 …}
      -status: 100
      -locality: "location"
      -auditScope: "Ein Personentag."
      -annotations: null
      -displayPoints: true
      -hubspotDealId: "396708247782"
      -centralAudit: true
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
593 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34920
    -type: "entity"
    -name: "edit"
    -label: Symfony\Component\Translation\TranslatableMessage {#34938 …}
    -icon: "internal:edit"
    -cssClass: "action-edit"
    -addedCssClass: ""
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "https://dev.cat.greensign.de/admin/de/audit/688/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28977
    -isAccessible: true
    -primaryKeyValue: 688
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#32830 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34962 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/688/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#11122
      -id: 688
      -auditDate: DateTime @1767654000 {#11119
        date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: DateTime @1767692880 {#11120
        date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
      }
      -endDate: DateTime @1767700800 {#11121
        date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#11124 …}
      -participants: Doctrine\ORM\PersistentCollection {#11126 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
      -areas: Doctrine\ORM\PersistentCollection {#11128 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#11130 …}
      -comments: Doctrine\ORM\PersistentCollection {#11132 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#11134 …}
      -status: 100
      -locality: "location"
      -auditScope: "Ein Personentag."
      -annotations: null
      -displayPoints: true
      -hubspotDealId: "396708247782"
      -centralAudit: true
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
594 GRANTED ROLE_ADMIN
App\Entity\Business\Audit {#11122
  -id: 688
  -auditDate: DateTime @1767654000 {#11119
    date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
  }
  -startDate: DateTime @1767692880 {#11120
    date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
  }
  -endDate: DateTime @1767700800 {#11121
    date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
  }
  -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
  -secondaryAuditor: null
  -certification: Proxies\__CG__\App\Entity\Business\Certification {#11124 …}
  -participants: Doctrine\ORM\PersistentCollection {#11126 …}
  -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
  -areas: Doctrine\ORM\PersistentCollection {#11128 …}
  -testProcedures: Doctrine\ORM\PersistentCollection {#11130 …}
  -comments: Doctrine\ORM\PersistentCollection {#11132 …}
  -auditAnswers: Doctrine\ORM\PersistentCollection {#11134 …}
  -status: 100
  -locality: "location"
  -auditScope: "Ein Personentag."
  -annotations: null
  -displayPoints: true
  -hubspotDealId: "396708247782"
  -centralAudit: true
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
GRANTED
The user has ROLE_ADMIN.
Show voter details
595 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34919
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#34942 …}
    -icon: "internal:delete"
    -cssClass: "action-delete"
    -addedCssClass: ""
    -htmlAttributes: [
      "data-action-name" => "delete"
      "formaction" => "https://dev.cat.greensign.de/admin/de/audit/688/delete?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-action-confirmation"
      "data-action-confirmation" => "true"
      "data-action-variant" => "danger"
      "data-action-entity-name" => Symfony\Component\Translation\TranslatableMessage {#27901
        -message: "entity.audit.singular"
        -parameters: [
          "%entity_name%" => "Audit"
          "%entity_as_string%" => ""
          "%entity_id%" => null
          "%entity_short_id%" => null
        ]
        -domain: "admin"
      }
      "data-action-entity-id" => "688"
    ]
    -linkUrl: "https://dev.cat.greensign.de/admin/de/audit/688/delete?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27871 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27879 …}
    -confirmationMessage: true
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28977
    -isAccessible: true
    -primaryKeyValue: 688
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#32830 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#34962 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/688/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#11122
      -id: 688
      -auditDate: DateTime @1767654000 {#11119
        date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: DateTime @1767692880 {#11120
        date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
      }
      -endDate: DateTime @1767700800 {#11121
        date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#11124 …}
      -participants: Doctrine\ORM\PersistentCollection {#11126 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
      -areas: Doctrine\ORM\PersistentCollection {#11128 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#11130 …}
      -comments: Doctrine\ORM\PersistentCollection {#11132 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#11134 …}
      -status: 100
      -locality: "location"
      -auditScope: "Ein Personentag."
      -annotations: null
      -displayPoints: true
      -hubspotDealId: "396708247782"
      -centralAudit: true
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
596 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34803
    -type: "entity"
    -name: "viewAuditFrontend"
    -label: Symfony\Component\Translation\TranslatableMessage {#34971 …}
    -icon: "fa fa-calculator"
    -cssClass: "action-viewAuditFrontend"
    -addedCssClass: ""
    -htmlAttributes: [
      "target" => "_blank"
      "data-action-name" => "viewAuditFrontend"
    ]
    -linkUrl: "/audits/689"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: Closure(Audit $entity) {#27840 …}
    -translationParameters: []
    -displayCallable: null
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28983
    -isAccessible: true
    -primaryKeyValue: 689
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#32988 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#35003 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/689/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#11139
      -id: 689
      -auditDate: DateTime @1767654000 {#11136
        date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: DateTime @1767692880 {#11137
        date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
      }
      -endDate: DateTime @1767700800 {#11138
        date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#11141 …}
      -participants: Doctrine\ORM\PersistentCollection {#11143 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
      -areas: Doctrine\ORM\PersistentCollection {#11145 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#11147 …}
      -comments: Doctrine\ORM\PersistentCollection {#11149 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#11151 …}
      -status: 100
      -locality: "location"
      -auditScope: "Ein Personentag."
      -annotations: null
      -displayPoints: true
      -hubspotDealId: "396708247782"
      -centralAudit: true
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
597 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#28962
    -type: "entity"
    -name: "viewCertPdf"
    -label: "audits.actions.certificate"
    -icon: "fa fa-certificate"
    -cssClass: ""
    -addedCssClass: ""
    -htmlAttributes: [
      "target" => "_blank"
    ]
    -linkUrl: null
    -templatePath: "admin/actions/locale_dropdown_button.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: Closure(Audit $entity) {#27837 …}
    -translationParameters: []
    -displayCallable: Closure($entity) {#27836 …}
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28983
    -isAccessible: true
    -primaryKeyValue: 689
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#32988 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#35003 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/689/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#11139
      -id: 689
      -auditDate: DateTime @1767654000 {#11136
        date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: DateTime @1767692880 {#11137
        date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
      }
      -endDate: DateTime @1767700800 {#11138
        date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#11141 …}
      -participants: Doctrine\ORM\PersistentCollection {#11143 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
      -areas: Doctrine\ORM\PersistentCollection {#11145 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#11147 …}
      -comments: Doctrine\ORM\PersistentCollection {#11149 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#11151 …}
      -status: 100
      -locality: "location"
      -auditScope: "Ein Personentag."
      -annotations: null
      -displayPoints: true
      -hubspotDealId: "396708247782"
      -centralAudit: true
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
598 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34884
    -type: "entity"
    -name: "viewReportPdf"
    -label: Symfony\Component\Translation\TranslatableMessage {#34972 …}
    -icon: "fa fa-file-pdf"
    -cssClass: "action-viewReportPdf"
    -addedCssClass: ""
    -htmlAttributes: [
      "target" => "_blank"
      "data-action-name" => "viewReportPdf"
    ]
    -linkUrl: "/audit/689/report"
    -templatePath: "admin/actions/locale_dropdown_button.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: Closure(Audit $entity) {#27848 …}
    -translationParameters: []
    -displayCallable: Closure($entity) {#27849 …}
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28983
    -isAccessible: true
    -primaryKeyValue: 689
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#32988 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#35003 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/689/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#11139
      -id: 689
      -auditDate: DateTime @1767654000 {#11136
        date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: DateTime @1767692880 {#11137
        date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
      }
      -endDate: DateTime @1767700800 {#11138
        date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#11141 …}
      -participants: Doctrine\ORM\PersistentCollection {#11143 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
      -areas: Doctrine\ORM\PersistentCollection {#11145 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#11147 …}
      -comments: Doctrine\ORM\PersistentCollection {#11149 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#11151 …}
      -status: 100
      -locality: "location"
      -auditScope: "Ein Personentag."
      -annotations: null
      -displayPoints: true
      -hubspotDealId: "396708247782"
      -centralAudit: true
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
599 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34961
    -type: "entity"
    -name: "edit"
    -label: Symfony\Component\Translation\TranslatableMessage {#34979 …}
    -icon: "internal:edit"
    -cssClass: "action-edit"
    -addedCssClass: ""
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "https://dev.cat.greensign.de/admin/de/audit/689/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28983
    -isAccessible: true
    -primaryKeyValue: 689
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#32988 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#35003 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/689/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#11139
      -id: 689
      -auditDate: DateTime @1767654000 {#11136
        date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: DateTime @1767692880 {#11137
        date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
      }
      -endDate: DateTime @1767700800 {#11138
        date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#11141 …}
      -participants: Doctrine\ORM\PersistentCollection {#11143 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
      -areas: Doctrine\ORM\PersistentCollection {#11145 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#11147 …}
      -comments: Doctrine\ORM\PersistentCollection {#11149 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#11151 …}
      -status: 100
      -locality: "location"
      -auditScope: "Ein Personentag."
      -annotations: null
      -displayPoints: true
      -hubspotDealId: "396708247782"
      -centralAudit: true
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
600 GRANTED ROLE_ADMIN
App\Entity\Business\Audit {#11139
  -id: 689
  -auditDate: DateTime @1767654000 {#11136
    date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
  }
  -startDate: DateTime @1767692880 {#11137
    date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
  }
  -endDate: DateTime @1767700800 {#11138
    date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
  }
  -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
  -secondaryAuditor: null
  -certification: Proxies\__CG__\App\Entity\Business\Certification {#11141 …}
  -participants: Doctrine\ORM\PersistentCollection {#11143 …}
  -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
  -areas: Doctrine\ORM\PersistentCollection {#11145 …}
  -testProcedures: Doctrine\ORM\PersistentCollection {#11147 …}
  -comments: Doctrine\ORM\PersistentCollection {#11149 …}
  -auditAnswers: Doctrine\ORM\PersistentCollection {#11151 …}
  -status: 100
  -locality: "location"
  -auditScope: "Ein Personentag."
  -annotations: null
  -displayPoints: true
  -hubspotDealId: "396708247782"
  -centralAudit: true
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
GRANTED
The user has ROLE_ADMIN.
Show voter details
601 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34960
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#34983 …}
    -icon: "internal:delete"
    -cssClass: "action-delete"
    -addedCssClass: ""
    -htmlAttributes: [
      "data-action-name" => "delete"
      "formaction" => "https://dev.cat.greensign.de/admin/de/audit/689/delete?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-action-confirmation"
      "data-action-confirmation" => "true"
      "data-action-variant" => "danger"
      "data-action-entity-name" => Symfony\Component\Translation\TranslatableMessage {#27901
        -message: "entity.audit.singular"
        -parameters: [
          "%entity_name%" => "Audit"
          "%entity_as_string%" => ""
          "%entity_id%" => null
          "%entity_short_id%" => null
        ]
        -domain: "admin"
      }
      "data-action-entity-id" => "689"
    ]
    -linkUrl: "https://dev.cat.greensign.de/admin/de/audit/689/delete?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27871 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27879 …}
    -confirmationMessage: true
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28983
    -isAccessible: true
    -primaryKeyValue: 689
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#32988 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#35003 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/689/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#11139
      -id: 689
      -auditDate: DateTime @1767654000 {#11136
        date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: DateTime @1767692880 {#11137
        date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
      }
      -endDate: DateTime @1767700800 {#11138
        date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#11141 …}
      -participants: Doctrine\ORM\PersistentCollection {#11143 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
      -areas: Doctrine\ORM\PersistentCollection {#11145 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#11147 …}
      -comments: Doctrine\ORM\PersistentCollection {#11149 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#11151 …}
      -status: 100
      -locality: "location"
      -auditScope: "Ein Personentag."
      -annotations: null
      -displayPoints: true
      -hubspotDealId: "396708247782"
      -centralAudit: true
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
602 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34844
    -type: "entity"
    -name: "viewAuditFrontend"
    -label: Symfony\Component\Translation\TranslatableMessage {#35012 …}
    -icon: "fa fa-calculator"
    -cssClass: "action-viewAuditFrontend"
    -addedCssClass: ""
    -htmlAttributes: [
      "target" => "_blank"
      "data-action-name" => "viewAuditFrontend"
    ]
    -linkUrl: "/audits/690"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: Closure(Audit $entity) {#27840 …}
    -translationParameters: []
    -displayCallable: null
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28989
    -isAccessible: true
    -primaryKeyValue: 690
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#33146 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#35044 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/690/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#11156
      -id: 690
      -auditDate: DateTime @1767654000 {#11153
        date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: DateTime @1767692880 {#11154
        date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
      }
      -endDate: DateTime @1767700800 {#11155
        date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#11158 …}
      -participants: Doctrine\ORM\PersistentCollection {#11160 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
      -areas: Doctrine\ORM\PersistentCollection {#11162 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#11164 …}
      -comments: Doctrine\ORM\PersistentCollection {#11166 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#11168 …}
      -status: 100
      -locality: "location"
      -auditScope: "Ein Personentag."
      -annotations: null
      -displayPoints: true
      -hubspotDealId: "396708247782"
      -centralAudit: true
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
603 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#28968
    -type: "entity"
    -name: "viewCertPdf"
    -label: "audits.actions.certificate"
    -icon: "fa fa-certificate"
    -cssClass: ""
    -addedCssClass: ""
    -htmlAttributes: [
      "target" => "_blank"
    ]
    -linkUrl: null
    -templatePath: "admin/actions/locale_dropdown_button.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: Closure(Audit $entity) {#27837 …}
    -translationParameters: []
    -displayCallable: Closure($entity) {#27836 …}
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28989
    -isAccessible: true
    -primaryKeyValue: 690
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#33146 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#35044 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/690/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#11156
      -id: 690
      -auditDate: DateTime @1767654000 {#11153
        date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: DateTime @1767692880 {#11154
        date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
      }
      -endDate: DateTime @1767700800 {#11155
        date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#11158 …}
      -participants: Doctrine\ORM\PersistentCollection {#11160 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
      -areas: Doctrine\ORM\PersistentCollection {#11162 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#11164 …}
      -comments: Doctrine\ORM\PersistentCollection {#11166 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#11168 …}
      -status: 100
      -locality: "location"
      -auditScope: "Ein Personentag."
      -annotations: null
      -displayPoints: true
      -hubspotDealId: "396708247782"
      -centralAudit: true
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
604 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34925
    -type: "entity"
    -name: "viewReportPdf"
    -label: Symfony\Component\Translation\TranslatableMessage {#35013 …}
    -icon: "fa fa-file-pdf"
    -cssClass: "action-viewReportPdf"
    -addedCssClass: ""
    -htmlAttributes: [
      "target" => "_blank"
      "data-action-name" => "viewReportPdf"
    ]
    -linkUrl: "/audit/690/report"
    -templatePath: "admin/actions/locale_dropdown_button.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: Closure(Audit $entity) {#27848 …}
    -translationParameters: []
    -displayCallable: Closure($entity) {#27849 …}
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28989
    -isAccessible: true
    -primaryKeyValue: 690
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#33146 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#35044 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/690/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#11156
      -id: 690
      -auditDate: DateTime @1767654000 {#11153
        date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: DateTime @1767692880 {#11154
        date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
      }
      -endDate: DateTime @1767700800 {#11155
        date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#11158 …}
      -participants: Doctrine\ORM\PersistentCollection {#11160 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
      -areas: Doctrine\ORM\PersistentCollection {#11162 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#11164 …}
      -comments: Doctrine\ORM\PersistentCollection {#11166 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#11168 …}
      -status: 100
      -locality: "location"
      -auditScope: "Ein Personentag."
      -annotations: null
      -displayPoints: true
      -hubspotDealId: "396708247782"
      -centralAudit: true
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
605 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#35002
    -type: "entity"
    -name: "edit"
    -label: Symfony\Component\Translation\TranslatableMessage {#35020 …}
    -icon: "internal:edit"
    -cssClass: "action-edit"
    -addedCssClass: ""
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "https://dev.cat.greensign.de/admin/de/audit/690/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28989
    -isAccessible: true
    -primaryKeyValue: 690
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#33146 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#35044 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/690/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#11156
      -id: 690
      -auditDate: DateTime @1767654000 {#11153
        date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: DateTime @1767692880 {#11154
        date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
      }
      -endDate: DateTime @1767700800 {#11155
        date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#11158 …}
      -participants: Doctrine\ORM\PersistentCollection {#11160 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
      -areas: Doctrine\ORM\PersistentCollection {#11162 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#11164 …}
      -comments: Doctrine\ORM\PersistentCollection {#11166 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#11168 …}
      -status: 100
      -locality: "location"
      -auditScope: "Ein Personentag."
      -annotations: null
      -displayPoints: true
      -hubspotDealId: "396708247782"
      -centralAudit: true
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
606 GRANTED ROLE_ADMIN
App\Entity\Business\Audit {#11156
  -id: 690
  -auditDate: DateTime @1767654000 {#11153
    date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
  }
  -startDate: DateTime @1767692880 {#11154
    date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
  }
  -endDate: DateTime @1767700800 {#11155
    date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
  }
  -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
  -secondaryAuditor: null
  -certification: Proxies\__CG__\App\Entity\Business\Certification {#11158 …}
  -participants: Doctrine\ORM\PersistentCollection {#11160 …}
  -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
  -areas: Doctrine\ORM\PersistentCollection {#11162 …}
  -testProcedures: Doctrine\ORM\PersistentCollection {#11164 …}
  -comments: Doctrine\ORM\PersistentCollection {#11166 …}
  -auditAnswers: Doctrine\ORM\PersistentCollection {#11168 …}
  -status: 100
  -locality: "location"
  -auditScope: "Ein Personentag."
  -annotations: null
  -displayPoints: true
  -hubspotDealId: "396708247782"
  -centralAudit: true
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
GRANTED
The user has ROLE_ADMIN.
Show voter details
607 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#35001
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#35024 …}
    -icon: "internal:delete"
    -cssClass: "action-delete"
    -addedCssClass: ""
    -htmlAttributes: [
      "data-action-name" => "delete"
      "formaction" => "https://dev.cat.greensign.de/admin/de/audit/690/delete?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-action-confirmation"
      "data-action-confirmation" => "true"
      "data-action-variant" => "danger"
      "data-action-entity-name" => Symfony\Component\Translation\TranslatableMessage {#27901
        -message: "entity.audit.singular"
        -parameters: [
          "%entity_name%" => "Audit"
          "%entity_as_string%" => ""
          "%entity_id%" => null
          "%entity_short_id%" => null
        ]
        -domain: "admin"
      }
      "data-action-entity-id" => "690"
    ]
    -linkUrl: "https://dev.cat.greensign.de/admin/de/audit/690/delete?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27871 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27879 …}
    -confirmationMessage: true
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28989
    -isAccessible: true
    -primaryKeyValue: 690
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#33146 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#35044 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/690/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#11156
      -id: 690
      -auditDate: DateTime @1767654000 {#11153
        date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: DateTime @1767692880 {#11154
        date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
      }
      -endDate: DateTime @1767700800 {#11155
        date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#11158 …}
      -participants: Doctrine\ORM\PersistentCollection {#11160 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
      -areas: Doctrine\ORM\PersistentCollection {#11162 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#11164 …}
      -comments: Doctrine\ORM\PersistentCollection {#11166 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#11168 …}
      -status: 100
      -locality: "location"
      -auditScope: "Ein Personentag."
      -annotations: null
      -displayPoints: true
      -hubspotDealId: "396708247782"
      -centralAudit: true
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
608 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34885
    -type: "entity"
    -name: "viewAuditFrontend"
    -label: Symfony\Component\Translation\TranslatableMessage {#35053 …}
    -icon: "fa fa-calculator"
    -cssClass: "action-viewAuditFrontend"
    -addedCssClass: ""
    -htmlAttributes: [
      "target" => "_blank"
      "data-action-name" => "viewAuditFrontend"
    ]
    -linkUrl: "/audits/698"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: Closure(Audit $entity) {#27840 …}
    -translationParameters: []
    -displayCallable: null
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28995
    -isAccessible: true
    -primaryKeyValue: 698
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#33304 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#35085 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/698/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#11292
      -id: 698
      -auditDate: DateTime @1767654000 {#11289
        date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: DateTime @1767692880 {#11290
        date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
      }
      -endDate: DateTime @1767700800 {#11291
        date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#11294 …}
      -participants: Doctrine\ORM\PersistentCollection {#11296 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
      -areas: Doctrine\ORM\PersistentCollection {#11298 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#11300 …}
      -comments: Doctrine\ORM\PersistentCollection {#11302 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#11304 …}
      -status: 100
      -locality: "location"
      -auditScope: "Ein Personentag."
      -annotations: null
      -displayPoints: true
      -hubspotDealId: "396708247782"
      -centralAudit: true
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
609 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#28974
    -type: "entity"
    -name: "viewCertPdf"
    -label: "audits.actions.certificate"
    -icon: "fa fa-certificate"
    -cssClass: ""
    -addedCssClass: ""
    -htmlAttributes: [
      "target" => "_blank"
    ]
    -linkUrl: null
    -templatePath: "admin/actions/locale_dropdown_button.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: Closure(Audit $entity) {#27837 …}
    -translationParameters: []
    -displayCallable: Closure($entity) {#27836 …}
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28995
    -isAccessible: true
    -primaryKeyValue: 698
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#33304 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#35085 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/698/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#11292
      -id: 698
      -auditDate: DateTime @1767654000 {#11289
        date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: DateTime @1767692880 {#11290
        date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
      }
      -endDate: DateTime @1767700800 {#11291
        date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#11294 …}
      -participants: Doctrine\ORM\PersistentCollection {#11296 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
      -areas: Doctrine\ORM\PersistentCollection {#11298 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#11300 …}
      -comments: Doctrine\ORM\PersistentCollection {#11302 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#11304 …}
      -status: 100
      -locality: "location"
      -auditScope: "Ein Personentag."
      -annotations: null
      -displayPoints: true
      -hubspotDealId: "396708247782"
      -centralAudit: true
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
610 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34966
    -type: "entity"
    -name: "viewReportPdf"
    -label: Symfony\Component\Translation\TranslatableMessage {#35054 …}
    -icon: "fa fa-file-pdf"
    -cssClass: "action-viewReportPdf"
    -addedCssClass: ""
    -htmlAttributes: [
      "target" => "_blank"
      "data-action-name" => "viewReportPdf"
    ]
    -linkUrl: "/audit/698/report"
    -templatePath: "admin/actions/locale_dropdown_button.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: Closure(Audit $entity) {#27848 …}
    -translationParameters: []
    -displayCallable: Closure($entity) {#27849 …}
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28995
    -isAccessible: true
    -primaryKeyValue: 698
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#33304 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#35085 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/698/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#11292
      -id: 698
      -auditDate: DateTime @1767654000 {#11289
        date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: DateTime @1767692880 {#11290
        date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
      }
      -endDate: DateTime @1767700800 {#11291
        date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#11294 …}
      -participants: Doctrine\ORM\PersistentCollection {#11296 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
      -areas: Doctrine\ORM\PersistentCollection {#11298 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#11300 …}
      -comments: Doctrine\ORM\PersistentCollection {#11302 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#11304 …}
      -status: 100
      -locality: "location"
      -auditScope: "Ein Personentag."
      -annotations: null
      -displayPoints: true
      -hubspotDealId: "396708247782"
      -centralAudit: true
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
611 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#35043
    -type: "entity"
    -name: "edit"
    -label: Symfony\Component\Translation\TranslatableMessage {#35061 …}
    -icon: "internal:edit"
    -cssClass: "action-edit"
    -addedCssClass: ""
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "https://dev.cat.greensign.de/admin/de/audit/698/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28995
    -isAccessible: true
    -primaryKeyValue: 698
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#33304 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#35085 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/698/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#11292
      -id: 698
      -auditDate: DateTime @1767654000 {#11289
        date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: DateTime @1767692880 {#11290
        date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
      }
      -endDate: DateTime @1767700800 {#11291
        date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#11294 …}
      -participants: Doctrine\ORM\PersistentCollection {#11296 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
      -areas: Doctrine\ORM\PersistentCollection {#11298 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#11300 …}
      -comments: Doctrine\ORM\PersistentCollection {#11302 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#11304 …}
      -status: 100
      -locality: "location"
      -auditScope: "Ein Personentag."
      -annotations: null
      -displayPoints: true
      -hubspotDealId: "396708247782"
      -centralAudit: true
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
612 GRANTED ROLE_ADMIN
App\Entity\Business\Audit {#11292
  -id: 698
  -auditDate: DateTime @1767654000 {#11289
    date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
  }
  -startDate: DateTime @1767692880 {#11290
    date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
  }
  -endDate: DateTime @1767700800 {#11291
    date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
  }
  -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
  -secondaryAuditor: null
  -certification: Proxies\__CG__\App\Entity\Business\Certification {#11294 …}
  -participants: Doctrine\ORM\PersistentCollection {#11296 …}
  -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
  -areas: Doctrine\ORM\PersistentCollection {#11298 …}
  -testProcedures: Doctrine\ORM\PersistentCollection {#11300 …}
  -comments: Doctrine\ORM\PersistentCollection {#11302 …}
  -auditAnswers: Doctrine\ORM\PersistentCollection {#11304 …}
  -status: 100
  -locality: "location"
  -auditScope: "Ein Personentag."
  -annotations: null
  -displayPoints: true
  -hubspotDealId: "396708247782"
  -centralAudit: true
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
GRANTED
The user has ROLE_ADMIN.
Show voter details
613 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#35042
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#35065 …}
    -icon: "internal:delete"
    -cssClass: "action-delete"
    -addedCssClass: ""
    -htmlAttributes: [
      "data-action-name" => "delete"
      "formaction" => "https://dev.cat.greensign.de/admin/de/audit/698/delete?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-action-confirmation"
      "data-action-confirmation" => "true"
      "data-action-variant" => "danger"
      "data-action-entity-name" => Symfony\Component\Translation\TranslatableMessage {#27901
        -message: "entity.audit.singular"
        -parameters: [
          "%entity_name%" => "Audit"
          "%entity_as_string%" => ""
          "%entity_id%" => null
          "%entity_short_id%" => null
        ]
        -domain: "admin"
      }
      "data-action-entity-id" => "698"
    ]
    -linkUrl: "https://dev.cat.greensign.de/admin/de/audit/698/delete?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27871 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27879 …}
    -confirmationMessage: true
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#28995
    -isAccessible: true
    -primaryKeyValue: 698
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#33304 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#35085 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/698/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#11292
      -id: 698
      -auditDate: DateTime @1767654000 {#11289
        date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: DateTime @1767692880 {#11290
        date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
      }
      -endDate: DateTime @1767700800 {#11291
        date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#11294 …}
      -participants: Doctrine\ORM\PersistentCollection {#11296 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
      -areas: Doctrine\ORM\PersistentCollection {#11298 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#11300 …}
      -comments: Doctrine\ORM\PersistentCollection {#11302 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#11304 …}
      -status: 100
      -locality: "location"
      -auditScope: "Ein Personentag."
      -annotations: null
      -displayPoints: true
      -hubspotDealId: "396708247782"
      -centralAudit: true
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
614 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34926
    -type: "entity"
    -name: "viewAuditFrontend"
    -label: Symfony\Component\Translation\TranslatableMessage {#35094 …}
    -icon: "fa fa-calculator"
    -cssClass: "action-viewAuditFrontend"
    -addedCssClass: ""
    -htmlAttributes: [
      "target" => "_blank"
      "data-action-name" => "viewAuditFrontend"
    ]
    -linkUrl: "/audits/699"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: Closure(Audit $entity) {#27840 …}
    -translationParameters: []
    -displayCallable: null
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#29001
    -isAccessible: true
    -primaryKeyValue: 699
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#33462 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#35126 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/699/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#11309
      -id: 699
      -auditDate: DateTime @1767654000 {#11306
        date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: DateTime @1767692880 {#11307
        date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
      }
      -endDate: DateTime @1767700800 {#11308
        date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#11311 …}
      -participants: Doctrine\ORM\PersistentCollection {#11313 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
      -areas: Doctrine\ORM\PersistentCollection {#11315 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#11317 …}
      -comments: Doctrine\ORM\PersistentCollection {#11319 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#11321 …}
      -status: 100
      -locality: "location"
      -auditScope: "Ein Personentag."
      -annotations: null
      -displayPoints: true
      -hubspotDealId: "396708247782"
      -centralAudit: true
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
615 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#28980
    -type: "entity"
    -name: "viewCertPdf"
    -label: "audits.actions.certificate"
    -icon: "fa fa-certificate"
    -cssClass: ""
    -addedCssClass: ""
    -htmlAttributes: [
      "target" => "_blank"
    ]
    -linkUrl: null
    -templatePath: "admin/actions/locale_dropdown_button.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: Closure(Audit $entity) {#27837 …}
    -translationParameters: []
    -displayCallable: Closure($entity) {#27836 …}
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#29001
    -isAccessible: true
    -primaryKeyValue: 699
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#33462 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#35126 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/699/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#11309
      -id: 699
      -auditDate: DateTime @1767654000 {#11306
        date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: DateTime @1767692880 {#11307
        date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
      }
      -endDate: DateTime @1767700800 {#11308
        date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#11311 …}
      -participants: Doctrine\ORM\PersistentCollection {#11313 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
      -areas: Doctrine\ORM\PersistentCollection {#11315 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#11317 …}
      -comments: Doctrine\ORM\PersistentCollection {#11319 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#11321 …}
      -status: 100
      -locality: "location"
      -auditScope: "Ein Personentag."
      -annotations: null
      -displayPoints: true
      -hubspotDealId: "396708247782"
      -centralAudit: true
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
616 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#35007
    -type: "entity"
    -name: "viewReportPdf"
    -label: Symfony\Component\Translation\TranslatableMessage {#35095 …}
    -icon: "fa fa-file-pdf"
    -cssClass: "action-viewReportPdf"
    -addedCssClass: ""
    -htmlAttributes: [
      "target" => "_blank"
      "data-action-name" => "viewReportPdf"
    ]
    -linkUrl: "/audit/699/report"
    -templatePath: "admin/actions/locale_dropdown_button.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: Closure(Audit $entity) {#27848 …}
    -translationParameters: []
    -displayCallable: Closure($entity) {#27849 …}
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#29001
    -isAccessible: true
    -primaryKeyValue: 699
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#33462 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#35126 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/699/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#11309
      -id: 699
      -auditDate: DateTime @1767654000 {#11306
        date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: DateTime @1767692880 {#11307
        date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
      }
      -endDate: DateTime @1767700800 {#11308
        date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#11311 …}
      -participants: Doctrine\ORM\PersistentCollection {#11313 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
      -areas: Doctrine\ORM\PersistentCollection {#11315 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#11317 …}
      -comments: Doctrine\ORM\PersistentCollection {#11319 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#11321 …}
      -status: 100
      -locality: "location"
      -auditScope: "Ein Personentag."
      -annotations: null
      -displayPoints: true
      -hubspotDealId: "396708247782"
      -centralAudit: true
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
617 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#35084
    -type: "entity"
    -name: "edit"
    -label: Symfony\Component\Translation\TranslatableMessage {#35102 …}
    -icon: "internal:edit"
    -cssClass: "action-edit"
    -addedCssClass: ""
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "https://dev.cat.greensign.de/admin/de/audit/699/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#29001
    -isAccessible: true
    -primaryKeyValue: 699
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#33462 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#35126 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/699/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#11309
      -id: 699
      -auditDate: DateTime @1767654000 {#11306
        date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: DateTime @1767692880 {#11307
        date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
      }
      -endDate: DateTime @1767700800 {#11308
        date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#11311 …}
      -participants: Doctrine\ORM\PersistentCollection {#11313 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
      -areas: Doctrine\ORM\PersistentCollection {#11315 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#11317 …}
      -comments: Doctrine\ORM\PersistentCollection {#11319 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#11321 …}
      -status: 100
      -locality: "location"
      -auditScope: "Ein Personentag."
      -annotations: null
      -displayPoints: true
      -hubspotDealId: "396708247782"
      -centralAudit: true
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
618 GRANTED ROLE_ADMIN
App\Entity\Business\Audit {#11309
  -id: 699
  -auditDate: DateTime @1767654000 {#11306
    date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
  }
  -startDate: DateTime @1767692880 {#11307
    date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
  }
  -endDate: DateTime @1767700800 {#11308
    date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
  }
  -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
  -secondaryAuditor: null
  -certification: Proxies\__CG__\App\Entity\Business\Certification {#11311 …}
  -participants: Doctrine\ORM\PersistentCollection {#11313 …}
  -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
  -areas: Doctrine\ORM\PersistentCollection {#11315 …}
  -testProcedures: Doctrine\ORM\PersistentCollection {#11317 …}
  -comments: Doctrine\ORM\PersistentCollection {#11319 …}
  -auditAnswers: Doctrine\ORM\PersistentCollection {#11321 …}
  -status: 100
  -locality: "location"
  -auditScope: "Ein Personentag."
  -annotations: null
  -displayPoints: true
  -hubspotDealId: "396708247782"
  -centralAudit: true
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
GRANTED
The user has ROLE_ADMIN.
Show voter details
619 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#35083
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#35106 …}
    -icon: "internal:delete"
    -cssClass: "action-delete"
    -addedCssClass: ""
    -htmlAttributes: [
      "data-action-name" => "delete"
      "formaction" => "https://dev.cat.greensign.de/admin/de/audit/699/delete?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-action-confirmation"
      "data-action-confirmation" => "true"
      "data-action-variant" => "danger"
      "data-action-entity-name" => Symfony\Component\Translation\TranslatableMessage {#27901
        -message: "entity.audit.singular"
        -parameters: [
          "%entity_name%" => "Audit"
          "%entity_as_string%" => ""
          "%entity_id%" => null
          "%entity_short_id%" => null
        ]
        -domain: "admin"
      }
      "data-action-entity-id" => "699"
    ]
    -linkUrl: "https://dev.cat.greensign.de/admin/de/audit/699/delete?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27871 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27879 …}
    -confirmationMessage: true
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#29001
    -isAccessible: true
    -primaryKeyValue: 699
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#33462 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#35126 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/699/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#11309
      -id: 699
      -auditDate: DateTime @1767654000 {#11306
        date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: DateTime @1767692880 {#11307
        date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
      }
      -endDate: DateTime @1767700800 {#11308
        date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#11311 …}
      -participants: Doctrine\ORM\PersistentCollection {#11313 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
      -areas: Doctrine\ORM\PersistentCollection {#11315 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#11317 …}
      -comments: Doctrine\ORM\PersistentCollection {#11319 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#11321 …}
      -status: 100
      -locality: "location"
      -auditScope: "Ein Personentag."
      -annotations: null
      -displayPoints: true
      -hubspotDealId: "396708247782"
      -centralAudit: true
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
620 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#34967
    -type: "entity"
    -name: "viewAuditFrontend"
    -label: Symfony\Component\Translation\TranslatableMessage {#35135 …}
    -icon: "fa fa-calculator"
    -cssClass: "action-viewAuditFrontend"
    -addedCssClass: ""
    -htmlAttributes: [
      "target" => "_blank"
      "data-action-name" => "viewAuditFrontend"
    ]
    -linkUrl: "/audits/700"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: Closure(Audit $entity) {#27840 …}
    -translationParameters: []
    -displayCallable: null
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#29007
    -isAccessible: true
    -primaryKeyValue: 700
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#33620 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#35167 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/700/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#11326
      -id: 700
      -auditDate: DateTime @1767654000 {#11323
        date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: DateTime @1767692880 {#11324
        date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
      }
      -endDate: DateTime @1767700800 {#11325
        date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#11328 …}
      -participants: Doctrine\ORM\PersistentCollection {#11330 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
      -areas: Doctrine\ORM\PersistentCollection {#11332 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#11334 …}
      -comments: Doctrine\ORM\PersistentCollection {#11336 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#11338 …}
      -status: 100
      -locality: "location"
      -auditScope: "Ein Personentag."
      -annotations: null
      -displayPoints: true
      -hubspotDealId: "396708247782"
      -centralAudit: true
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
621 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#28986
    -type: "entity"
    -name: "viewCertPdf"
    -label: "audits.actions.certificate"
    -icon: "fa fa-certificate"
    -cssClass: ""
    -addedCssClass: ""
    -htmlAttributes: [
      "target" => "_blank"
    ]
    -linkUrl: null
    -templatePath: "admin/actions/locale_dropdown_button.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: Closure(Audit $entity) {#27837 …}
    -translationParameters: []
    -displayCallable: Closure($entity) {#27836 …}
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#29007
    -isAccessible: true
    -primaryKeyValue: 700
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#33620 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#35167 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/700/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#11326
      -id: 700
      -auditDate: DateTime @1767654000 {#11323
        date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: DateTime @1767692880 {#11324
        date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
      }
      -endDate: DateTime @1767700800 {#11325
        date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#11328 …}
      -participants: Doctrine\ORM\PersistentCollection {#11330 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
      -areas: Doctrine\ORM\PersistentCollection {#11332 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#11334 …}
      -comments: Doctrine\ORM\PersistentCollection {#11336 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#11338 …}
      -status: 100
      -locality: "location"
      -auditScope: "Ein Personentag."
      -annotations: null
      -displayPoints: true
      -hubspotDealId: "396708247782"
      -centralAudit: true
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
622 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#35048
    -type: "entity"
    -name: "viewReportPdf"
    -label: Symfony\Component\Translation\TranslatableMessage {#35136 …}
    -icon: "fa fa-file-pdf"
    -cssClass: "action-viewReportPdf"
    -addedCssClass: ""
    -htmlAttributes: [
      "target" => "_blank"
      "data-action-name" => "viewReportPdf"
    ]
    -linkUrl: "/audit/700/report"
    -templatePath: "admin/actions/locale_dropdown_button.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: Closure(Audit $entity) {#27848 …}
    -translationParameters: []
    -displayCallable: Closure($entity) {#27849 …}
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#29007
    -isAccessible: true
    -primaryKeyValue: 700
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#33620 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#35167 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/700/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#11326
      -id: 700
      -auditDate: DateTime @1767654000 {#11323
        date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: DateTime @1767692880 {#11324
        date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
      }
      -endDate: DateTime @1767700800 {#11325
        date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#11328 …}
      -participants: Doctrine\ORM\PersistentCollection {#11330 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
      -areas: Doctrine\ORM\PersistentCollection {#11332 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#11334 …}
      -comments: Doctrine\ORM\PersistentCollection {#11336 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#11338 …}
      -status: 100
      -locality: "location"
      -auditScope: "Ein Personentag."
      -annotations: null
      -displayPoints: true
      -hubspotDealId: "396708247782"
      -centralAudit: true
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
623 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#35125
    -type: "entity"
    -name: "edit"
    -label: Symfony\Component\Translation\TranslatableMessage {#35143 …}
    -icon: "internal:edit"
    -cssClass: "action-edit"
    -addedCssClass: ""
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "https://dev.cat.greensign.de/admin/de/audit/700/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#29007
    -isAccessible: true
    -primaryKeyValue: 700
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#33620 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#35167 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/700/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#11326
      -id: 700
      -auditDate: DateTime @1767654000 {#11323
        date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: DateTime @1767692880 {#11324
        date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
      }
      -endDate: DateTime @1767700800 {#11325
        date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#11328 …}
      -participants: Doctrine\ORM\PersistentCollection {#11330 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
      -areas: Doctrine\ORM\PersistentCollection {#11332 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#11334 …}
      -comments: Doctrine\ORM\PersistentCollection {#11336 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#11338 …}
      -status: 100
      -locality: "location"
      -auditScope: "Ein Personentag."
      -annotations: null
      -displayPoints: true
      -hubspotDealId: "396708247782"
      -centralAudit: true
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
624 GRANTED ROLE_ADMIN
App\Entity\Business\Audit {#11326
  -id: 700
  -auditDate: DateTime @1767654000 {#11323
    date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
  }
  -startDate: DateTime @1767692880 {#11324
    date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
  }
  -endDate: DateTime @1767700800 {#11325
    date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
  }
  -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
  -secondaryAuditor: null
  -certification: Proxies\__CG__\App\Entity\Business\Certification {#11328 …}
  -participants: Doctrine\ORM\PersistentCollection {#11330 …}
  -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
  -areas: Doctrine\ORM\PersistentCollection {#11332 …}
  -testProcedures: Doctrine\ORM\PersistentCollection {#11334 …}
  -comments: Doctrine\ORM\PersistentCollection {#11336 …}
  -auditAnswers: Doctrine\ORM\PersistentCollection {#11338 …}
  -status: 100
  -locality: "location"
  -auditScope: "Ein Personentag."
  -annotations: null
  -displayPoints: true
  -hubspotDealId: "396708247782"
  -centralAudit: true
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
GRANTED
The user has ROLE_ADMIN.
Show voter details
625 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#35124
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#35147 …}
    -icon: "internal:delete"
    -cssClass: "action-delete"
    -addedCssClass: ""
    -htmlAttributes: [
      "data-action-name" => "delete"
      "formaction" => "https://dev.cat.greensign.de/admin/de/audit/700/delete?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-action-confirmation"
      "data-action-confirmation" => "true"
      "data-action-variant" => "danger"
      "data-action-entity-name" => Symfony\Component\Translation\TranslatableMessage {#27901
        -message: "entity.audit.singular"
        -parameters: [
          "%entity_name%" => "Audit"
          "%entity_as_string%" => ""
          "%entity_id%" => null
          "%entity_short_id%" => null
        ]
        -domain: "admin"
      }
      "data-action-entity-id" => "700"
    ]
    -linkUrl: "https://dev.cat.greensign.de/admin/de/audit/700/delete?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27871 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27879 …}
    -confirmationMessage: true
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#29007
    -isAccessible: true
    -primaryKeyValue: 700
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#33620 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#35167 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/700/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#11326
      -id: 700
      -auditDate: DateTime @1767654000 {#11323
        date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: DateTime @1767692880 {#11324
        date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
      }
      -endDate: DateTime @1767700800 {#11325
        date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#11328 …}
      -participants: Doctrine\ORM\PersistentCollection {#11330 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
      -areas: Doctrine\ORM\PersistentCollection {#11332 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#11334 …}
      -comments: Doctrine\ORM\PersistentCollection {#11336 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#11338 …}
      -status: 100
      -locality: "location"
      -auditScope: "Ein Personentag."
      -annotations: null
      -displayPoints: true
      -hubspotDealId: "396708247782"
      -centralAudit: true
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
626 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#35008
    -type: "entity"
    -name: "viewAuditFrontend"
    -label: Symfony\Component\Translation\TranslatableMessage {#35176 …}
    -icon: "fa fa-calculator"
    -cssClass: "action-viewAuditFrontend"
    -addedCssClass: ""
    -htmlAttributes: [
      "target" => "_blank"
      "data-action-name" => "viewAuditFrontend"
    ]
    -linkUrl: "/audits/701"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: Closure(Audit $entity) {#27840 …}
    -translationParameters: []
    -displayCallable: null
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#29013
    -isAccessible: true
    -primaryKeyValue: 701
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#33778 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#35208 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/701/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#11343
      -id: 701
      -auditDate: DateTime @1767654000 {#11340
        date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: DateTime @1767692880 {#11341
        date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
      }
      -endDate: DateTime @1767700800 {#11342
        date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#11345 …}
      -participants: Doctrine\ORM\PersistentCollection {#11347 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
      -areas: Doctrine\ORM\PersistentCollection {#11349 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#11351 …}
      -comments: Doctrine\ORM\PersistentCollection {#11353 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#11355 …}
      -status: 100
      -locality: "location"
      -auditScope: "Ein Personentag."
      -annotations: null
      -displayPoints: true
      -hubspotDealId: "396708247782"
      -centralAudit: true
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
627 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#28992
    -type: "entity"
    -name: "viewCertPdf"
    -label: "audits.actions.certificate"
    -icon: "fa fa-certificate"
    -cssClass: ""
    -addedCssClass: ""
    -htmlAttributes: [
      "target" => "_blank"
    ]
    -linkUrl: null
    -templatePath: "admin/actions/locale_dropdown_button.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: Closure(Audit $entity) {#27837 …}
    -translationParameters: []
    -displayCallable: Closure($entity) {#27836 …}
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#29013
    -isAccessible: true
    -primaryKeyValue: 701
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#33778 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#35208 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/701/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#11343
      -id: 701
      -auditDate: DateTime @1767654000 {#11340
        date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: DateTime @1767692880 {#11341
        date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
      }
      -endDate: DateTime @1767700800 {#11342
        date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#11345 …}
      -participants: Doctrine\ORM\PersistentCollection {#11347 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
      -areas: Doctrine\ORM\PersistentCollection {#11349 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#11351 …}
      -comments: Doctrine\ORM\PersistentCollection {#11353 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#11355 …}
      -status: 100
      -locality: "location"
      -auditScope: "Ein Personentag."
      -annotations: null
      -displayPoints: true
      -hubspotDealId: "396708247782"
      -centralAudit: true
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
628 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#35089
    -type: "entity"
    -name: "viewReportPdf"
    -label: Symfony\Component\Translation\TranslatableMessage {#35177 …}
    -icon: "fa fa-file-pdf"
    -cssClass: "action-viewReportPdf"
    -addedCssClass: ""
    -htmlAttributes: [
      "target" => "_blank"
      "data-action-name" => "viewReportPdf"
    ]
    -linkUrl: "/audit/701/report"
    -templatePath: "admin/actions/locale_dropdown_button.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: Closure(Audit $entity) {#27848 …}
    -translationParameters: []
    -displayCallable: Closure($entity) {#27849 …}
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#29013
    -isAccessible: true
    -primaryKeyValue: 701
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#33778 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#35208 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/701/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#11343
      -id: 701
      -auditDate: DateTime @1767654000 {#11340
        date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: DateTime @1767692880 {#11341
        date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
      }
      -endDate: DateTime @1767700800 {#11342
        date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#11345 …}
      -participants: Doctrine\ORM\PersistentCollection {#11347 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
      -areas: Doctrine\ORM\PersistentCollection {#11349 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#11351 …}
      -comments: Doctrine\ORM\PersistentCollection {#11353 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#11355 …}
      -status: 100
      -locality: "location"
      -auditScope: "Ein Personentag."
      -annotations: null
      -displayPoints: true
      -hubspotDealId: "396708247782"
      -centralAudit: true
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
629 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#35166
    -type: "entity"
    -name: "edit"
    -label: Symfony\Component\Translation\TranslatableMessage {#35184 …}
    -icon: "internal:edit"
    -cssClass: "action-edit"
    -addedCssClass: ""
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "https://dev.cat.greensign.de/admin/de/audit/701/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#29013
    -isAccessible: true
    -primaryKeyValue: 701
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#33778 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#35208 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/701/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#11343
      -id: 701
      -auditDate: DateTime @1767654000 {#11340
        date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: DateTime @1767692880 {#11341
        date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
      }
      -endDate: DateTime @1767700800 {#11342
        date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#11345 …}
      -participants: Doctrine\ORM\PersistentCollection {#11347 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
      -areas: Doctrine\ORM\PersistentCollection {#11349 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#11351 …}
      -comments: Doctrine\ORM\PersistentCollection {#11353 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#11355 …}
      -status: 100
      -locality: "location"
      -auditScope: "Ein Personentag."
      -annotations: null
      -displayPoints: true
      -hubspotDealId: "396708247782"
      -centralAudit: true
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
630 GRANTED ROLE_ADMIN
App\Entity\Business\Audit {#11343
  -id: 701
  -auditDate: DateTime @1767654000 {#11340
    date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
  }
  -startDate: DateTime @1767692880 {#11341
    date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
  }
  -endDate: DateTime @1767700800 {#11342
    date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
  }
  -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
  -secondaryAuditor: null
  -certification: Proxies\__CG__\App\Entity\Business\Certification {#11345 …}
  -participants: Doctrine\ORM\PersistentCollection {#11347 …}
  -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
  -areas: Doctrine\ORM\PersistentCollection {#11349 …}
  -testProcedures: Doctrine\ORM\PersistentCollection {#11351 …}
  -comments: Doctrine\ORM\PersistentCollection {#11353 …}
  -auditAnswers: Doctrine\ORM\PersistentCollection {#11355 …}
  -status: 100
  -locality: "location"
  -auditScope: "Ein Personentag."
  -annotations: null
  -displayPoints: true
  -hubspotDealId: "396708247782"
  -centralAudit: true
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
GRANTED
The user has ROLE_ADMIN.
Show voter details
631 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#35165
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#35188 …}
    -icon: "internal:delete"
    -cssClass: "action-delete"
    -addedCssClass: ""
    -htmlAttributes: [
      "data-action-name" => "delete"
      "formaction" => "https://dev.cat.greensign.de/admin/de/audit/701/delete?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-action-confirmation"
      "data-action-confirmation" => "true"
      "data-action-variant" => "danger"
      "data-action-entity-name" => Symfony\Component\Translation\TranslatableMessage {#27901
        -message: "entity.audit.singular"
        -parameters: [
          "%entity_name%" => "Audit"
          "%entity_as_string%" => ""
          "%entity_id%" => null
          "%entity_short_id%" => null
        ]
        -domain: "admin"
      }
      "data-action-entity-id" => "701"
    ]
    -linkUrl: "https://dev.cat.greensign.de/admin/de/audit/701/delete?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27871 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27879 …}
    -confirmationMessage: true
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#29013
    -isAccessible: true
    -primaryKeyValue: 701
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#33778 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#35208 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/701/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#11343
      -id: 701
      -auditDate: DateTime @1767654000 {#11340
        date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: DateTime @1767692880 {#11341
        date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
      }
      -endDate: DateTime @1767700800 {#11342
        date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#11345 …}
      -participants: Doctrine\ORM\PersistentCollection {#11347 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
      -areas: Doctrine\ORM\PersistentCollection {#11349 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#11351 …}
      -comments: Doctrine\ORM\PersistentCollection {#11353 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#11355 …}
      -status: 100
      -locality: "location"
      -auditScope: "Ein Personentag."
      -annotations: null
      -displayPoints: true
      -hubspotDealId: "396708247782"
      -centralAudit: true
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
632 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#35049
    -type: "entity"
    -name: "viewAuditFrontend"
    -label: Symfony\Component\Translation\TranslatableMessage {#35217 …}
    -icon: "fa fa-calculator"
    -cssClass: "action-viewAuditFrontend"
    -addedCssClass: ""
    -htmlAttributes: [
      "target" => "_blank"
      "data-action-name" => "viewAuditFrontend"
    ]
    -linkUrl: "/audits/702"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: Closure(Audit $entity) {#27840 …}
    -translationParameters: []
    -displayCallable: null
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#29019
    -isAccessible: true
    -primaryKeyValue: 702
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#33936 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#35249 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/702/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#11360
      -id: 702
      -auditDate: DateTime @1767654000 {#11357
        date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: DateTime @1767692880 {#11358
        date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
      }
      -endDate: DateTime @1767700800 {#11359
        date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#11362 …}
      -participants: Doctrine\ORM\PersistentCollection {#11364 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
      -areas: Doctrine\ORM\PersistentCollection {#11366 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#11368 …}
      -comments: Doctrine\ORM\PersistentCollection {#11370 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#11372 …}
      -status: 100
      -locality: "location"
      -auditScope: "Ein Personentag."
      -annotations: null
      -displayPoints: true
      -hubspotDealId: "396708247782"
      -centralAudit: true
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
633 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#28998
    -type: "entity"
    -name: "viewCertPdf"
    -label: "audits.actions.certificate"
    -icon: "fa fa-certificate"
    -cssClass: ""
    -addedCssClass: ""
    -htmlAttributes: [
      "target" => "_blank"
    ]
    -linkUrl: null
    -templatePath: "admin/actions/locale_dropdown_button.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: Closure(Audit $entity) {#27837 …}
    -translationParameters: []
    -displayCallable: Closure($entity) {#27836 …}
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#29019
    -isAccessible: true
    -primaryKeyValue: 702
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#33936 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#35249 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/702/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#11360
      -id: 702
      -auditDate: DateTime @1767654000 {#11357
        date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: DateTime @1767692880 {#11358
        date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
      }
      -endDate: DateTime @1767700800 {#11359
        date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#11362 …}
      -participants: Doctrine\ORM\PersistentCollection {#11364 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
      -areas: Doctrine\ORM\PersistentCollection {#11366 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#11368 …}
      -comments: Doctrine\ORM\PersistentCollection {#11370 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#11372 …}
      -status: 100
      -locality: "location"
      -auditScope: "Ein Personentag."
      -annotations: null
      -displayPoints: true
      -hubspotDealId: "396708247782"
      -centralAudit: true
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
634 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#35130
    -type: "entity"
    -name: "viewReportPdf"
    -label: Symfony\Component\Translation\TranslatableMessage {#35218 …}
    -icon: "fa fa-file-pdf"
    -cssClass: "action-viewReportPdf"
    -addedCssClass: ""
    -htmlAttributes: [
      "target" => "_blank"
      "data-action-name" => "viewReportPdf"
    ]
    -linkUrl: "/audit/702/report"
    -templatePath: "admin/actions/locale_dropdown_button.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: Closure(Audit $entity) {#27848 …}
    -translationParameters: []
    -displayCallable: Closure($entity) {#27849 …}
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#29019
    -isAccessible: true
    -primaryKeyValue: 702
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#33936 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#35249 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/702/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#11360
      -id: 702
      -auditDate: DateTime @1767654000 {#11357
        date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: DateTime @1767692880 {#11358
        date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
      }
      -endDate: DateTime @1767700800 {#11359
        date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#11362 …}
      -participants: Doctrine\ORM\PersistentCollection {#11364 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
      -areas: Doctrine\ORM\PersistentCollection {#11366 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#11368 …}
      -comments: Doctrine\ORM\PersistentCollection {#11370 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#11372 …}
      -status: 100
      -locality: "location"
      -auditScope: "Ein Personentag."
      -annotations: null
      -displayPoints: true
      -hubspotDealId: "396708247782"
      -centralAudit: true
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
635 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#35207
    -type: "entity"
    -name: "edit"
    -label: Symfony\Component\Translation\TranslatableMessage {#35225 …}
    -icon: "internal:edit"
    -cssClass: "action-edit"
    -addedCssClass: ""
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "https://dev.cat.greensign.de/admin/de/audit/702/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27911 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#29019
    -isAccessible: true
    -primaryKeyValue: 702
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#33936 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#35249 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/702/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#11360
      -id: 702
      -auditDate: DateTime @1767654000 {#11357
        date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: DateTime @1767692880 {#11358
        date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
      }
      -endDate: DateTime @1767700800 {#11359
        date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#11362 …}
      -participants: Doctrine\ORM\PersistentCollection {#11364 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
      -areas: Doctrine\ORM\PersistentCollection {#11366 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#11368 …}
      -comments: Doctrine\ORM\PersistentCollection {#11370 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#11372 …}
      -status: 100
      -locality: "location"
      -auditScope: "Ein Personentag."
      -annotations: null
      -displayPoints: true
      -hubspotDealId: "396708247782"
      -centralAudit: true
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
636 GRANTED ROLE_ADMIN
App\Entity\Business\Audit {#11360
  -id: 702
  -auditDate: DateTime @1767654000 {#11357
    date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
  }
  -startDate: DateTime @1767692880 {#11358
    date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
  }
  -endDate: DateTime @1767700800 {#11359
    date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
  }
  -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
  -secondaryAuditor: null
  -certification: Proxies\__CG__\App\Entity\Business\Certification {#11362 …}
  -participants: Doctrine\ORM\PersistentCollection {#11364 …}
  -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
  -areas: Doctrine\ORM\PersistentCollection {#11366 …}
  -testProcedures: Doctrine\ORM\PersistentCollection {#11368 …}
  -comments: Doctrine\ORM\PersistentCollection {#11370 …}
  -auditAnswers: Doctrine\ORM\PersistentCollection {#11372 …}
  -status: 100
  -locality: "location"
  -auditScope: "Ein Personentag."
  -annotations: null
  -displayPoints: true
  -hubspotDealId: "396708247782"
  -centralAudit: true
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
GRANTED
The user has ROLE_ADMIN.
Show voter details
637 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#35206
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#35229 …}
    -icon: "internal:delete"
    -cssClass: "action-delete"
    -addedCssClass: ""
    -htmlAttributes: [
      "data-action-name" => "delete"
      "formaction" => "https://dev.cat.greensign.de/admin/de/audit/702/delete?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-action-confirmation"
      "data-action-confirmation" => "true"
      "data-action-variant" => "danger"
      "data-action-entity-name" => Symfony\Component\Translation\TranslatableMessage {#27901
        -message: "entity.audit.singular"
        -parameters: [
          "%entity_name%" => "Audit"
          "%entity_as_string%" => ""
          "%entity_id%" => null
          "%entity_short_id%" => null
        ]
        -domain: "admin"
      }
      "data-action-entity-id" => "702"
    ]
    -linkUrl: "https://dev.cat.greensign.de/admin/de/audit/702/delete?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27871 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27879 …}
    -confirmationMessage: true
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#29019
    -isAccessible: true
    -primaryKeyValue: 702
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#33936 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#35249 …}
    -defaultActionUrl: "https://dev.cat.greensign.de/admin/de/audit/702/edit?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -fqcn: "App\Entity\Business\Audit"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#905 …}
    -permission: null
    -entityInstance: App\Entity\Business\Audit {#11360
      -id: 702
      -auditDate: DateTime @1767654000 {#11357
        date: 2026-01-06 00:00:00.0 Europe/Berlin (+01:00)
      }
      -startDate: DateTime @1767692880 {#11358
        date: 2026-01-06 10:48:00.0 Europe/Berlin (+01:00)
      }
      -endDate: DateTime @1767700800 {#11359
        date: 2026-01-06 13:00:00.0 Europe/Berlin (+01:00)
      }
      -auditor: Proxies\__CG__\App\Entity\User {#1229 …}
      -secondaryAuditor: null
      -certification: Proxies\__CG__\App\Entity\Business\Certification {#11362 …}
      -participants: Doctrine\ORM\PersistentCollection {#11364 …}
      -type: Proxies\__CG__\App\Entity\Audit\AuditType {#1378 …}
      -areas: Doctrine\ORM\PersistentCollection {#11366 …}
      -testProcedures: Doctrine\ORM\PersistentCollection {#11368 …}
      -comments: Doctrine\ORM\PersistentCollection {#11370 …}
      -auditAnswers: Doctrine\ORM\PersistentCollection {#11372 …}
      -status: 100
      -locality: "location"
      -auditScope: "Ein Personentag."
      -annotations: null
      -displayPoints: true
      -hubspotDealId: "396708247782"
      -centralAudit: true
    }
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
638 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#27910
    -type: "batch"
    -name: "batchDelete"
    -label: Symfony\Component\Translation\TranslatableMessage {#27909 …}
    -icon: null
    -cssClass: "action-batchDelete"
    -addedCssClass: ""
    -htmlAttributes: [
      "data-action-name" => "batchDelete"
      "data-action-csrf-token" => Symfony\Component\Security\Csrf\CsrfToken {#35131
        -value: "e90cd5f4ac6fec67e5f4.c96-Cb_146P_UxoOhA3v-1JNqzaLRZiV0rc3TD2TpqE.Xr33P-C2mvPMKmhD733eyh0MmHzREK-ghdYBenSj79QZv-cwzMKOlbMlWw"
        -id: "ea-batch-action-batchDelete-App\Entity\Business\Audit"
      }
      "data-action-batch" => "true"
      "data-entity-fqcn" => "App\Entity\Business\Audit"
      "data-action-url" => "https://dev.cat.greensign.de/admin/de/audit/batch-delete?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-batch-action"
    ]
    -linkUrl: "https://dev.cat.greensign.de/admin/de/audit/batch-delete?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "batchDelete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27871 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => null
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
639 GRANTED ROLE_AUDIT_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
GRANTED
The user has ROLE_AUDIT_ADMIN.
Show voter details
640 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#27873
    -type: "global"
    -name: "new"
    -label: Symfony\Component\Translation\TranslatableMessage {#34097 …}
    -icon: null
    -cssClass: "action-new"
    -addedCssClass: ""
    -htmlAttributes: [
      "data-action-name" => "new"
    ]
    -linkUrl: "https://dev.cat.greensign.de/admin/de/audit/new?filters%5Bcertification%5D%5Bcomparison%5D=%3D&filters%5Bcertification%5D%5Bvalue%5D=2168"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "new"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
    -htmlElement: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonElement {#27864 …}
    -buttonType: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonType {#27866 …}
    -variant: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonVariant {#27868 …}
    -style: EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Option\ButtonStyle {#27912 …}
    -confirmationMessage: false
    -displayableConfirmationMessage: null
    -confirmationButtonLabel: null
  }
  "entity" => null
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
641 DENIED IS_IMPERSONATOR
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
DENIED
The user is not appropriately authenticated.
Show voter details
642 DENIED EA_EXIT_IMPERSONATION
null
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
DENIED
Show voter details
643 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#28163
  -type: "section"
  -selected: false
  -expanded: false
  -label: ""
  -icon: null
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: null
  -linkUrl: "#"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
644 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#28154
  -type: "logout"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#28182 …}
  -icon: "internal:sign-out"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: null
  -linkUrl: "/sign-out"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
645 DENIED IS_IMPERSONATOR
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
DENIED
The user is not appropriately authenticated.
Show voter details
646 DENIED IS_IMPERSONATOR
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
DENIED
The user is not appropriately authenticated.
Show voter details
647 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
GRANTED
The user has ROLE_ADMIN.
Show voter details
648 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#35984
  -type: "dashboard"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#36005 …}
  -icon: "fa fa-home"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: null
  -linkUrl: "https://dev.cat.greensign.de/admin"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
649 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#35989
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#36000 …}
  -icon: null
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: null
  -linkUrl: "#"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
650 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#35975
  -type: "controller"
  -selected: true
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#36009 …}
  -icon: "fas fa-person-chalkboard"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudControllerFqcn" => "App\Controller\Admin\Audit\AuditCrudController"
    "crudAction" => null
    "entityId" => null
  ]
  -linkUrl: "https://dev.cat.greensign.de/admin/de/audit"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
651 GRANTED ROLE_MANAGER
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#35981
  -type: "controller"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#36028 …}
  -icon: "fas fa-certificate"
  -cssClass: ""
  -permission: "ROLE_MANAGER"
  -routeName: null
  -routeParameters: [
    "crudControllerFqcn" => "App\Controller\Admin\CertificationCrudController"
    "crudAction" => null
    "entityId" => null
  ]
  -linkUrl: "https://dev.cat.greensign.de/admin/de/certification"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
GRANTED
The user has ROLE_MANAGER.
Show voter details
652 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#35981
  -type: "controller"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#36028 …}
  -icon: "fas fa-certificate"
  -cssClass: ""
  -permission: "ROLE_MANAGER"
  -routeName: null
  -routeParameters: [
    "crudControllerFqcn" => "App\Controller\Admin\CertificationCrudController"
    "crudAction" => null
    "entityId" => null
  ]
  -linkUrl: "https://dev.cat.greensign.de/admin/de/certification"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
653 GRANTED ROLE_MANAGER
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#35983
  -type: "controller"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#36105 …}
  -icon: "fas fa-building"
  -cssClass: ""
  -permission: "ROLE_MANAGER"
  -routeName: null
  -routeParameters: [
    "crudControllerFqcn" => "App\Controller\Admin\BusinessCrudController"
    "crudAction" => null
    "entityId" => null
  ]
  -linkUrl: "https://dev.cat.greensign.de/admin/de/business"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
GRANTED
The user has ROLE_MANAGER.
Show voter details
654 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#35983
  -type: "controller"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#36105 …}
  -icon: "fas fa-building"
  -cssClass: ""
  -permission: "ROLE_MANAGER"
  -routeName: null
  -routeParameters: [
    "crudControllerFqcn" => "App\Controller\Admin\BusinessCrudController"
    "crudAction" => null
    "entityId" => null
  ]
  -linkUrl: "https://dev.cat.greensign.de/admin/de/business"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
655 GRANTED ROLE_AUDIT_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#35986
  -type: "controller"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#36121 …}
  -icon: "fas fa-user"
  -cssClass: ""
  -permission: "ROLE_AUDIT_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudControllerFqcn" => "App\Controller\Admin\UserCrudController"
    "crudAction" => null
    "entityId" => null
  ]
  -linkUrl: "https://dev.cat.greensign.de/admin/de/user"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
GRANTED
The user has ROLE_AUDIT_ADMIN.
Show voter details
656 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#35986
  -type: "controller"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#36121 …}
  -icon: "fas fa-user"
  -cssClass: ""
  -permission: "ROLE_AUDIT_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudControllerFqcn" => "App\Controller\Admin\UserCrudController"
    "crudAction" => null
    "entityId" => null
  ]
  -linkUrl: "https://dev.cat.greensign.de/admin/de/user"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
657 GRANTED ROLE_MANAGER
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#35990
  -type: "controller"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#36120 …}
  -icon: "fas fa-compress-arrows-alt"
  -cssClass: ""
  -permission: "ROLE_MANAGER"
  -routeName: null
  -routeParameters: [
    "crudControllerFqcn" => "App\Controller\Admin\GroupCrudController"
    "crudAction" => null
    "entityId" => null
  ]
  -linkUrl: "https://dev.cat.greensign.de/admin/de/group"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
GRANTED
The user has ROLE_MANAGER.
Show voter details
658 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#35990
  -type: "controller"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#36120 …}
  -icon: "fas fa-compress-arrows-alt"
  -cssClass: ""
  -permission: "ROLE_MANAGER"
  -routeName: null
  -routeParameters: [
    "crudControllerFqcn" => "App\Controller\Admin\GroupCrudController"
    "crudAction" => null
    "entityId" => null
  ]
  -linkUrl: "https://dev.cat.greensign.de/admin/de/group"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
659 GRANTED ROLE_MANAGER
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#35999
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#36134 …}
  -icon: null
  -cssClass: ""
  -permission: "ROLE_MANAGER"
  -routeName: null
  -routeParameters: null
  -linkUrl: "#"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
GRANTED
The user has ROLE_MANAGER.
Show voter details
660 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#35999
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#36134 …}
  -icon: null
  -cssClass: ""
  -permission: "ROLE_MANAGER"
  -routeName: null
  -routeParameters: null
  -linkUrl: "#"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
661 GRANTED ROLE_MANAGER
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#35965
  -type: "controller"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#36132 …}
  -icon: "fas fa-hand-holding-hand"
  -cssClass: ""
  -permission: "ROLE_MANAGER"
  -routeName: null
  -routeParameters: [
    "crudControllerFqcn" => "App\Controller\Admin\HelpTextCrudController"
    "crudAction" => null
    "entityId" => null
  ]
  -linkUrl: "https://dev.cat.greensign.de/admin/de/help-text"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
GRANTED
The user has ROLE_MANAGER.
Show voter details
662 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#35965
  -type: "controller"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#36132 …}
  -icon: "fas fa-hand-holding-hand"
  -cssClass: ""
  -permission: "ROLE_MANAGER"
  -routeName: null
  -routeParameters: [
    "crudControllerFqcn" => "App\Controller\Admin\HelpTextCrudController"
    "crudAction" => null
    "entityId" => null
  ]
  -linkUrl: "https://dev.cat.greensign.de/admin/de/help-text"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
663 GRANTED ROLE_AUDIT_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#35976
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#36163 …}
  -icon: null
  -cssClass: ""
  -permission: "ROLE_AUDIT_ADMIN"
  -routeName: null
  -routeParameters: null
  -linkUrl: "#"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
GRANTED
The user has ROLE_AUDIT_ADMIN.
Show voter details
664 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#35976
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#36163 …}
  -icon: null
  -cssClass: ""
  -permission: "ROLE_AUDIT_ADMIN"
  -routeName: null
  -routeParameters: null
  -linkUrl: "#"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
665 GRANTED ROLE_AUDIT_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#35977
  -type: "controller"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#36161 …}
  -icon: "fas fa-hourglass-half"
  -cssClass: ""
  -permission: "ROLE_AUDIT_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudControllerFqcn" => "App\Controller\Admin\Audit\AuditTypeCrudController"
    "crudAction" => null
    "entityId" => null
  ]
  -linkUrl: "https://dev.cat.greensign.de/admin/de/audit-type"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
GRANTED
The user has ROLE_AUDIT_ADMIN.
Show voter details
666 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#35977
  -type: "controller"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#36161 …}
  -icon: "fas fa-hourglass-half"
  -cssClass: ""
  -permission: "ROLE_AUDIT_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudControllerFqcn" => "App\Controller\Admin\Audit\AuditTypeCrudController"
    "crudAction" => null
    "entityId" => null
  ]
  -linkUrl: "https://dev.cat.greensign.de/admin/de/audit-type"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
667 GRANTED ROLE_AUDIT_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#35973
  -type: "controller"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#36158 …}
  -icon: "fas fa-vial-circle-check"
  -cssClass: ""
  -permission: "ROLE_AUDIT_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudControllerFqcn" => "App\Controller\Admin\Audit\AuditTestProcedureCrudController"
    "crudAction" => null
    "entityId" => null
  ]
  -linkUrl: "https://dev.cat.greensign.de/admin/de/audit-test-procedure"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
GRANTED
The user has ROLE_AUDIT_ADMIN.
Show voter details
668 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#35973
  -type: "controller"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#36158 …}
  -icon: "fas fa-vial-circle-check"
  -cssClass: ""
  -permission: "ROLE_AUDIT_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudControllerFqcn" => "App\Controller\Admin\Audit\AuditTestProcedureCrudController"
    "crudAction" => null
    "entityId" => null
  ]
  -linkUrl: "https://dev.cat.greensign.de/admin/de/audit-test-procedure"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
669 GRANTED ROLE_AUDIT_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#35970
  -type: "controller"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#36193 …}
  -icon: "fas fa-layer-group"
  -cssClass: ""
  -permission: "ROLE_AUDIT_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudControllerFqcn" => "App\Controller\Admin\Audit\AuditAreaCrudController"
    "crudAction" => null
    "entityId" => null
  ]
  -linkUrl: "https://dev.cat.greensign.de/admin/de/audit-area"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
GRANTED
The user has ROLE_AUDIT_ADMIN.
Show voter details
670 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#35970
  -type: "controller"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#36193 …}
  -icon: "fas fa-layer-group"
  -cssClass: ""
  -permission: "ROLE_AUDIT_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudControllerFqcn" => "App\Controller\Admin\Audit\AuditAreaCrudController"
    "crudAction" => null
    "entityId" => null
  ]
  -linkUrl: "https://dev.cat.greensign.de/admin/de/audit-area"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
671 GRANTED ROLE_AUDIT_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#35968
  -type: "controller"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#36204 …}
  -icon: "fas fa-paragraph"
  -cssClass: ""
  -permission: "ROLE_AUDIT_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudControllerFqcn" => "App\Controller\Admin\Audit\TextSnippetCrudController"
    "crudAction" => null
    "entityId" => null
  ]
  -linkUrl: "https://dev.cat.greensign.de/admin/de/text-snippet"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
GRANTED
The user has ROLE_AUDIT_ADMIN.
Show voter details
672 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#35968
  -type: "controller"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#36204 …}
  -icon: "fas fa-paragraph"
  -cssClass: ""
  -permission: "ROLE_AUDIT_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudControllerFqcn" => "App\Controller\Admin\Audit\TextSnippetCrudController"
    "crudAction" => null
    "entityId" => null
  ]
  -linkUrl: "https://dev.cat.greensign.de/admin/de/text-snippet"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
673 GRANTED ROLE_AUDIT_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#36019
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#36215 …}
  -icon: "fas fa-lock"
  -cssClass: ""
  -permission: "ROLE_AUDIT_ADMIN"
  -routeName: null
  -routeParameters: null
  -linkUrl: "#"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
GRANTED
The user has ROLE_AUDIT_ADMIN.
Show voter details
674 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#36019
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#36215 …}
  -icon: "fas fa-lock"
  -cssClass: ""
  -permission: "ROLE_AUDIT_ADMIN"
  -routeName: null
  -routeParameters: null
  -linkUrl: "#"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
675 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#36010
  -type: "controller"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#36213 …}
  -icon: "fas fa-list"
  -cssClass: ""
  -permission: "ROLE_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudControllerFqcn" => "App\Controller\Admin\QuestionaireCrudController"
    "crudAction" => null
    "entityId" => null
  ]
  -linkUrl: "https://dev.cat.greensign.de/admin/de/questionaire"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
GRANTED
The user has ROLE_ADMIN.
Show voter details
676 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#36010
  -type: "controller"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#36213 …}
  -icon: "fas fa-list"
  -cssClass: ""
  -permission: "ROLE_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudControllerFqcn" => "App\Controller\Admin\QuestionaireCrudController"
    "crudAction" => null
    "entityId" => null
  ]
  -linkUrl: "https://dev.cat.greensign.de/admin/de/questionaire"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
677 GRANTED ROLE_AUDIT_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#36021
  -type: "controller"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#36225 …}
  -icon: "fas fa-user-shield"
  -cssClass: ""
  -permission: "ROLE_AUDIT_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudControllerFqcn" => "App\Controller\Admin\AdminUserCrudController"
    "crudAction" => null
    "entityId" => null
  ]
  -linkUrl: "https://dev.cat.greensign.de/admin/de/admin-user"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
GRANTED
The user has ROLE_AUDIT_ADMIN.
Show voter details
678 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#36021
  -type: "controller"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#36225 …}
  -icon: "fas fa-user-shield"
  -cssClass: ""
  -permission: "ROLE_AUDIT_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudControllerFqcn" => "App\Controller\Admin\AdminUserCrudController"
    "crudAction" => null
    "entityId" => null
  ]
  -linkUrl: "https://dev.cat.greensign.de/admin/de/admin-user"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
679 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#36007
  -type: "controller"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#36079 …}
  -icon: "fas fa-clipboard-list"
  -cssClass: ""
  -permission: "ROLE_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudControllerFqcn" => "App\Controller\Admin\ApiLogCrudController"
    "crudAction" => null
    "entityId" => null
  ]
  -linkUrl: "https://dev.cat.greensign.de/admin/de/api-log"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
GRANTED
The user has ROLE_ADMIN.
Show voter details
680 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#36007
  -type: "controller"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#36079 …}
  -icon: "fas fa-clipboard-list"
  -cssClass: ""
  -permission: "ROLE_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudControllerFqcn" => "App\Controller\Admin\ApiLogCrudController"
    "crudAction" => null
    "entityId" => null
  ]
  -linkUrl: "https://dev.cat.greensign.de/admin/de/api-log"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
681 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#36004
  -type: "route"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#36085 …}
  -icon: "fas fa-clock-rotate-left"
  -cssClass: ""
  -permission: "ROLE_ADMIN"
  -routeName: "admin_audit_list"
  -routeParameters: []
  -linkUrl: "https://dev.cat.greensign.de/admin/de/entity-log"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
GRANTED
The user has ROLE_ADMIN.
Show voter details
682 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#36004
  -type: "route"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#36085 …}
  -icon: "fas fa-clock-rotate-left"
  -cssClass: ""
  -permission: "ROLE_ADMIN"
  -routeName: "admin_audit_list"
  -routeParameters: []
  -linkUrl: "https://dev.cat.greensign.de/admin/de/entity-log"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
683 DENIED ROLE_SUPER_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#36011
  -type: "route"
  -selected: false
  -expanded: false
  -label: "menu.rolesAndPermissions"
  -icon: "fas fa-user-shield"
  -cssClass: ""
  -permission: "ROLE_SUPER_ADMIN"
  -routeName: "admin_roles_and_permissions"
  -routeParameters: []
  -linkUrl: null
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
DENIED
The user doesn't have ROLE_SUPER_ADMIN.
Show voter details
684 DENIED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#36011
  -type: "route"
  -selected: false
  -expanded: false
  -label: "menu.rolesAndPermissions"
  -icon: "fas fa-user-shield"
  -cssClass: ""
  -permission: "ROLE_SUPER_ADMIN"
  -routeName: "admin_roles_and_permissions"
  -routeParameters: []
  -linkUrl: null
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
DENIED
Show voter details
685 DENIED ROLE_SUPER_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#36008
  -type: "section"
  -selected: false
  -expanded: false
  -label: "menu.tenants"
  -icon: "fas fa-shield-halved"
  -cssClass: ""
  -permission: "ROLE_SUPER_ADMIN"
  -routeName: null
  -routeParameters: null
  -linkUrl: null
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
DENIED
The user doesn't have ROLE_SUPER_ADMIN.
Show voter details
686 DENIED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#36008
  -type: "section"
  -selected: false
  -expanded: false
  -label: "menu.tenants"
  -icon: "fas fa-shield-halved"
  -cssClass: ""
  -permission: "ROLE_SUPER_ADMIN"
  -routeName: null
  -routeParameters: null
  -linkUrl: null
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
DENIED
Show voter details
687 DENIED ROLE_SUPER_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#36018
  -type: "controller"
  -selected: false
  -expanded: false
  -label: "menu.tenantsList"
  -icon: "fas fa-sitemap"
  -cssClass: ""
  -permission: "ROLE_SUPER_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudControllerFqcn" => "App\Controller\Admin\Tenant\TenantCrudController"
    "crudAction" => null
    "entityId" => null
  ]
  -linkUrl: null
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
DENIED
The user doesn't have ROLE_SUPER_ADMIN.
Show voter details
688 DENIED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#36018
  -type: "controller"
  -selected: false
  -expanded: false
  -label: "menu.tenantsList"
  -icon: "fas fa-sitemap"
  -cssClass: ""
  -permission: "ROLE_SUPER_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudControllerFqcn" => "App\Controller\Admin\Tenant\TenantCrudController"
    "crudAction" => null
    "entityId" => null
  ]
  -linkUrl: null
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
DENIED
Show voter details
689 DENIED ROLE_SUPER_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#36024
  -type: "controller"
  -selected: false
  -expanded: false
  -label: "menu.domains"
  -icon: "fas fa-globe"
  -cssClass: ""
  -permission: "ROLE_SUPER_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudControllerFqcn" => "App\Controller\Admin\Tenant\TenantDomainCrudController"
    "crudAction" => null
    "entityId" => null
  ]
  -linkUrl: null
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
DENIED
The user doesn't have ROLE_SUPER_ADMIN.
Show voter details
690 DENIED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#36024
  -type: "controller"
  -selected: false
  -expanded: false
  -label: "menu.domains"
  -icon: "fas fa-globe"
  -cssClass: ""
  -permission: "ROLE_SUPER_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudControllerFqcn" => "App\Controller\Admin\Tenant\TenantDomainCrudController"
    "crudAction" => null
    "entityId" => null
  ]
  -linkUrl: null
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
DENIED
Show voter details
691 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#35950
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#36238 …}
  -icon: null
  -cssClass: ""
  -permission: "ROLE_ADMIN"
  -routeName: null
  -routeParameters: null
  -linkUrl: "#"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
GRANTED
The user has ROLE_ADMIN.
Show voter details
692 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#35950
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#36238 …}
  -icon: null
  -cssClass: ""
  -permission: "ROLE_ADMIN"
  -routeName: null
  -routeParameters: null
  -linkUrl: "#"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
693 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#35962
  -type: "url"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#36252 …}
  -icon: "fas fa-chevron-right"
  -cssClass: "questionaire-3"
  -permission: null
  -routeName: null
  -routeParameters: null
  -linkUrl: "https://dev.cat.greensign.de/admin/de/part?filters%5Bquestionaire%5D%5Bcomparison%5D=%3D&filters%5Bquestionaire%5D%5Bvalue%5D=3"
  -linkRel: "noopener"
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
694 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#35961
  -type: "url"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#36247 …}
  -icon: "fas fa-chevron-right"
  -cssClass: "questionaire-6"
  -permission: null
  -routeName: null
  -routeParameters: null
  -linkUrl: "https://dev.cat.greensign.de/admin/de/part?filters%5Bquestionaire%5D%5Bcomparison%5D=%3D&filters%5Bquestionaire%5D%5Bvalue%5D=6"
  -linkRel: "noopener"
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
695 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#35978
  -type: "url"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#36177 …}
  -icon: "fas fa-chevron-right"
  -cssClass: "questionaire-9"
  -permission: null
  -routeName: null
  -routeParameters: null
  -linkUrl: "https://dev.cat.greensign.de/admin/de/part?filters%5Bquestionaire%5D%5Bcomparison%5D=%3D&filters%5Bquestionaire%5D%5Bvalue%5D=9"
  -linkRel: "noopener"
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
GRANTED
Show voter details
696 DENIED ROLE_SUPER_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
DENIED
The user doesn't have ROLE_SUPER_ADMIN.
Show voter details
697 DENIED IS_IMPERSONATOR
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
DENIED
The user is not appropriately authenticated.
Show voter details
698 DENIED IS_IMPERSONATOR
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
DENIED
The user is not appropriately authenticated.
Show voter details