Security

Token

kalachev Username
Authenticated
Property Value
Roles
[
  "ROLE_TICKET_READ"
  "ROLE_TICKET_EXECUTOR"
  "ROLE_USER"
  "ROLE_SUPER_ADMIN"
]
Inherited Roles
[
  "ROLE_ADMIN"
  "ROLE_ALLOWED_TO_SWITCH"
  "ROLE_EMPLOYEE_TECH"
  "ROLE_EMPLOYEE_WRITE"
  "ROLE_CONTRACTOR_TECH"
  "ROLE_CONTRACTOR_WRITE"
  "ROLE_PROJECT_TECH"
  "ROLE_PROJECT_WRITE"
  "ROLE_DOC_SECTION"
  "ROLE_DOC_TECH"
  "ROLE_DOC_WRITE"
  "ROLE_DOC_READ"
  "ROLE_DOC_CONFIDENTIAL"
  "ROLE_DOC_RIGHTS_REGISTER_SECTION"
  "ROLE_CONTRACTOR_POSITION_TECH"
  "ROLE_HEAD_OF_LAWYER"
  "ROLE_HEAD_OF_ARCHIVE"
  "ROLE_LAWYER"
  "ROLE_OFFICIAL_DOC"
  "ROLE_REMOVER"
  "ROLE_DOCFLOW"
  "ROLE_PAYMENT_SECTION"
  "ROLE_PAYMENT_TECH"
  "ROLE_PAYMENT_WRITE"
  "ROLE_PAYMENT_READ"
  "ROLE_PAYMENT_CONFIDENTIAL"
  "ROLE_PAYMENT_REQUEST_SECTION"
  "ROLE_ACCOUNTING_FINANCIAL_CONTROL"
  "ROLE_FINANCIAL_CONTROL"
  "ROLE_TREASURY"
  "ROLE_TICKET_ANALYZE"
  "ROLE_TICKET_ACCEPT"
  "ROLE_NOTIFY_NEW_PAYMENT"
  "ROLE_NOTIFY_NEW_DOC"
  "ROLE_NOTIFY_NEW_OFICIAL"
  "ROLE_TEMPLATE_EDITOR"
  "ROLE_EMPLOYEE_READ"
  "ROLE_CONTRACTOR_READ"
  "ROLE_PROJECT_READ"
]
Token
Symfony\Component\Security\Core\Authentication\Token\RememberMeToken {#3294
  -user: App\Entity\Employee {#3405 …}
  -roleNames: [
    "ROLE_TICKET_READ"
    "ROLE_TICKET_EXECUTOR"
    "ROLE_USER"
    "ROLE_SUPER_ADMIN"
  ]
  -attributes: []
  -secret: "3c67fb95f047b07cb84c9744b82543b5"
  -firewallName: "main"
}

Firewall

main Name
Security enabled
Stateless

Configuration

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

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#676
  -map: Symfony\Component\Security\Http\AccessMap {#675 …}
  -logger: Monolog\Logger {#715 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#750
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#605 …}
  -sessionKey: "_security_main"
  -logger: Monolog\Logger {#715 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#746 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#710 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#685 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#753 …}
}
2.12 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#765
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#755 …}
}
0.09 ms (none)
Symfony\Component\Security\Http\Firewall\SwitchUserListener {#3342
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#604 …}
  -provider: Symfony\Bridge\Doctrine\Security\User\EntityUserProvider {#711 …}
  -userChecker: App\Security\UserChecker {#3345 …}
  -firewallName: "main"
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#543 …}
  -usernameParameter: "_switch_user"
  -role: "ROLE_ALLOWED_TO_SWITCH"
  -logger: Monolog\Logger {#715 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#282 …}
  -stateless: false
  -urlGenerator: Symfony\Bundle\FrameworkBundle\Routing\Router {#588 …}
  -targetRoute: null
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#3336
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#604 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#543 …}
  -map: Symfony\Component\Security\Http\AccessMap {#675 …}
}
0.27 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#684
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#604 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "app_logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#721 …}
  -csrfTokenManager: null
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#710 …}
}
0.00 ms (none)

Authenticators

Authenticator Supports Authenticated Duration Passport Badges
"Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"
0.00 ms (none) (none)
"Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
0.00 ms (none) (none)

Access Decision

unanimous Strategy
# Voter class
1
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
2
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
3
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
4
"App\Security\OficialAccessVoter"
5
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
6
"Ksn135\CompanyBundle\Security\BatchWorkflowActionVoter"
7
"Ksn135\CompanyBundle\Security\TaskAccessVoter"
8
"Ksn135\CompanyBundle\Security\ContractorAccessVoter"
9
"Ksn135\CompanyBundle\Security\DocAccessVoter"
10
"Ksn135\CompanyBundle\Security\DocTemplateAccessVoter"
11
"Ksn135\CompanyBundle\Security\TicketAccessVoter"
12
"Ksn135\CompanyBundle\Security\PaymentAccessVoter"
13
"Ksn135\CompanyBundle\Security\UniversalAccessVoter"

Access decision log

# Result Attributes Object
1 GRANTED ROLE_USER
Symfony\Component\HttpFoundation\Request {#2
  +attributes: Symfony\Component\HttpFoundation\ParameterBag {#18 …}
  +request: Symfony\Component\HttpFoundation\InputBag {#12 …}
  +query: Symfony\Component\HttpFoundation\InputBag {#15 …}
  +server: Symfony\Component\HttpFoundation\ServerBag {#21 …}
  +files: Symfony\Component\HttpFoundation\FileBag {#20 …}
  +cookies: Symfony\Component\HttpFoundation\InputBag {#19 …}
  +headers: Symfony\Component\HttpFoundation\HeaderBag {#22 …}
  #content: ""
  #languages: null
  #charsets: null
  #encodings: null
  #acceptableContentTypes: null
  #pathInfo: "/"
  #requestUri: "/?routeName=transition&routeParams%5BobjectClass%5D=Ksn135%5CCompanyBundle%5CEntity%5CTicket&routeParams%5BobjectId%5D=26064&routeParams%5BtransitionName%5D=done"
  #baseUrl: ""
  #basePath: ""
  #method: "GET"
  #format: null
  #session: Symfony\Component\HttpFoundation\Session\Session {#3324 …}
  #locale: "ru"
  #defaultLocale: "ru"
  -preferredFormat: null
  -isHostValid: true
  -isForwardedValid: true
  -isSafeContentPreferred: ? bool
  -trustedValuesCache: []
  -isIisRewrite: false
  format: "html"
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
attribute ROLE_USER ACCESS GRANTED
Show voter details
2 GRANTED ROLE_SUPER_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
attribute ROLE_SUPER_ADMIN ACCESS GRANTED
Show voter details
3 GRANTED KSN135_TICKET_ACTION_VIEW
Ksn135\CompanyBundle\Entity\Ticket {#3638
  #id: 26064
  #createdAt: DateTimeImmutable @1784210764 {#3630
    date: 2026-07-16 17:06:04.0 Europe/Moscow (+03:00)
  }
  #updatedAt: DateTimeImmutable @1784620419 {#3627
    date: 2026-07-21 10:53:39.0 Europe/Moscow (+03:00)
  }
  #createdBy: Proxies\__CG__\App\Entity\Employee {#3642 …}
  #updatedBy: App\Entity\Employee {#3405 …}
  #deletedAt: null
  #title: "Новые порядки оплаты"
  #notes: "<div>Необходимо добавить следующие порядки оплаты:<br>- Рамочный (не требует сроков начала и конца обязательств)<br>- Рамочный с авансом (не требует сроков начала и конца обязательств)<br>- Роялти (для него также показываем поле "Как платим")</div>"
  #tz: """
    В документах, по полю "Порядок оплаты" добавляем новые значения, а так же на выбор значения вешаем логику отображения/скрытия полей:\r\n
    \r\n
    Рамочный - отключается обязательность заполнения поля "Начало оказания услуг", скрывается поле "Начало оказания услуг", остальная логика скрываемых полей приравнивается к логике выбора значения "По счету"\r\n
    \r\n
    Рамочный с авансом - отключается обязательность заполнения поля "Начало оказания услуг", скрывается поле "Начало оказания услуг", остальная логика скрываемых полей приравнивается к логике выбора значения "По счету"\r\n
    \r\n
    Роялти - логика отображаемых полей приравнивается к выбору знначения "По счету", дополнительно выводится поле "Описание ставки"
    """
  #state: Ksn135\CompanyBundle\Enums\TicketState {#3629 …}
  #quantity: "1.00"
  #payed: false
  #testOnProd: true
  #executor: App\Entity\Employee {#3405 …}
  #files: Doctrine\ORM\PersistentCollection {#3643 …}
  #logs: Doctrine\ORM\PersistentCollection {#3645 …}
  #conciliators: []
  #warnings: []
  #file: null
}
"Ksn135\CompanyBundle\Security\TicketAccessVoter"
attribute KSN135_TICKET_ACTION_VIEW ACCESS GRANTED
Show voter details
4 DENIED IS_IMPERSONATOR
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
attribute IS_IMPERSONATOR ACCESS DENIED
Show voter details
5 DENIED EA_EXIT_IMPERSONATION
null
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
attribute EA_EXIT_IMPERSONATION ACCESS DENIED
Show voter details
6 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4025
  -type: "route"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#4024 …}
  -icon: "fa fa-id-card"
  -cssClass: ""
  -permission: null
  -routeName: "profile"
  -routeParameters: []
  -linkUrl: "https://test.vodorodfilm.com/?routeName=profile"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
attribute EA_VIEW_MENU_ITEM ACCESS GRANTED
Show voter details
7 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4013
  -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"
attribute EA_VIEW_MENU_ITEM ACCESS GRANTED
Show voter details
8 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4015
  -type: "logout"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#4012 …}
  -icon: "fa-sign-out"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: null
  -linkUrl: "/logout"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
attribute EA_VIEW_MENU_ITEM ACCESS GRANTED
Show voter details
9 DENIED IS_IMPERSONATOR
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
attribute IS_IMPERSONATOR ACCESS DENIED
Show voter details
10 GRANTED ROLE_TICKET_ACCEPT
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
attribute ROLE_TICKET_ACCEPT ACCESS GRANTED
Show voter details
11 GRANTED ROLE_USER
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4089
  -type: "route"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#4203 …}
  -icon: "fa fa-regular fa-square-check"
  -cssClass: ""
  -permission: "ROLE_USER"
  -routeName: "approval"
  -routeParameters: []
  -linkUrl: "https://test.vodorodfilm.com/?routeName=approval"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemBadgeDto {#4090 …}
  -subItems: []
  -htmlAttributes: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
attribute ROLE_USER ACCESS GRANTED
Show voter details
12 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4089
  -type: "route"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#4203 …}
  -icon: "fa fa-regular fa-square-check"
  -cssClass: ""
  -permission: "ROLE_USER"
  -routeName: "approval"
  -routeParameters: []
  -linkUrl: "https://test.vodorodfilm.com/?routeName=approval"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemBadgeDto {#4090 …}
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
attribute EA_VIEW_MENU_ITEM ACCESS GRANTED
Show voter details
13 GRANTED ROLE_EMPLOYEE_READ
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4099
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#4206 …}
  -icon: "fa fa-users"
  -cssClass: ""
  -permission: "ROLE_EMPLOYEE_READ"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Employee"
    "entityId" => null
  ]
  -linkUrl: "https://test.vodorodfilm.com/?crudAction=index&crudControllerFqcn=App%5CController%5CEmployeeCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
attribute ROLE_EMPLOYEE_READ ACCESS GRANTED
Show voter details
14 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4099
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#4206 …}
  -icon: "fa fa-users"
  -cssClass: ""
  -permission: "ROLE_EMPLOYEE_READ"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Employee"
    "entityId" => null
  ]
  -linkUrl: "https://test.vodorodfilm.com/?crudAction=index&crudControllerFqcn=App%5CController%5CEmployeeCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
attribute EA_VIEW_MENU_ITEM ACCESS GRANTED
Show voter details
15 GRANTED ROLE_CONTRACTOR_READ
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4097
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#4207 …}
  -icon: "fa fa-solid fa-user-tie"
  -cssClass: ""
  -permission: "ROLE_CONTRACTOR_READ"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Contractor"
    "entityId" => null
  ]
  -linkUrl: "https://test.vodorodfilm.com/?crudAction=index&crudControllerFqcn=App%5CController%5CContractorCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
attribute ROLE_CONTRACTOR_READ ACCESS GRANTED
Show voter details
16 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4097
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#4207 …}
  -icon: "fa fa-solid fa-user-tie"
  -cssClass: ""
  -permission: "ROLE_CONTRACTOR_READ"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Contractor"
    "entityId" => null
  ]
  -linkUrl: "https://test.vodorodfilm.com/?crudAction=index&crudControllerFqcn=App%5CController%5CContractorCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
attribute EA_VIEW_MENU_ITEM ACCESS GRANTED
Show voter details
17 GRANTED ROLE_CONTRACTOR_READ
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4101
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#4209 …}
  -icon: "fa fa-solid fa-car"
  -cssClass: ""
  -permission: "ROLE_CONTRACTOR_READ"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\ContractorCar"
    "entityId" => null
  ]
  -linkUrl: "https://test.vodorodfilm.com/?crudAction=index&crudControllerFqcn=App%5CController%5CContractorCarCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
attribute ROLE_CONTRACTOR_READ ACCESS GRANTED
Show voter details
18 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4101
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#4209 …}
  -icon: "fa fa-solid fa-car"
  -cssClass: ""
  -permission: "ROLE_CONTRACTOR_READ"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\ContractorCar"
    "entityId" => null
  ]
  -linkUrl: "https://test.vodorodfilm.com/?crudAction=index&crudControllerFqcn=App%5CController%5CContractorCarCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
attribute EA_VIEW_MENU_ITEM ACCESS GRANTED
Show voter details
19 GRANTED ROLE_DOC_SECTION
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4103
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#4215 …}
  -icon: "fa fa-solid fa-book"
  -cssClass: ""
  -permission: "ROLE_DOC_SECTION"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Controller\DocCrudController"
    "entityFqcn" => "App\Entity\Doc"
    "entityId" => null
  ]
  -linkUrl: "https://test.vodorodfilm.com/?crudAction=index&crudControllerFqcn=App%5CController%5CDocCrudController&entityFqcn=App%5CEntity%5CDoc"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
attribute ROLE_DOC_SECTION ACCESS GRANTED
Show voter details
20 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4103
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#4215 …}
  -icon: "fa fa-solid fa-book"
  -cssClass: ""
  -permission: "ROLE_DOC_SECTION"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Controller\DocCrudController"
    "entityFqcn" => "App\Entity\Doc"
    "entityId" => null
  ]
  -linkUrl: "https://test.vodorodfilm.com/?crudAction=index&crudControllerFqcn=App%5CController%5CDocCrudController&entityFqcn=App%5CEntity%5CDoc"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
attribute EA_VIEW_MENU_ITEM ACCESS GRANTED
Show voter details
21 GRANTED ROLE_DOC_SECTION
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4105
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#4225 …}
  -icon: "fa fa-solid fa-file-text-o"
  -cssClass: ""
  -permission: "ROLE_DOC_SECTION"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Act"
    "entityId" => null
  ]
  -linkUrl: "https://test.vodorodfilm.com/?crudAction=index&crudControllerFqcn=App%5CController%5CActCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
attribute ROLE_DOC_SECTION ACCESS GRANTED
Show voter details
22 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4105
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#4225 …}
  -icon: "fa fa-solid fa-file-text-o"
  -cssClass: ""
  -permission: "ROLE_DOC_SECTION"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Act"
    "entityId" => null
  ]
  -linkUrl: "https://test.vodorodfilm.com/?crudAction=index&crudControllerFqcn=App%5CController%5CActCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
attribute EA_VIEW_MENU_ITEM ACCESS GRANTED
Show voter details
23 GRANTED ROLE_DOC_RIGHTS_REGISTER_SECTION
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4107
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#4235 …}
  -icon: "fa fa-solid fa-gavel"
  -cssClass: ""
  -permission: "ROLE_DOC_RIGHTS_REGISTER_SECTION"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Controller\RightsRegisterCrudController"
    "entityFqcn" => "App\Entity\Doc"
    "entityId" => null
  ]
  -linkUrl: "https://test.vodorodfilm.com/?crudAction=index&crudControllerFqcn=App%5CController%5CRightsRegisterCrudController&entityFqcn=App%5CEntity%5CDoc"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
attribute ROLE_DOC_RIGHTS_REGISTER_SECTION ACCESS GRANTED
Show voter details
24 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4107
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#4235 …}
  -icon: "fa fa-solid fa-gavel"
  -cssClass: ""
  -permission: "ROLE_DOC_RIGHTS_REGISTER_SECTION"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Controller\RightsRegisterCrudController"
    "entityFqcn" => "App\Entity\Doc"
    "entityId" => null
  ]
  -linkUrl: "https://test.vodorodfilm.com/?crudAction=index&crudControllerFqcn=App%5CController%5CRightsRegisterCrudController&entityFqcn=App%5CEntity%5CDoc"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
attribute EA_VIEW_MENU_ITEM ACCESS GRANTED
Show voter details
25 GRANTED ROLE_PAYMENT_SECTION
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4109
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#4245 …}
  -icon: "fa fa-solid fa-credit-card"
  -cssClass: ""
  -permission: "ROLE_PAYMENT_SECTION"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Payment"
    "entityId" => null
  ]
  -linkUrl: "https://test.vodorodfilm.com/?crudAction=index&crudControllerFqcn=App%5CController%5CPaymentCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
attribute ROLE_PAYMENT_SECTION ACCESS GRANTED
Show voter details
26 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4109
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#4245 …}
  -icon: "fa fa-solid fa-credit-card"
  -cssClass: ""
  -permission: "ROLE_PAYMENT_SECTION"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Payment"
    "entityId" => null
  ]
  -linkUrl: "https://test.vodorodfilm.com/?crudAction=index&crudControllerFqcn=App%5CController%5CPaymentCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
attribute EA_VIEW_MENU_ITEM ACCESS GRANTED
Show voter details
27 GRANTED ROLE_PAYMENT_REQUEST_SECTION
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4111
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#4255 …}
  -icon: "fa fa-solid fa-bank"
  -cssClass: ""
  -permission: "ROLE_PAYMENT_REQUEST_SECTION"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\PaymentRequest"
    "entityId" => null
  ]
  -linkUrl: "https://test.vodorodfilm.com/?crudAction=index&crudControllerFqcn=App%5CController%5CPaymentRequestCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
attribute ROLE_PAYMENT_REQUEST_SECTION ACCESS GRANTED
Show voter details
28 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4111
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#4255 …}
  -icon: "fa fa-solid fa-bank"
  -cssClass: ""
  -permission: "ROLE_PAYMENT_REQUEST_SECTION"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\PaymentRequest"
    "entityId" => null
  ]
  -linkUrl: "https://test.vodorodfilm.com/?crudAction=index&crudControllerFqcn=App%5CController%5CPaymentRequestCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
attribute EA_VIEW_MENU_ITEM ACCESS GRANTED
Show voter details
29 GRANTED ROLE_OFFICIAL_DOC
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4113
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#4265 …}
  -icon: "fa fa-solid fa-file-contract"
  -cssClass: ""
  -permission: "ROLE_OFFICIAL_DOC"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Oficial"
    "entityId" => null
  ]
  -linkUrl: "https://test.vodorodfilm.com/?crudAction=index&crudControllerFqcn=App%5CController%5COficialCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
attribute ROLE_OFFICIAL_DOC ACCESS GRANTED
Show voter details
30 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4113
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#4265 …}
  -icon: "fa fa-solid fa-file-contract"
  -cssClass: ""
  -permission: "ROLE_OFFICIAL_DOC"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Oficial"
    "entityId" => null
  ]
  -linkUrl: "https://test.vodorodfilm.com/?crudAction=index&crudControllerFqcn=App%5CController%5COficialCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
attribute EA_VIEW_MENU_ITEM ACCESS GRANTED
Show voter details
31 GRANTED ROLE_PROJECT_READ
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4115
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#4275 …}
  -icon: "fa fa-solid fa-video"
  -cssClass: ""
  -permission: "ROLE_PROJECT_READ"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Project"
    "entityId" => null
  ]
  -linkUrl: "https://test.vodorodfilm.com/?crudAction=index&crudControllerFqcn=App%5CController%5CProjectCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
attribute ROLE_PROJECT_READ ACCESS GRANTED
Show voter details
32 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4115
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#4275 …}
  -icon: "fa fa-solid fa-video"
  -cssClass: ""
  -permission: "ROLE_PROJECT_READ"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Project"
    "entityId" => null
  ]
  -linkUrl: "https://test.vodorodfilm.com/?crudAction=index&crudControllerFqcn=App%5CController%5CProjectCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
attribute EA_VIEW_MENU_ITEM ACCESS GRANTED
Show voter details
33 GRANTED ROLE_USER
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4117
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#4285 …}
  -icon: "fa fa-solid fa-code"
  -cssClass: ""
  -permission: "ROLE_USER"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "Ksn135\CompanyBundle\Entity\Ticket"
    "entityId" => null
  ]
  -linkUrl: "https://test.vodorodfilm.com/?crudAction=index&crudControllerFqcn=App%5CController%5CTicketCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
attribute ROLE_USER ACCESS GRANTED
Show voter details
34 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4117
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#4285 …}
  -icon: "fa fa-solid fa-code"
  -cssClass: ""
  -permission: "ROLE_USER"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "Ksn135\CompanyBundle\Entity\Ticket"
    "entityId" => null
  ]
  -linkUrl: "https://test.vodorodfilm.com/?crudAction=index&crudControllerFqcn=App%5CController%5CTicketCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
attribute EA_VIEW_MENU_ITEM ACCESS GRANTED
Show voter details
35 GRANTED ROLE_USER
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4119
  -type: "route"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#4295 …}
  -icon: "fa fa-solid fa-table-list"
  -cssClass: ""
  -permission: "ROLE_USER"
  -routeName: "app_report"
  -routeParameters: []
  -linkUrl: "https://test.vodorodfilm.com/?routeName=app_report"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemBadgeDto {#4126 …}
  -subItems: []
  -htmlAttributes: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
attribute ROLE_USER ACCESS GRANTED
Show voter details
36 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4119
  -type: "route"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#4295 …}
  -icon: "fa fa-solid fa-table-list"
  -cssClass: ""
  -permission: "ROLE_USER"
  -routeName: "app_report"
  -routeParameters: []
  -linkUrl: "https://test.vodorodfilm.com/?routeName=app_report"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemBadgeDto {#4126 …}
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
attribute EA_VIEW_MENU_ITEM ACCESS GRANTED
Show voter details
37 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4166
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#4305 …}
  -icon: null
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: null
  -linkUrl: "#"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
attribute EA_VIEW_MENU_ITEM ACCESS GRANTED
Show voter details
38 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4124
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#4313 …}
  -icon: "fa fa-solid fa-book-bookmark"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "Ksn135\CompanyBundle\Entity\DocTemplate"
    "entityId" => null
  ]
  -linkUrl: "https://test.vodorodfilm.com/?crudAction=index&crudControllerFqcn=App%5CController%5CDocTemplateCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
attribute EA_VIEW_MENU_ITEM ACCESS GRANTED
Show voter details
39 GRANTED ROLE_TEMPLATE_EDITOR
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4164
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#4333 …}
  -icon: null
  -cssClass: ""
  -permission: "ROLE_TEMPLATE_EDITOR"
  -routeName: null
  -routeParameters: null
  -linkUrl: "#"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
attribute ROLE_TEMPLATE_EDITOR ACCESS GRANTED
Show voter details
40 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4164
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#4333 …}
  -icon: null
  -cssClass: ""
  -permission: "ROLE_TEMPLATE_EDITOR"
  -routeName: null
  -routeParameters: null
  -linkUrl: "#"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
attribute EA_VIEW_MENU_ITEM ACCESS GRANTED
Show voter details
41 GRANTED ROLE_TEMPLATE_EDITOR
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4121
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#4323 …}
  -icon: "fa-solid fa-diagram-successor"
  -cssClass: ""
  -permission: "ROLE_TEMPLATE_EDITOR"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\TemplateSubstitution"
    "entityId" => null
  ]
  -linkUrl: "https://test.vodorodfilm.com/?crudAction=index&crudControllerFqcn=App%5CController%5CTemplateSubstitutionCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
attribute ROLE_TEMPLATE_EDITOR ACCESS GRANTED
Show voter details
42 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4121
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#4323 …}
  -icon: "fa-solid fa-diagram-successor"
  -cssClass: ""
  -permission: "ROLE_TEMPLATE_EDITOR"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\TemplateSubstitution"
    "entityId" => null
  ]
  -linkUrl: "https://test.vodorodfilm.com/?crudAction=index&crudControllerFqcn=App%5CController%5CTemplateSubstitutionCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
attribute EA_VIEW_MENU_ITEM ACCESS GRANTED
Show voter details
43 GRANTED ROLE_TEMPLATE_EDITOR
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4161
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#4349 …}
  -icon: "fa-solid fa-paste"
  -cssClass: ""
  -permission: "ROLE_TEMPLATE_EDITOR"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\TemplateGroup"
    "entityId" => null
  ]
  -linkUrl: "https://test.vodorodfilm.com/?crudAction=index&crudControllerFqcn=App%5CController%5CTemplateGroupCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
attribute ROLE_TEMPLATE_EDITOR ACCESS GRANTED
Show voter details
44 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4161
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#4349 …}
  -icon: "fa-solid fa-paste"
  -cssClass: ""
  -permission: "ROLE_TEMPLATE_EDITOR"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\TemplateGroup"
    "entityId" => null
  ]
  -linkUrl: "https://test.vodorodfilm.com/?crudAction=index&crudControllerFqcn=App%5CController%5CTemplateGroupCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
attribute EA_VIEW_MENU_ITEM ACCESS GRANTED
Show voter details
45 GRANTED ROLE_EMPLOYEE_TECH
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4159
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#4344 …}
  -icon: null
  -cssClass: ""
  -permission: "ROLE_EMPLOYEE_TECH"
  -routeName: null
  -routeParameters: null
  -linkUrl: "#"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
attribute ROLE_EMPLOYEE_TECH ACCESS GRANTED
Show voter details
46 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4159
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#4344 …}
  -icon: null
  -cssClass: ""
  -permission: "ROLE_EMPLOYEE_TECH"
  -routeName: null
  -routeParameters: null
  -linkUrl: "#"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
attribute EA_VIEW_MENU_ITEM ACCESS GRANTED
Show voter details
47 GRANTED ROLE_EMPLOYEE_TECH
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4157
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#4350 …}
  -icon: "fa fa-solid fa-umbrella-beach"
  -cssClass: ""
  -permission: "ROLE_EMPLOYEE_TECH"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "Ksn135\CompanyBundle\Entity\Deputy"
    "entityId" => null
  ]
  -linkUrl: "https://test.vodorodfilm.com/?crudAction=index&crudControllerFqcn=App%5CController%5CDeputyCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
attribute ROLE_EMPLOYEE_TECH ACCESS GRANTED
Show voter details
48 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4157
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#4350 …}
  -icon: "fa fa-solid fa-umbrella-beach"
  -cssClass: ""
  -permission: "ROLE_EMPLOYEE_TECH"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "Ksn135\CompanyBundle\Entity\Deputy"
    "entityId" => null
  ]
  -linkUrl: "https://test.vodorodfilm.com/?crudAction=index&crudControllerFqcn=App%5CController%5CDeputyCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
attribute EA_VIEW_MENU_ITEM ACCESS GRANTED
Show voter details
49 GRANTED ROLE_EMPLOYEE_TECH
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4155
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#4373 …}
  -icon: "fa fa-building-user"
  -cssClass: ""
  -permission: "ROLE_EMPLOYEE_TECH"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Department"
    "entityId" => null
  ]
  -linkUrl: "https://test.vodorodfilm.com/?crudAction=index&crudControllerFqcn=App%5CController%5CDepartmentCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
attribute ROLE_EMPLOYEE_TECH ACCESS GRANTED
Show voter details
50 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4155
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#4373 …}
  -icon: "fa fa-building-user"
  -cssClass: ""
  -permission: "ROLE_EMPLOYEE_TECH"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Department"
    "entityId" => null
  ]
  -linkUrl: "https://test.vodorodfilm.com/?crudAction=index&crudControllerFqcn=App%5CController%5CDepartmentCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
attribute EA_VIEW_MENU_ITEM ACCESS GRANTED
Show voter details
51 GRANTED ROLE_CONTRACTOR_POSITION_TECH
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4153
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#4365 …}
  -icon: null
  -cssClass: ""
  -permission: "ROLE_CONTRACTOR_POSITION_TECH"
  -routeName: null
  -routeParameters: null
  -linkUrl: "#"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
attribute ROLE_CONTRACTOR_POSITION_TECH ACCESS GRANTED
Show voter details
52 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4153
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#4365 …}
  -icon: null
  -cssClass: ""
  -permission: "ROLE_CONTRACTOR_POSITION_TECH"
  -routeName: null
  -routeParameters: null
  -linkUrl: "#"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
attribute EA_VIEW_MENU_ITEM ACCESS GRANTED
Show voter details
53 GRANTED ROLE_DOC_TECH
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4151
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#4375 …}
  -icon: "fa fa-bars-staggered"
  -cssClass: ""
  -permission: "ROLE_DOC_TECH"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "Ksn135\CompanyBundle\Entity\DocKind"
    "entityId" => null
  ]
  -linkUrl: "https://test.vodorodfilm.com/?crudAction=index&crudControllerFqcn=App%5CController%5CDocKindCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
attribute ROLE_DOC_TECH ACCESS GRANTED
Show voter details
54 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4151
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#4375 …}
  -icon: "fa fa-bars-staggered"
  -cssClass: ""
  -permission: "ROLE_DOC_TECH"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "Ksn135\CompanyBundle\Entity\DocKind"
    "entityId" => null
  ]
  -linkUrl: "https://test.vodorodfilm.com/?crudAction=index&crudControllerFqcn=App%5CController%5CDocKindCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
attribute EA_VIEW_MENU_ITEM ACCESS GRANTED
Show voter details
55 GRANTED ROLE_DOC_TECH
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4149
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#4402 …}
  -icon: "fa fa-gavel"
  -cssClass: ""
  -permission: "ROLE_DOC_TECH"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "Ksn135\CompanyBundle\Entity\RightsType"
    "entityId" => null
  ]
  -linkUrl: "https://test.vodorodfilm.com/?crudAction=index&crudControllerFqcn=App%5CController%5CRightsTypeCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
attribute ROLE_DOC_TECH ACCESS GRANTED
Show voter details
56 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4149
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#4402 …}
  -icon: "fa fa-gavel"
  -cssClass: ""
  -permission: "ROLE_DOC_TECH"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "Ksn135\CompanyBundle\Entity\RightsType"
    "entityId" => null
  ]
  -linkUrl: "https://test.vodorodfilm.com/?crudAction=index&crudControllerFqcn=App%5CController%5CRightsTypeCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
attribute EA_VIEW_MENU_ITEM ACCESS GRANTED
Show voter details
57 GRANTED ROLE_DOC_TECH
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4147
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#4394 …}
  -icon: "fa fa-duotone fa-bars"
  -cssClass: ""
  -permission: "ROLE_DOC_TECH"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "Ksn135\CompanyBundle\Entity\ActKind"
    "entityId" => null
  ]
  -linkUrl: "https://test.vodorodfilm.com/?crudAction=index&crudControllerFqcn=App%5CController%5CActKindCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
attribute ROLE_DOC_TECH ACCESS GRANTED
Show voter details
58 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4147
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#4394 …}
  -icon: "fa fa-duotone fa-bars"
  -cssClass: ""
  -permission: "ROLE_DOC_TECH"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "Ksn135\CompanyBundle\Entity\ActKind"
    "entityId" => null
  ]
  -linkUrl: "https://test.vodorodfilm.com/?crudAction=index&crudControllerFqcn=App%5CController%5CActKindCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
attribute EA_VIEW_MENU_ITEM ACCESS GRANTED
Show voter details
59 GRANTED ROLE_DOC_TECH
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4145
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#4412 …}
  -icon: "fa fa-solid fa-tags"
  -cssClass: ""
  -permission: "ROLE_DOC_TECH"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "Ksn135\CompanyBundle\Entity\Disposition"
    "entityId" => null
  ]
  -linkUrl: "https://test.vodorodfilm.com/?crudAction=index&crudControllerFqcn=App%5CController%5CDispositionCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
attribute ROLE_DOC_TECH ACCESS GRANTED
Show voter details
60 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4145
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#4412 …}
  -icon: "fa fa-solid fa-tags"
  -cssClass: ""
  -permission: "ROLE_DOC_TECH"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "Ksn135\CompanyBundle\Entity\Disposition"
    "entityId" => null
  ]
  -linkUrl: "https://test.vodorodfilm.com/?crudAction=index&crudControllerFqcn=App%5CController%5CDispositionCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
attribute EA_VIEW_MENU_ITEM ACCESS GRANTED
Show voter details
61 GRANTED ROLE_DOC_TECH
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4143
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#4423 …}
  -icon: "fa fa-solid fa-comment-dollar"
  -cssClass: ""
  -permission: "ROLE_DOC_TECH"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\PaymentNotesDescription"
    "entityId" => null
  ]
  -linkUrl: "https://test.vodorodfilm.com/?crudAction=index&crudControllerFqcn=App%5CController%5CPaymentNotesDescriptionCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
attribute ROLE_DOC_TECH ACCESS GRANTED
Show voter details
62 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4143
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#4423 …}
  -icon: "fa fa-solid fa-comment-dollar"
  -cssClass: ""
  -permission: "ROLE_DOC_TECH"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\PaymentNotesDescription"
    "entityId" => null
  ]
  -linkUrl: "https://test.vodorodfilm.com/?crudAction=index&crudControllerFqcn=App%5CController%5CPaymentNotesDescriptionCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
attribute EA_VIEW_MENU_ITEM ACCESS GRANTED
Show voter details
63 GRANTED ROLE_DOC_TECH
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4141
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#4433 …}
  -icon: "fa fa-star"
  -cssClass: ""
  -permission: "ROLE_DOC_TECH"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "Ksn135\CompanyBundle\Entity\OurFirm"
    "entityId" => null
  ]
  -linkUrl: "https://test.vodorodfilm.com/?crudAction=index&crudControllerFqcn=App%5CController%5COurFirmCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
attribute ROLE_DOC_TECH ACCESS GRANTED
Show voter details
64 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4141
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#4433 …}
  -icon: "fa fa-star"
  -cssClass: ""
  -permission: "ROLE_DOC_TECH"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "Ksn135\CompanyBundle\Entity\OurFirm"
    "entityId" => null
  ]
  -linkUrl: "https://test.vodorodfilm.com/?crudAction=index&crudControllerFqcn=App%5CController%5COurFirmCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
attribute EA_VIEW_MENU_ITEM ACCESS GRANTED
Show voter details
65 GRANTED ROLE_DOC_TECH
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4138
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#4443 …}
  -icon: "fa fa-arrows-down-to-people"
  -cssClass: ""
  -permission: "ROLE_DOC_TECH"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "Ksn135\CompanyBundle\Entity\Category"
    "entityId" => null
  ]
  -linkUrl: "https://test.vodorodfilm.com/?crudAction=index&crudControllerFqcn=App%5CController%5CCategoryCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
attribute ROLE_DOC_TECH ACCESS GRANTED
Show voter details
66 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4138
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#4443 …}
  -icon: "fa fa-arrows-down-to-people"
  -cssClass: ""
  -permission: "ROLE_DOC_TECH"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "Ksn135\CompanyBundle\Entity\Category"
    "entityId" => null
  ]
  -linkUrl: "https://test.vodorodfilm.com/?crudAction=index&crudControllerFqcn=App%5CController%5CCategoryCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
attribute EA_VIEW_MENU_ITEM ACCESS GRANTED
Show voter details
67 GRANTED ROLE_DOC_TECH
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4136
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#4453 …}
  -icon: "fa fa-solid fa-tv"
  -cssClass: ""
  -permission: "ROLE_DOC_TECH"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "Ksn135\CompanyBundle\Entity\Channel"
    "entityId" => null
  ]
  -linkUrl: "https://test.vodorodfilm.com/?crudAction=index&crudControllerFqcn=App%5CController%5CChannelCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
attribute ROLE_DOC_TECH ACCESS GRANTED
Show voter details
68 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4136
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#4453 …}
  -icon: "fa fa-solid fa-tv"
  -cssClass: ""
  -permission: "ROLE_DOC_TECH"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "Ksn135\CompanyBundle\Entity\Channel"
    "entityId" => null
  ]
  -linkUrl: "https://test.vodorodfilm.com/?crudAction=index&crudControllerFqcn=App%5CController%5CChannelCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
attribute EA_VIEW_MENU_ITEM ACCESS GRANTED
Show voter details
69 GRANTED ROLE_DOC_TECH
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4134
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#4463 …}
  -icon: "fa fa-cogs"
  -cssClass: ""
  -permission: "ROLE_DOC_TECH"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "Ksn135\CompanyBundle\Entity\DocSetting"
    "entityId" => null
  ]
  -linkUrl: "https://test.vodorodfilm.com/?crudAction=index&crudControllerFqcn=App%5CController%5CDocSettingCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
attribute ROLE_DOC_TECH ACCESS GRANTED
Show voter details
70 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4134
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#4463 …}
  -icon: "fa fa-cogs"
  -cssClass: ""
  -permission: "ROLE_DOC_TECH"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "Ksn135\CompanyBundle\Entity\DocSetting"
    "entityId" => null
  ]
  -linkUrl: "https://test.vodorodfilm.com/?crudAction=index&crudControllerFqcn=App%5CController%5CDocSettingCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
attribute EA_VIEW_MENU_ITEM ACCESS GRANTED
Show voter details
71 GRANTED ROLE_DOC_TECH
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4132
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#4473 …}
  -icon: "fa fa-regular fa-copyright"
  -cssClass: ""
  -permission: "ROLE_DOC_TECH"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "Ksn135\CompanyBundle\Entity\LicensingObject"
    "entityId" => null
  ]
  -linkUrl: "https://test.vodorodfilm.com/?crudAction=index&crudControllerFqcn=App%5CController%5CLicensingObjectCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
attribute ROLE_DOC_TECH ACCESS GRANTED
Show voter details
72 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4132
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#4473 …}
  -icon: "fa fa-regular fa-copyright"
  -cssClass: ""
  -permission: "ROLE_DOC_TECH"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "Ksn135\CompanyBundle\Entity\LicensingObject"
    "entityId" => null
  ]
  -linkUrl: "https://test.vodorodfilm.com/?crudAction=index&crudControllerFqcn=App%5CController%5CLicensingObjectCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
attribute EA_VIEW_MENU_ITEM ACCESS GRANTED
Show voter details
73 GRANTED ROLE_CONTRACTOR_POSITION_TECH
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4194
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#4483 …}
  -icon: "fa fa-solid fa-spaghetti-monster-flying"
  -cssClass: ""
  -permission: "ROLE_CONTRACTOR_POSITION_TECH"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "Ksn135\CompanyBundle\Entity\ContractorPosition"
    "entityId" => null
  ]
  -linkUrl: "https://test.vodorodfilm.com/?crudAction=index&crudControllerFqcn=App%5CController%5CContractorPositionCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
attribute ROLE_CONTRACTOR_POSITION_TECH ACCESS GRANTED
Show voter details
74 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4194
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#4483 …}
  -icon: "fa fa-solid fa-spaghetti-monster-flying"
  -cssClass: ""
  -permission: "ROLE_CONTRACTOR_POSITION_TECH"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "Ksn135\CompanyBundle\Entity\ContractorPosition"
    "entityId" => null
  ]
  -linkUrl: "https://test.vodorodfilm.com/?crudAction=index&crudControllerFqcn=App%5CController%5CContractorPositionCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
attribute EA_VIEW_MENU_ITEM ACCESS GRANTED
Show voter details
75 GRANTED ROLE_DOC_TECH
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4184
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#4493 …}
  -icon: "fa fa-solid fa-route"
  -cssClass: ""
  -permission: "ROLE_DOC_TECH"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "Ksn135\CompanyBundle\Entity\ApprovalRoutesType"
    "entityId" => null
  ]
  -linkUrl: "https://test.vodorodfilm.com/?crudAction=index&crudControllerFqcn=App%5CController%5CApprovalRoutesTypeCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
attribute ROLE_DOC_TECH ACCESS GRANTED
Show voter details
76 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4184
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#4493 …}
  -icon: "fa fa-solid fa-route"
  -cssClass: ""
  -permission: "ROLE_DOC_TECH"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "Ksn135\CompanyBundle\Entity\ApprovalRoutesType"
    "entityId" => null
  ]
  -linkUrl: "https://test.vodorodfilm.com/?crudAction=index&crudControllerFqcn=App%5CController%5CApprovalRoutesTypeCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
attribute EA_VIEW_MENU_ITEM ACCESS GRANTED
Show voter details
77 GRANTED ROLE_PAYMENT_TECH
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4169
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#4503 …}
  -icon: null
  -cssClass: ""
  -permission: "ROLE_PAYMENT_TECH"
  -routeName: null
  -routeParameters: null
  -linkUrl: "#"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
attribute ROLE_PAYMENT_TECH ACCESS GRANTED
Show voter details
78 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4169
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#4503 …}
  -icon: null
  -cssClass: ""
  -permission: "ROLE_PAYMENT_TECH"
  -routeName: null
  -routeParameters: null
  -linkUrl: "#"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
attribute EA_VIEW_MENU_ITEM ACCESS GRANTED
Show voter details
79 GRANTED ROLE_PAYMENT_TECH
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4176
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#4511 …}
  -icon: "fa-solid fa-money-check"
  -cssClass: ""
  -permission: "ROLE_PAYMENT_TECH"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "Ksn135\CompanyBundle\Entity\ExpenseKind"
    "entityId" => null
  ]
  -linkUrl: "https://test.vodorodfilm.com/?crudAction=index&crudControllerFqcn=App%5CController%5CExpenseKindCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
attribute ROLE_PAYMENT_TECH ACCESS GRANTED
Show voter details
80 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4176
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#4511 …}
  -icon: "fa-solid fa-money-check"
  -cssClass: ""
  -permission: "ROLE_PAYMENT_TECH"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "Ksn135\CompanyBundle\Entity\ExpenseKind"
    "entityId" => null
  ]
  -linkUrl: "https://test.vodorodfilm.com/?crudAction=index&crudControllerFqcn=App%5CController%5CExpenseKindCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
attribute EA_VIEW_MENU_ITEM ACCESS GRANTED
Show voter details
81 GRANTED ROLE_PAYMENT_TECH
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4192
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#4531 …}
  -icon: "fa-solid fa-sack-dollar"
  -cssClass: ""
  -permission: "ROLE_PAYMENT_TECH"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "Ksn135\CompanyBundle\Entity\ExpenseType"
    "entityId" => null
  ]
  -linkUrl: "https://test.vodorodfilm.com/?crudAction=index&crudControllerFqcn=App%5CController%5CExpenseTypeCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
attribute ROLE_PAYMENT_TECH ACCESS GRANTED
Show voter details
82 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4192
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#4531 …}
  -icon: "fa-solid fa-sack-dollar"
  -cssClass: ""
  -permission: "ROLE_PAYMENT_TECH"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "Ksn135\CompanyBundle\Entity\ExpenseType"
    "entityId" => null
  ]
  -linkUrl: "https://test.vodorodfilm.com/?crudAction=index&crudControllerFqcn=App%5CController%5CExpenseTypeCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
attribute EA_VIEW_MENU_ITEM ACCESS GRANTED
Show voter details
83 GRANTED ROLE_PAYMENT_TECH
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4195
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#4523 …}
  -icon: "fa fa-filter-circle-dollar"
  -cssClass: ""
  -permission: "ROLE_PAYMENT_TECH"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "Ksn135\CompanyBundle\Entity\SubsidyCostItem"
    "entityId" => null
  ]
  -linkUrl: "https://test.vodorodfilm.com/?crudAction=index&crudControllerFqcn=App%5CController%5CSubsidyCostItemCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
attribute ROLE_PAYMENT_TECH ACCESS GRANTED
Show voter details
84 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4195
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#4523 …}
  -icon: "fa fa-filter-circle-dollar"
  -cssClass: ""
  -permission: "ROLE_PAYMENT_TECH"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "Ksn135\CompanyBundle\Entity\SubsidyCostItem"
    "entityId" => null
  ]
  -linkUrl: "https://test.vodorodfilm.com/?crudAction=index&crudControllerFqcn=App%5CController%5CSubsidyCostItemCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
attribute EA_VIEW_MENU_ITEM ACCESS GRANTED
Show voter details
85 GRANTED ROLE_PAYMENT_TECH
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4193
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#4541 …}
  -icon: "fas fa-folder-tree"
  -cssClass: ""
  -permission: "ROLE_PAYMENT_TECH"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "Ksn135\CompanyBundle\Entity\FinCostItem"
    "entityId" => null
  ]
  -linkUrl: "https://test.vodorodfilm.com/?crudAction=index&crudControllerFqcn=App%5CController%5CFinCostItemCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
attribute ROLE_PAYMENT_TECH ACCESS GRANTED
Show voter details
86 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4193
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#4541 …}
  -icon: "fas fa-folder-tree"
  -cssClass: ""
  -permission: "ROLE_PAYMENT_TECH"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "Ksn135\CompanyBundle\Entity\FinCostItem"
    "entityId" => null
  ]
  -linkUrl: "https://test.vodorodfilm.com/?crudAction=index&crudControllerFqcn=App%5CController%5CFinCostItemCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
attribute EA_VIEW_MENU_ITEM ACCESS GRANTED
Show voter details
87 GRANTED ROLE_PAYMENT_TECH
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4191
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#4552 …}
  -icon: "fa fa-ruble-sign"
  -cssClass: ""
  -permission: "ROLE_PAYMENT_TECH"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "Ksn135\CompanyBundle\Entity\Currency"
    "entityId" => null
    "filters[active]" => "1"
  ]
  -linkUrl: "https://test.vodorodfilm.com/?crudAction=index&crudControllerFqcn=App%5CController%5CCurrencyCrudController&filters%5Bactive%5D=1"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
attribute ROLE_PAYMENT_TECH ACCESS GRANTED
Show voter details
88 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4191
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#4552 …}
  -icon: "fa fa-ruble-sign"
  -cssClass: ""
  -permission: "ROLE_PAYMENT_TECH"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "Ksn135\CompanyBundle\Entity\Currency"
    "entityId" => null
    "filters[active]" => "1"
  ]
  -linkUrl: "https://test.vodorodfilm.com/?crudAction=index&crudControllerFqcn=App%5CController%5CCurrencyCrudController&filters%5Bactive%5D=1"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
attribute EA_VIEW_MENU_ITEM ACCESS GRANTED
Show voter details
89 GRANTED ROLE_PAYMENT_TECH
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4190
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#4562 …}
  -icon: "fa fa-calendar-days"
  -cssClass: ""
  -permission: "ROLE_PAYMENT_TECH"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "Ksn135\CompanyBundle\Entity\Holiday"
    "entityId" => null
  ]
  -linkUrl: "https://test.vodorodfilm.com/?crudAction=index&crudControllerFqcn=App%5CController%5CHolidayCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
attribute ROLE_PAYMENT_TECH ACCESS GRANTED
Show voter details
90 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4190
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#4562 …}
  -icon: "fa fa-calendar-days"
  -cssClass: ""
  -permission: "ROLE_PAYMENT_TECH"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "Ksn135\CompanyBundle\Entity\Holiday"
    "entityId" => null
  ]
  -linkUrl: "https://test.vodorodfilm.com/?crudAction=index&crudControllerFqcn=App%5CController%5CHolidayCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
attribute EA_VIEW_MENU_ITEM ACCESS GRANTED
Show voter details
91 GRANTED ROLE_PAYMENT_TECH
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4183
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#4572 …}
  -icon: "fa fa-cogs"
  -cssClass: ""
  -permission: "ROLE_PAYMENT_TECH"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "Ksn135\CompanyBundle\Entity\PaymentSetting"
    "entityId" => null
  ]
  -linkUrl: "https://test.vodorodfilm.com/?crudAction=index&crudControllerFqcn=App%5CController%5CPaymentSettingCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
attribute ROLE_PAYMENT_TECH ACCESS GRANTED
Show voter details
92 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4183
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#4572 …}
  -icon: "fa fa-cogs"
  -cssClass: ""
  -permission: "ROLE_PAYMENT_TECH"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "Ksn135\CompanyBundle\Entity\PaymentSetting"
    "entityId" => null
  ]
  -linkUrl: "https://test.vodorodfilm.com/?crudAction=index&crudControllerFqcn=App%5CController%5CPaymentSettingCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
attribute EA_VIEW_MENU_ITEM ACCESS GRANTED
Show voter details
93 GRANTED ROLE_CONTRACTOR_TECH
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4177
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#4582 …}
  -icon: null
  -cssClass: ""
  -permission: "ROLE_CONTRACTOR_TECH"
  -routeName: null
  -routeParameters: null
  -linkUrl: "#"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
attribute ROLE_CONTRACTOR_TECH ACCESS GRANTED
Show voter details
94 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4177
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#4582 …}
  -icon: null
  -cssClass: ""
  -permission: "ROLE_CONTRACTOR_TECH"
  -routeName: null
  -routeParameters: null
  -linkUrl: "#"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
attribute EA_VIEW_MENU_ITEM ACCESS GRANTED
Show voter details
95 GRANTED ROLE_CONTRACTOR_TECH
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4180
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#4590 …}
  -icon: "fa fa-file-pen"
  -cssClass: ""
  -permission: "ROLE_CONTRACTOR_TECH"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "Ksn135\CompanyBundle\Entity\ContractorFileType"
    "entityId" => null
  ]
  -linkUrl: "https://test.vodorodfilm.com/?crudAction=index&crudControllerFqcn=App%5CController%5CContractorFileTypeCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
attribute ROLE_CONTRACTOR_TECH ACCESS GRANTED
Show voter details
96 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4180
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#4590 …}
  -icon: "fa fa-file-pen"
  -cssClass: ""
  -permission: "ROLE_CONTRACTOR_TECH"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "Ksn135\CompanyBundle\Entity\ContractorFileType"
    "entityId" => null
  ]
  -linkUrl: "https://test.vodorodfilm.com/?crudAction=index&crudControllerFqcn=App%5CController%5CContractorFileTypeCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
attribute EA_VIEW_MENU_ITEM ACCESS GRANTED
Show voter details
97 GRANTED ROLE_PROJECT_TECH
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4178
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#4610 …}
  -icon: null
  -cssClass: ""
  -permission: "ROLE_PROJECT_TECH"
  -routeName: null
  -routeParameters: null
  -linkUrl: "#"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
attribute ROLE_PROJECT_TECH ACCESS GRANTED
Show voter details
98 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4178
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#4610 …}
  -icon: null
  -cssClass: ""
  -permission: "ROLE_PROJECT_TECH"
  -routeName: null
  -routeParameters: null
  -linkUrl: "#"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
attribute EA_VIEW_MENU_ITEM ACCESS GRANTED
Show voter details
99 GRANTED ROLE_PROJECT_TECH
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4174
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#4600 …}
  -icon: "fa fa-school-flag"
  -cssClass: ""
  -permission: "ROLE_PROJECT_TECH"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "Ksn135\CompanyBundle\Entity\FundingAgency"
    "entityId" => null
  ]
  -linkUrl: "https://test.vodorodfilm.com/?crudAction=index&crudControllerFqcn=App%5CController%5CFundingAgencyCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
attribute ROLE_PROJECT_TECH ACCESS GRANTED
Show voter details
100 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4174
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#4600 …}
  -icon: "fa fa-school-flag"
  -cssClass: ""
  -permission: "ROLE_PROJECT_TECH"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "Ksn135\CompanyBundle\Entity\FundingAgency"
    "entityId" => null
  ]
  -linkUrl: "https://test.vodorodfilm.com/?crudAction=index&crudControllerFqcn=App%5CController%5CFundingAgencyCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
attribute EA_VIEW_MENU_ITEM ACCESS GRANTED
Show voter details
101 GRANTED ROLE_PROJECT_TECH
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4172
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#4629 …}
  -icon: "fa fa-stairs"
  -cssClass: ""
  -permission: "ROLE_PROJECT_TECH"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "Ksn135\CompanyBundle\Entity\ProductionStage"
    "entityId" => null
  ]
  -linkUrl: "https://test.vodorodfilm.com/?crudAction=index&crudControllerFqcn=App%5CController%5CProductionStageCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
attribute ROLE_PROJECT_TECH ACCESS GRANTED
Show voter details
102 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4172
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#4629 …}
  -icon: "fa fa-stairs"
  -cssClass: ""
  -permission: "ROLE_PROJECT_TECH"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "Ksn135\CompanyBundle\Entity\ProductionStage"
    "entityId" => null
  ]
  -linkUrl: "https://test.vodorodfilm.com/?crudAction=index&crudControllerFqcn=App%5CController%5CProductionStageCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
attribute EA_VIEW_MENU_ITEM ACCESS GRANTED
Show voter details
103 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4168
  -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"
attribute EA_VIEW_MENU_ITEM ACCESS GRANTED
Show voter details
104 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4201
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#4620 …}
  -icon: null
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: null
  -linkUrl: "#"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
attribute EA_VIEW_MENU_ITEM ACCESS GRANTED
Show voter details
105 DENIED IS_IMPERSONATOR
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
attribute IS_IMPERSONATOR ACCESS DENIED
Show voter details