Security Token

e.topilina@fim.ltd Username
Authenticated
Property Value
Roles
[
  "ROLE_USER"
  "ROLE_ADMIN"
  "ROLE_OZON_CLIENT_VIEW"
  "ROLE_OZON_CLIENT_EDIT"
  "ROLE_OZON_PRODUCT_EDIT"
  "ROLE_OZON_PRODUCT_VIEW"
  "ROLE_OZON_ORDER_VIEW"
  "ROLE_OZON_ORDER_EDIT"
  "ROLE_OZON_WAREHOUSE_VIEW"
  "ROLE_OZON_WAREHOUSE_EDIT"
]
Inherited Roles none
Token
Symfony\Component\Security\Guard\Token\PostAuthenticationGuardToken {#1643
  -providerKey: "admin"
  -user: App\Entity\AdminUser {#56 …}
  -roles: [
    Symfony\Component\Security\Core\Role\Role {#1531
      -role: "ROLE_USER"
    }
    Symfony\Component\Security\Core\Role\Role {#1532
      -role: "ROLE_ADMIN"
    }
    Symfony\Component\Security\Core\Role\Role {#1527
      -role: "ROLE_OZON_CLIENT_VIEW"
    }
    Symfony\Component\Security\Core\Role\Role {#1565
      -role: "ROLE_OZON_CLIENT_EDIT"
    }
    Symfony\Component\Security\Core\Role\Role {#1601
      -role: "ROLE_OZON_PRODUCT_EDIT"
    }
    Symfony\Component\Security\Core\Role\Role {#1615
      -role: "ROLE_OZON_PRODUCT_VIEW"
    }
    Symfony\Component\Security\Core\Role\Role {#1567
      -role: "ROLE_OZON_ORDER_VIEW"
    }
    Symfony\Component\Security\Core\Role\Role {#1462
      -role: "ROLE_OZON_ORDER_EDIT"
    }
    Symfony\Component\Security\Core\Role\Role {#1529
      -role: "ROLE_OZON_WAREHOUSE_VIEW"
    }
    Symfony\Component\Security\Core\Role\Role {#1639
      -role: "ROLE_OZON_WAREHOUSE_EDIT"
    }
  ]
  -roleNames: [
    "ROLE_USER"
    "ROLE_ADMIN"
    "ROLE_OZON_CLIENT_VIEW"
    "ROLE_OZON_CLIENT_EDIT"
    "ROLE_OZON_PRODUCT_EDIT"
    "ROLE_OZON_PRODUCT_VIEW"
    "ROLE_OZON_ORDER_VIEW"
    "ROLE_OZON_ORDER_EDIT"
    "ROLE_OZON_WAREHOUSE_VIEW"
    "ROLE_OZON_WAREHOUSE_EDIT"
  ]
  -authenticated: true
  -attributes: []
}

Security Firewall

admin Name
Security enabled
Stateless
Allows anonymous

Configuration

Key Value
provider App\Security\Admin\AdminUserProvider
context admin
entry_point security.authentication.form_entry_point.admin
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
listeners
[
  "guard"
  "form_login"
  "anonymous"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#1535
  -map: Symfony\Component\Security\Http\AccessMap {#1851 …}
  -authenticationEntryPoint: Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint {#1640 …}
  -logger: Symfony\Bridge\Monolog\Logger {#1807 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#1544
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#1211 …}
  -sessionKey: "_security_admin"
  -logger: Symfony\Bridge\Monolog\Logger {#1807 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#1603 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1402 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#903 …}
  -rememberMeServices: null
  -sessionTrackerEnabler: [
    Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1212 …}
    "enableUsageTracking"
  ]
}
15.77 ms (none)
Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener {#1592
  -guardHandler: Symfony\Component\Security\Guard\GuardAuthenticatorHandler {#1537 …}
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#1205 …}
  -providerKey: "admin"
  -guardAuthenticators: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#159 …}
  -logger: Symfony\Bridge\Monolog\Logger {#1807 …}
  -rememberMeServices: null
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener {#61
  -csrfTokenManager: null
  #options: [
    "check_path" => "admin_login"
    "login_path" => "/login"
    "always_use_default_target_path" => false
    "default_target_path" => "/"
    "target_path_parameter" => "_target_path"
    "use_referer" => false
    "failure_path" => null
    "failure_forward" => false
    "require_previous_session" => false
    "username_parameter" => "_username"
    "password_parameter" => "_password"
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "authenticate"
    "post_only" => true
    "use_forward" => false
  ]
  #logger: Symfony\Bridge\Monolog\Logger {#1807 …}
  #authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#1205 …}
  #providerKey: "admin"
  #httpUtils: Symfony\Component\Security\Http\HttpUtils {#1854 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1212 …}
  -sessionStrategy: Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy {#1641 …}
  -dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1402 …}
  -successHandler: Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler {#53 …}
  -failureHandler: Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler {#1551 …}
  -rememberMeServices: null
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener {#54
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#1211 …}
  -secret: "LJkxNod"
  -authenticationManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#1205 …}
  -logger: Symfony\Bridge\Monolog\Logger {#1807 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#1816
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1212 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "admin_logout"
  ]
  -handlers: [
    Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler {#1862
      -csrfTokenStorage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1185 …}
    }
    Symfony\Component\Security\Http\Logout\SessionLogoutHandler {#1845}
  ]
  -successHandler: Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler {#1818 …}
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#1854 …}
  -csrfTokenManager: null
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#62
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1212 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#1202 …}
  -map: Symfony\Component\Security\Http\AccessMap {#1851 …}
  -authManager: Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager {#1205 …}
}
0.22 ms (none)

Security Voters (4)

affirmative 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
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"

Access decision log

# Result Attributes Object
1 GRANTED ROLE_USER
Symfony\Component\HttpFoundation\Request {#15
  +attributes: Symfony\Component\HttpFoundation\ParameterBag {#18 …}
  +request: Symfony\Component\HttpFoundation\ParameterBag {#16 …}
  +query: Symfony\Component\HttpFoundation\InputBag {#17 …}
  +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: [
    "text/html"
    "application/xhtml+xml"
    "image/avif"
    "image/webp"
    "image/apng"
    "application/xml"
    "*/*"
    "application/signed-exchange"
  ]
  #pathInfo: "/"
  #requestUri: "/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5COzon%5COzonProductCrudController&menuIndex=0&submenuIndex=4&page=1&signature=T8Swx-uA67OuIXZbrt_xxKlW43Eny2J0qWE3OCFGaeY&query=%D0%A1%D0%9F-00059468"
  #baseUrl: ""
  #basePath: ""
  #method: "GET"
  #format: null
  #session: Symfony\Component\HttpFoundation\Session\Session {#1184 …}
  #locale: null
  #defaultLocale: "ru"
  -preferredFormat: null
  -isHostValid: true
  -isForwardedValid: true
  -isSafeContentPreferred: null
  format: "html"
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
2 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#2020
  -isAccessible: true
  -fqcn: "App\Entity\OzonProduct"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#131 …}
  -instance: null
  -primaryKeyName: "id"
  -primaryKeyValue: null
  -permission: null
  -fields: null
  -actions: null
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
3 GRANTED EA_EXECUTE_ACTION
[
  "action" => "index"
  "entity" => null
]
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
4 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#2592
  -isAccessible: true
  -fqcn: "App\Entity\OzonProduct"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#131 …}
  -instance: App\Entity\OzonProduct {#2453 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 188571
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#3319 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#3751 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
5 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3272
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\AssociationField"
  -propertyName: "client"
  -value: Proxies\__CG__\App\Entity\OzonClient {#2455 …}
  -formattedValue: "AQUATON (885084)"
  -formatValueCallable: null
  -label: "Площадка"
  -formType: "Symfony\Bridge\Doctrine\Form\Type\EntityType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3257 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: "left"
  -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"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#3261 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3250 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3192 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3268 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3239 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
6 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#3394
  -isAccessible: true
  -fqcn: "App\Entity\OzonClient"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#2364 …}
  -instance: Proxies\__CG__\App\Entity\OzonClient {#2455 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 46
  -permission: null
  -fields: null
  -actions: null
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
7 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3235
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IntegerField"
  -propertyName: "srcProductId"
  -value: 873746907
  -formattedValue: 873746907
  -formatValueCallable: null
  -label: "ID товара"
  -formType: "Symfony\Component\Form\Extension\Core\Type\IntegerType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3217 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-integer"
  -columns: null
  -defaultColumns: "col-md-4 col-xxl-3"
  -translationParameters: []
  -templateName: "crud/field/integer"
  -templatePath: "@EasyAdmin/crud/field/integer.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#3224 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3213 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3685 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3228 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3202 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
8 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3195
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "offerId"
  -value: "СП-00059468"
  -formattedValue: "СП-00059468"
  -formatValueCallable: null
  -label: "Артикул"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3180 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#3184 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3173 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3206 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3191 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3316 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
9 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3170
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "name"
  -value: "Шкаф колонна AQUATON Форест 400 1A278603FR9C0 дуб рошелье/сумеречный голубой"
  -formattedValue: "Шкаф колонна AQUATON Форест 400 1A278603FR9C0 дуб рошелье/сумеречный голубой"
  -formatValueCallable: null
  -label: "Название"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3309 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#3308 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3313 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3163 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3314 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3311 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
10 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3303
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\BooleanField"
  -propertyName: "isKgt"
  -value: false
  -formattedValue: false
  -formatValueCallable: null
  -label: "КГТ"
  -formType: "Symfony\Component\Form\Extension\Core\Type\CheckboxType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3304 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-boolean has-switch"
  -columns: null
  -defaultColumns: ""
  -translationParameters: []
  -templateName: "crud/field/boolean"
  -templatePath: "@EasyAdmin/crud/field/boolean.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#3306 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3297 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3310 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3307 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3302 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
11 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3299
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\Field"
  -propertyName: "priceRub"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: "Цена"
  -formType: null
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3296 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: ""
  -columns: null
  -defaultColumns: ""
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#3292 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3295 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3298 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3300 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3286 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
12 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3287
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\BooleanField"
  -propertyName: "hidePrice"
  -value: true
  -formattedValue: true
  -formatValueCallable: null
  -label: "Не передавать цену"
  -formType: "Symfony\Component\Form\Extension\Core\Type\CheckboxType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3289 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-boolean has-switch"
  -columns: null
  -defaultColumns: ""
  -translationParameters: []
  -templateName: "crud/field/boolean"
  -templatePath: "@EasyAdmin/crud/field/boolean.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#3288 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3281 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3293 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3291 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3284 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
13 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3282
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextareaField"
  -propertyName: "stateStr"
  -value: ""
  -formattedValue: ""
  -formatValueCallable: null
  -label: "Статус"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextareaType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3280 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-textarea"
  -columns: null
  -defaultColumns: "col-md-9 col-xxl-7"
  -translationParameters: []
  -templateName: "crud/field/textarea"
  -templatePath: "@EasyAdmin/crud/field/textarea.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#3276 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3277 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3285 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3275 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3270 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
14 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3274
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IntegerField"
  -propertyName: "stock"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: "Остатки"
  -formType: "Symfony\Component\Form\Extension\Core\Type\IntegerType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3264 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-integer"
  -columns: null
  -defaultColumns: "col-md-4 col-xxl-3"
  -translationParameters: []
  -templateName: "crud/field/integer"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#3271 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3265 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3278 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3273 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3266 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
15 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3212
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\BooleanField"
  -propertyName: "hideStock"
  -value: false
  -formattedValue: false
  -formatValueCallable: null
  -label: "Скрыть остатки"
  -formType: "Symfony\Component\Form\Extension\Core\Type\CheckboxType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3207 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-boolean has-switch"
  -columns: null
  -defaultColumns: ""
  -translationParameters: []
  -templateName: "crud/field/boolean"
  -templatePath: "@EasyAdmin/crud/field/boolean.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#3208 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3199 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3269 …}
  -uniqueId: "01J91ECG8AE090TXGGH4XC1YJE"
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3254 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
16 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3204
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\BooleanField"
  -propertyName: "noMinStock"
  -value: false
  -formattedValue: false
  -formatValueCallable: null
  -label: "Остатки от 1"
  -formType: "Symfony\Component\Form\Extension\Core\Type\CheckboxType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3200 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-boolean has-switch"
  -columns: null
  -defaultColumns: ""
  -translationParameters: []
  -templateName: "crud/field/boolean"
  -templatePath: "@EasyAdmin/crud/field/boolean.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#3203 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3197 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3198 …}
  -uniqueId: "01J91ECG8AE090TXGGH4XC1YJF"
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3249 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
17 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3242
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateTimeField"
  -propertyName: "infoReadTm"
  -value: DateTime @1722462315 {#2543
    date: 2024-08-01 00:45:15.0 Europe/Moscow (+03:00)
  }
  -formattedValue: "1 авг. 2024 г., 00:45:15"
  -formatValueCallable: null
  -label: "Обновлено"
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateTimeType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3244 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: "left"
  -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"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#3247 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3245 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3193 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3243 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3241 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
18 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3240
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\BooleanField"
  -propertyName: "isVisible"
  -value: true
  -formattedValue: true
  -formatValueCallable: null
  -label: "Активно"
  -formType: "Symfony\Component\Form\Extension\Core\Type\CheckboxType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3232 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-boolean has-switch"
  -columns: null
  -defaultColumns: ""
  -translationParameters: []
  -templateName: "crud/field/boolean"
  -templatePath: "@EasyAdmin/crud/field/boolean.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#3231 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3236 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3498 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3238 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3234 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
19 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3226
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\BooleanField"
  -propertyName: "stockWriteUpdated"
  -value: false
  -formattedValue: false
  -formatValueCallable: null
  -label: "Остатки изменены"
  -formType: "Symfony\Component\Form\Extension\Core\Type\CheckboxType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3227 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-boolean has-switch"
  -columns: null
  -defaultColumns: ""
  -translationParameters: []
  -templateName: "crud/field/boolean"
  -templatePath: "@EasyAdmin/crud/field/boolean.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#3229 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3220 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3233 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3230 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3225 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
20 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#3222
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\BooleanField"
  -propertyName: "priceWriteUpdated"
  -value: false
  -formattedValue: false
  -formatValueCallable: null
  -label: "Цены изменены"
  -formType: "Symfony\Component\Form\Extension\Core\Type\CheckboxType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3219 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: "left"
  -help: null
  -cssClass: "field-boolean has-switch"
  -columns: null
  -defaultColumns: ""
  -translationParameters: []
  -templateName: "crud/field/boolean"
  -templatePath: "@EasyAdmin/crud/field/boolean.html.twig"
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#3215 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3218 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3221 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#3223 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#3209 …}
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
21 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#3738
    -type: "entity"
    -name: "detail"
    -label: "Показать"
    -icon: null
    -cssClass: "action-detail"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "detail"
    ]
    -linkUrl: "https://mp.giper.fm/?crudAction=detail&crudControllerFqcn=App%5CController%5CEasyAdmin%5COzon%5COzonProductCrudController&entityId=188571&menuIndex=0&referrer=https%3A%2F%2Fmp.giper.fm%2F%3FcrudAction%3Dindex%26crudControllerFqcn%3DApp%255CController%255CEasyAdmin%255COzon%255COzonProductCrudController%26menuIndex%3D0%26page%3D1%26query%3D%25D0%25A1%25D0%259F-00059468%26signature%3DT8Swx-uA67OuIXZbrt_xxKlW43Eny2J0qWE3OCFGaeY%26submenuIndex%3D4&signature=7gpJlX7zh2TlWlIBBSoR7CNJc25XVs2uNKxhJYw7pkA&submenuIndex=4"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "detail"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#2592
    -isAccessible: true
    -fqcn: "App\Entity\OzonProduct"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#131 …}
    -instance: App\Entity\OzonProduct {#2453 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 188571
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#3319 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#3751 …}
  }
]
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
22 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#3742
    -type: "entity"
    -name: "ozonProductReprice"
    -label: "Обновить цену"
    -icon: null
    -cssClass: "action-ozonProductReprice"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "ozonProductReprice"
    ]
    -linkUrl: "/ozon/product/188571/reprice"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: Closure(OzonProduct $ozonProduct): string {#117 …}
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#2592
    -isAccessible: true
    -fqcn: "App\Entity\OzonProduct"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#131 …}
    -instance: App\Entity\OzonProduct {#2453 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 188571
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#3319 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#3751 …}
  }
]
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
23 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#3743
    -type: "entity"
    -name: "edit"
    -label: "Редактировать"
    -icon: null
    -cssClass: "action-edit"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "https://mp.giper.fm/?crudAction=edit&crudControllerFqcn=App%5CController%5CEasyAdmin%5COzon%5COzonProductCrudController&entityId=188571&menuIndex=0&referrer=https%3A%2F%2Fmp.giper.fm%2F%3FcrudAction%3Dindex%26crudControllerFqcn%3DApp%255CController%255CEasyAdmin%255COzon%255COzonProductCrudController%26menuIndex%3D0%26page%3D1%26query%3D%25D0%25A1%25D0%259F-00059468%26signature%3DT8Swx-uA67OuIXZbrt_xxKlW43Eny2J0qWE3OCFGaeY%26submenuIndex%3D4&signature=CaQ9bOYQDXs5NT6dlvua1VodlMkEAU9XIZnJnJlGKoI&submenuIndex=4"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#2592
    -isAccessible: true
    -fqcn: "App\Entity\OzonProduct"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#131 …}
    -instance: App\Entity\OzonProduct {#2453 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 188571
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#3319 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#3751 …}
  }
]
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
24 DENIED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#3746
    -type: "entity"
    -name: "delete"
    -label: "__ea__action.delete"
    -icon: null
    -cssClass: "action-delete text-danger"
    -htmlElement: "a"
    -htmlAttributes: []
    -linkUrl: null
    -templatePath: null
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#2592
    -isAccessible: true
    -fqcn: "App\Entity\OzonProduct"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#131 …}
    -instance: App\Entity\OzonProduct {#2453 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 188571
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#3319 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#3751 …}
  }
]
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS DENIED
Show voter details
25 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#118
    -type: "global"
    -name: "exportHidePriceProducts"
    -label: "Выгрузить товары с откл. ценой"
    -icon: null
    -cssClass: "btn action-exportHidePriceProducts"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "exportHidePriceProducts"
    ]
    -linkUrl: "/ozon/products/hide-price/export"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: null
    -routeName: null
    -routeParameters: []
    -url: Closure(): string {#120 …}
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => null
]
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
26 DENIED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#99
    -type: "global"
    -name: "new"
    -label: "__ea__action.new"
    -icon: null
    -cssClass: "action-new btn btn-primary"
    -htmlElement: "a"
    -htmlAttributes: []
    -linkUrl: null
    -templatePath: null
    -crudActionName: "new"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => null
]
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS DENIED
Show voter details
27 DENIED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#94
    -type: "batch"
    -name: "batchDelete"
    -label: "__ea__action.delete"
    -icon: null
    -cssClass: "action-batchDelete btn btn-secondary pr-0 text-danger"
    -htmlElement: "a"
    -htmlAttributes: []
    -linkUrl: null
    -templatePath: null
    -crudActionName: "batchDelete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => null
]
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS DENIED
Show voter details
28 DENIED ROLE_PREVIOUS_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS ABSTAIN
Show voter details
29 DENIED EA_EXIT_IMPERSONATION
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS DENIED
Show voter details
30 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2634
  -type: "section"
  -index: 0
  -subIndex: -1
  -label: ""
  -icon: null
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: null
  -linkUrl: "#"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
31 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2626
  -type: "logout"
  -index: 1
  -subIndex: -1
  -label: "Выход"
  -icon: "fa-sign-out"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: null
  -linkUrl: "/logout"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
32 DENIED ROLE_PREVIOUS_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS ABSTAIN
Show voter details
33 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
34 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
35 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
36 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
37 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
38 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
39 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
40 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
41 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
42 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
43 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
44 GRANTED ROLE_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
45 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3929
  -type: "submenu"
  -index: 0
  -subIndex: -1
  -label: "Ozon"
  -icon: "fas fa-folder-open"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: null
  -linkUrl: ""
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: [
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3940
      -type: "crud"
      -index: 0
      -subIndex: 0
      -label: "Торговые площадки"
      -icon: ""
      -cssClass: ""
      -permission: "ROLE_OZON_CLIENT_VIEW"
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\OzonClient"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5COzon%5COzonClientCrudController&menuIndex=0&signature=bv12V8nkb06XY2-EQ-TewRTHbaxneYuxnIe1U0WfDuc&submenuIndex=0"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3942
      -type: "crud"
      -index: 0
      -subIndex: 1
      -label: "Заказы FBS"
      -icon: ""
      -cssClass: ""
      -permission: "ROLE_OZON_ORDER_VIEW"
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => "App\Controller\EasyAdmin\Ozon\OzonPostingFbsCrudController"
        "entityFqcn" => "App\Entity\OzonPosting"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5COzon%5COzonPostingFbsCrudController&entityFqcn=App%5CEntity%5COzonPosting&menuIndex=0&signature=aaun5VCeltIZ3HpUZ-Jrk4iyJvNQxhA3uVMwbrdYn1c&submenuIndex=1"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3944
      -type: "crud"
      -index: 0
      -subIndex: 2
      -label: "Склады Озон"
      -icon: ""
      -cssClass: ""
      -permission: "ROLE_OZON_WAREHOUSE_VIEW"
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\OzonWarehouse"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5COzon%5COzonWarehouseCrudController&menuIndex=0&signature=ockrexhSvLVlhZgDeEgPgt0TlCJPwkQRm4kQkgiG2jw&submenuIndex=2"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3946
      -type: "crud"
      -index: 0
      -subIndex: 3
      -label: "Категории"
      -icon: ""
      -cssClass: ""
      -permission: "ROLE_OZON_PRODUCT_VIEW"
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\OzonCategory"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5COzon%5COzonCategoryCrudController&menuIndex=0&signature=XsNwjr3UFxZDoAOqDDy3bxBa9X_zxPOREH0gknPDm_w&submenuIndex=3"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3948
      -type: "crud"
      -index: 0
      -subIndex: 4
      -label: "Товары"
      -icon: ""
      -cssClass: ""
      -permission: "ROLE_OZON_PRODUCT_VIEW"
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\OzonProduct"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5COzon%5COzonProductCrudController&menuIndex=0&signature=T8Swx-uA67OuIXZbrt_xxKlW43Eny2J0qWE3OCFGaeY&submenuIndex=4"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3950
      -type: "crud"
      -index: 0
      -subIndex: 5
      -label: "Остатки товара на складах"
      -icon: ""
      -cssClass: ""
      -permission: "ROLE_OZON_PRODUCT_VIEW"
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\OzonWarehouseProductStock"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5COzon%5COzonWarehouseProductStockCrudController&menuIndex=0&signature=bkpjyFscSgsc_uYCKQ9nAkZBGApu09QuFKpwibSXnA4&submenuIndex=5"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3952
      -type: "crud"
      -index: 0
      -subIndex: 6
      -label: "Заказы с Ошибками"
      -icon: ""
      -cssClass: ""
      -permission: "ROLE_OZON_ORDER_VIEW"
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => "App\Controller\EasyAdmin\Ozon\OzonPostingWithErrorCrudController"
        "entityFqcn" => "App\Entity\OzonPosting"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5COzon%5COzonPostingWithErrorCrudController&entityFqcn=App%5CEntity%5COzonPosting&menuIndex=0&signature=Hw-fUV1BPq3a1XmZeI30ynHwz1UF-CIcxw_yBflBlys&submenuIndex=6"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3954
      -type: "crud"
      -index: 0
      -subIndex: 7
      -label: "Настройки для 1C"
      -icon: ""
      -cssClass: ""
      -permission: "ROLE_ADMIN"
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\OzonClientTarget"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5COzon%5COzonClientTargetCrudController&menuIndex=0&signature=XfCTow-J2tC0wr8zy7Bfz2WXQeJy6tDcypUdQmq6S0I&submenuIndex=7"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3956
      -type: "crud"
      -index: 0
      -subIndex: 8
      -label: "Настройки возвратов"
      -icon: ""
      -cssClass: ""
      -permission: "ROLE_OZON_ORDER_VIEW"
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => "App\Controller\EasyAdmin\Ozon\OzonPostingReturnSettingsCrudController"
        "entityFqcn" => "App\Entity\OzonReturnSetting"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5COzon%5COzonPostingReturnSettingsCrudController&entityFqcn=App%5CEntity%5COzonReturnSetting&menuIndex=0&signature=nW7BNNFFFwnt7hrHUHgglDU7J4ApfjKbOb2KfD8yR6M&submenuIndex=8"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3958
      -type: "route"
      -index: 0
      -subIndex: 9
      -label: "Акции"
      -icon: ""
      -cssClass: ""
      -permission: "ROLE_OZON_PRODUCT_EDIT"
      -routeName: "ozon_promo_clients"
      -routeParameters: []
      -linkUrl: "https://mp.giper.fm/?menuIndex=0&routeName=ozon_promo_clients&signature=MmGT5NHWm7DIndKBT3HPBmXTJJTcYsF7v-NLG1VBIU0&submenuIndex=9"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3960
      -type: "crud"
      -index: 0
      -subIndex: 10
      -label: "Резервы"
      -icon: ""
      -cssClass: ""
      -permission: "ROLE_OZON_PRODUCT_EDIT"
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => "App\Controller\EasyAdmin\Ozon\OzonReservedStockCrudController"
        "entityFqcn" => "App\Entity\OzonReservedStock"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5COzon%5COzonReservedStockCrudController&entityFqcn=App%5CEntity%5COzonReservedStock&menuIndex=0&signature=7-i9HiR5LiDqwryTfe_YX8wHQuFHuqQVI3lqDiOyQCo&submenuIndex=10"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3962
      -type: "route"
      -index: 0
      -subIndex: 11
      -label: "Управление ценой"
      -icon: ""
      -cssClass: ""
      -permission: "ROLE_OZON_PRODUCT_EDIT"
      -routeName: "ozon_client_prices"
      -routeParameters: []
      -linkUrl: "https://mp.giper.fm/?menuIndex=0&routeName=ozon_client_prices&signature=f3TQxSpCFI8hJGdX1qyoI5v4fYfumKvepNqZzxT31FI&submenuIndex=11"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
  ]
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
46 GRANTED ROLE_OZON_CLIENT_VIEW
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3940
  -type: "crud"
  -index: 0
  -subIndex: 0
  -label: "Торговые площадки"
  -icon: ""
  -cssClass: ""
  -permission: "ROLE_OZON_CLIENT_VIEW"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\OzonClient"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5COzon%5COzonClientCrudController&menuIndex=0&signature=bv12V8nkb06XY2-EQ-TewRTHbaxneYuxnIe1U0WfDuc&submenuIndex=0"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
47 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3940
  -type: "crud"
  -index: 0
  -subIndex: 0
  -label: "Торговые площадки"
  -icon: ""
  -cssClass: ""
  -permission: "ROLE_OZON_CLIENT_VIEW"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\OzonClient"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5COzon%5COzonClientCrudController&menuIndex=0&signature=bv12V8nkb06XY2-EQ-TewRTHbaxneYuxnIe1U0WfDuc&submenuIndex=0"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
48 GRANTED ROLE_OZON_ORDER_VIEW
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3942
  -type: "crud"
  -index: 0
  -subIndex: 1
  -label: "Заказы FBS"
  -icon: ""
  -cssClass: ""
  -permission: "ROLE_OZON_ORDER_VIEW"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Controller\EasyAdmin\Ozon\OzonPostingFbsCrudController"
    "entityFqcn" => "App\Entity\OzonPosting"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5COzon%5COzonPostingFbsCrudController&entityFqcn=App%5CEntity%5COzonPosting&menuIndex=0&signature=aaun5VCeltIZ3HpUZ-Jrk4iyJvNQxhA3uVMwbrdYn1c&submenuIndex=1"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
49 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3942
  -type: "crud"
  -index: 0
  -subIndex: 1
  -label: "Заказы FBS"
  -icon: ""
  -cssClass: ""
  -permission: "ROLE_OZON_ORDER_VIEW"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Controller\EasyAdmin\Ozon\OzonPostingFbsCrudController"
    "entityFqcn" => "App\Entity\OzonPosting"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5COzon%5COzonPostingFbsCrudController&entityFqcn=App%5CEntity%5COzonPosting&menuIndex=0&signature=aaun5VCeltIZ3HpUZ-Jrk4iyJvNQxhA3uVMwbrdYn1c&submenuIndex=1"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
50 GRANTED ROLE_OZON_WAREHOUSE_VIEW
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3944
  -type: "crud"
  -index: 0
  -subIndex: 2
  -label: "Склады Озон"
  -icon: ""
  -cssClass: ""
  -permission: "ROLE_OZON_WAREHOUSE_VIEW"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\OzonWarehouse"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5COzon%5COzonWarehouseCrudController&menuIndex=0&signature=ockrexhSvLVlhZgDeEgPgt0TlCJPwkQRm4kQkgiG2jw&submenuIndex=2"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
51 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3944
  -type: "crud"
  -index: 0
  -subIndex: 2
  -label: "Склады Озон"
  -icon: ""
  -cssClass: ""
  -permission: "ROLE_OZON_WAREHOUSE_VIEW"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\OzonWarehouse"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5COzon%5COzonWarehouseCrudController&menuIndex=0&signature=ockrexhSvLVlhZgDeEgPgt0TlCJPwkQRm4kQkgiG2jw&submenuIndex=2"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
52 GRANTED ROLE_OZON_PRODUCT_VIEW
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3946
  -type: "crud"
  -index: 0
  -subIndex: 3
  -label: "Категории"
  -icon: ""
  -cssClass: ""
  -permission: "ROLE_OZON_PRODUCT_VIEW"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\OzonCategory"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5COzon%5COzonCategoryCrudController&menuIndex=0&signature=XsNwjr3UFxZDoAOqDDy3bxBa9X_zxPOREH0gknPDm_w&submenuIndex=3"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
53 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3946
  -type: "crud"
  -index: 0
  -subIndex: 3
  -label: "Категории"
  -icon: ""
  -cssClass: ""
  -permission: "ROLE_OZON_PRODUCT_VIEW"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\OzonCategory"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5COzon%5COzonCategoryCrudController&menuIndex=0&signature=XsNwjr3UFxZDoAOqDDy3bxBa9X_zxPOREH0gknPDm_w&submenuIndex=3"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
54 GRANTED ROLE_OZON_PRODUCT_VIEW
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3948
  -type: "crud"
  -index: 0
  -subIndex: 4
  -label: "Товары"
  -icon: ""
  -cssClass: ""
  -permission: "ROLE_OZON_PRODUCT_VIEW"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\OzonProduct"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5COzon%5COzonProductCrudController&menuIndex=0&signature=T8Swx-uA67OuIXZbrt_xxKlW43Eny2J0qWE3OCFGaeY&submenuIndex=4"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
55 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3948
  -type: "crud"
  -index: 0
  -subIndex: 4
  -label: "Товары"
  -icon: ""
  -cssClass: ""
  -permission: "ROLE_OZON_PRODUCT_VIEW"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\OzonProduct"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5COzon%5COzonProductCrudController&menuIndex=0&signature=T8Swx-uA67OuIXZbrt_xxKlW43Eny2J0qWE3OCFGaeY&submenuIndex=4"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
56 GRANTED ROLE_OZON_PRODUCT_VIEW
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3950
  -type: "crud"
  -index: 0
  -subIndex: 5
  -label: "Остатки товара на складах"
  -icon: ""
  -cssClass: ""
  -permission: "ROLE_OZON_PRODUCT_VIEW"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\OzonWarehouseProductStock"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5COzon%5COzonWarehouseProductStockCrudController&menuIndex=0&signature=bkpjyFscSgsc_uYCKQ9nAkZBGApu09QuFKpwibSXnA4&submenuIndex=5"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
57 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3950
  -type: "crud"
  -index: 0
  -subIndex: 5
  -label: "Остатки товара на складах"
  -icon: ""
  -cssClass: ""
  -permission: "ROLE_OZON_PRODUCT_VIEW"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\OzonWarehouseProductStock"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5COzon%5COzonWarehouseProductStockCrudController&menuIndex=0&signature=bkpjyFscSgsc_uYCKQ9nAkZBGApu09QuFKpwibSXnA4&submenuIndex=5"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
58 GRANTED ROLE_OZON_ORDER_VIEW
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3952
  -type: "crud"
  -index: 0
  -subIndex: 6
  -label: "Заказы с Ошибками"
  -icon: ""
  -cssClass: ""
  -permission: "ROLE_OZON_ORDER_VIEW"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Controller\EasyAdmin\Ozon\OzonPostingWithErrorCrudController"
    "entityFqcn" => "App\Entity\OzonPosting"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5COzon%5COzonPostingWithErrorCrudController&entityFqcn=App%5CEntity%5COzonPosting&menuIndex=0&signature=Hw-fUV1BPq3a1XmZeI30ynHwz1UF-CIcxw_yBflBlys&submenuIndex=6"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
59 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3952
  -type: "crud"
  -index: 0
  -subIndex: 6
  -label: "Заказы с Ошибками"
  -icon: ""
  -cssClass: ""
  -permission: "ROLE_OZON_ORDER_VIEW"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Controller\EasyAdmin\Ozon\OzonPostingWithErrorCrudController"
    "entityFqcn" => "App\Entity\OzonPosting"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5COzon%5COzonPostingWithErrorCrudController&entityFqcn=App%5CEntity%5COzonPosting&menuIndex=0&signature=Hw-fUV1BPq3a1XmZeI30ynHwz1UF-CIcxw_yBflBlys&submenuIndex=6"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
60 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3954
  -type: "crud"
  -index: 0
  -subIndex: 7
  -label: "Настройки для 1C"
  -icon: ""
  -cssClass: ""
  -permission: "ROLE_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\OzonClientTarget"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5COzon%5COzonClientTargetCrudController&menuIndex=0&signature=XfCTow-J2tC0wr8zy7Bfz2WXQeJy6tDcypUdQmq6S0I&submenuIndex=7"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
61 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3954
  -type: "crud"
  -index: 0
  -subIndex: 7
  -label: "Настройки для 1C"
  -icon: ""
  -cssClass: ""
  -permission: "ROLE_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\OzonClientTarget"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5COzon%5COzonClientTargetCrudController&menuIndex=0&signature=XfCTow-J2tC0wr8zy7Bfz2WXQeJy6tDcypUdQmq6S0I&submenuIndex=7"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
62 GRANTED ROLE_OZON_ORDER_VIEW
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3956
  -type: "crud"
  -index: 0
  -subIndex: 8
  -label: "Настройки возвратов"
  -icon: ""
  -cssClass: ""
  -permission: "ROLE_OZON_ORDER_VIEW"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Controller\EasyAdmin\Ozon\OzonPostingReturnSettingsCrudController"
    "entityFqcn" => "App\Entity\OzonReturnSetting"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5COzon%5COzonPostingReturnSettingsCrudController&entityFqcn=App%5CEntity%5COzonReturnSetting&menuIndex=0&signature=nW7BNNFFFwnt7hrHUHgglDU7J4ApfjKbOb2KfD8yR6M&submenuIndex=8"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
63 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3956
  -type: "crud"
  -index: 0
  -subIndex: 8
  -label: "Настройки возвратов"
  -icon: ""
  -cssClass: ""
  -permission: "ROLE_OZON_ORDER_VIEW"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Controller\EasyAdmin\Ozon\OzonPostingReturnSettingsCrudController"
    "entityFqcn" => "App\Entity\OzonReturnSetting"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5COzon%5COzonPostingReturnSettingsCrudController&entityFqcn=App%5CEntity%5COzonReturnSetting&menuIndex=0&signature=nW7BNNFFFwnt7hrHUHgglDU7J4ApfjKbOb2KfD8yR6M&submenuIndex=8"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
64 GRANTED ROLE_OZON_PRODUCT_EDIT
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3958
  -type: "route"
  -index: 0
  -subIndex: 9
  -label: "Акции"
  -icon: ""
  -cssClass: ""
  -permission: "ROLE_OZON_PRODUCT_EDIT"
  -routeName: "ozon_promo_clients"
  -routeParameters: []
  -linkUrl: "https://mp.giper.fm/?menuIndex=0&routeName=ozon_promo_clients&signature=MmGT5NHWm7DIndKBT3HPBmXTJJTcYsF7v-NLG1VBIU0&submenuIndex=9"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
65 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3958
  -type: "route"
  -index: 0
  -subIndex: 9
  -label: "Акции"
  -icon: ""
  -cssClass: ""
  -permission: "ROLE_OZON_PRODUCT_EDIT"
  -routeName: "ozon_promo_clients"
  -routeParameters: []
  -linkUrl: "https://mp.giper.fm/?menuIndex=0&routeName=ozon_promo_clients&signature=MmGT5NHWm7DIndKBT3HPBmXTJJTcYsF7v-NLG1VBIU0&submenuIndex=9"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
66 GRANTED ROLE_OZON_PRODUCT_EDIT
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3960
  -type: "crud"
  -index: 0
  -subIndex: 10
  -label: "Резервы"
  -icon: ""
  -cssClass: ""
  -permission: "ROLE_OZON_PRODUCT_EDIT"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Controller\EasyAdmin\Ozon\OzonReservedStockCrudController"
    "entityFqcn" => "App\Entity\OzonReservedStock"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5COzon%5COzonReservedStockCrudController&entityFqcn=App%5CEntity%5COzonReservedStock&menuIndex=0&signature=7-i9HiR5LiDqwryTfe_YX8wHQuFHuqQVI3lqDiOyQCo&submenuIndex=10"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
67 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3960
  -type: "crud"
  -index: 0
  -subIndex: 10
  -label: "Резервы"
  -icon: ""
  -cssClass: ""
  -permission: "ROLE_OZON_PRODUCT_EDIT"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Controller\EasyAdmin\Ozon\OzonReservedStockCrudController"
    "entityFqcn" => "App\Entity\OzonReservedStock"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5COzon%5COzonReservedStockCrudController&entityFqcn=App%5CEntity%5COzonReservedStock&menuIndex=0&signature=7-i9HiR5LiDqwryTfe_YX8wHQuFHuqQVI3lqDiOyQCo&submenuIndex=10"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
68 GRANTED ROLE_OZON_PRODUCT_EDIT
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3962
  -type: "route"
  -index: 0
  -subIndex: 11
  -label: "Управление ценой"
  -icon: ""
  -cssClass: ""
  -permission: "ROLE_OZON_PRODUCT_EDIT"
  -routeName: "ozon_client_prices"
  -routeParameters: []
  -linkUrl: "https://mp.giper.fm/?menuIndex=0&routeName=ozon_client_prices&signature=f3TQxSpCFI8hJGdX1qyoI5v4fYfumKvepNqZzxT31FI&submenuIndex=11"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
69 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3962
  -type: "route"
  -index: 0
  -subIndex: 11
  -label: "Управление ценой"
  -icon: ""
  -cssClass: ""
  -permission: "ROLE_OZON_PRODUCT_EDIT"
  -routeName: "ozon_client_prices"
  -routeParameters: []
  -linkUrl: "https://mp.giper.fm/?menuIndex=0&routeName=ozon_client_prices&signature=f3TQxSpCFI8hJGdX1qyoI5v4fYfumKvepNqZzxT31FI&submenuIndex=11"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
70 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3963
  -type: "submenu"
  -index: 1
  -subIndex: -1
  -label: "Wildberries"
  -icon: "fas fa-folder-open"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: null
  -linkUrl: ""
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: [
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3974
      -type: "crud"
      -index: 1
      -subIndex: 0
      -label: "Торговые площадки"
      -icon: ""
      -cssClass: ""
      -permission: "ROLE_ADMIN"
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\WildberriesClient"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CWildberries%5CWildberriesClientCrudController&menuIndex=1&signature=EDoZvkJUlGZfUc5OM1HOx_2QbNisyFon00qzz4wG020&submenuIndex=0"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3976
      -type: "crud"
      -index: 1
      -subIndex: 1
      -label: "Заказы"
      -icon: ""
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => "App\Controller\EasyAdmin\Wildberries\WildberriesOrderCrudController"
        "entityFqcn" => "App\Entity\WBOrder"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CWildberries%5CWildberriesOrderCrudController&entityFqcn=App%5CEntity%5CWBOrder&menuIndex=1&signature=U8_yTTHV79gETaRCPDtXw5wSCakM-Z8_4X_R7XsbCWw&submenuIndex=1"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3978
      -type: "crud"
      -index: 1
      -subIndex: 2
      -label: "Заказы с ошибками"
      -icon: ""
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => "App\Controller\EasyAdmin\Wildberries\WildberriesOrderWithErrorCrudController"
        "entityFqcn" => "App\Entity\WBOrder"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CWildberries%5CWildberriesOrderWithErrorCrudController&entityFqcn=App%5CEntity%5CWBOrder&menuIndex=1&signature=rpEsdERyEVeYcTSgGpz7lqNvaMMe5-gXBlGMDjo87cM&submenuIndex=2"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3980
      -type: "crud"
      -index: 1
      -subIndex: 3
      -label: "Товары"
      -icon: ""
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => "App\Controller\EasyAdmin\Wildberries\WildberriesProductCrudController"
        "entityFqcn" => "App\Entity\WildberriesProduct"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CWildberries%5CWildberriesProductCrudController&entityFqcn=App%5CEntity%5CWildberriesProduct&menuIndex=1&signature=DuHeYDEfjNO3RyV7-VTM4NHGHDWmM9JkpY-Cr0Whc7o&submenuIndex=3"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3982
      -type: "crud"
      -index: 1
      -subIndex: 4
      -label: "Несопоставленные товары"
      -icon: ""
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => "App\Controller\EasyAdmin\Wildberries\WildberriesProductUnfindedCrudController"
        "entityFqcn" => "App\Entity\WildberriesProduct"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CWildberries%5CWildberriesProductUnfindedCrudController&entityFqcn=App%5CEntity%5CWildberriesProduct&menuIndex=1&signature=jXQIZGYp_WIp6nELfafCH1cyDvRAmYmePm6ZDbipXGM&submenuIndex=4"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3984
      -type: "crud"
      -index: 1
      -subIndex: 5
      -label: "Склады"
      -icon: ""
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\Wildberries\WildberriesWarehouse"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CWildberries%5CWildberriesWarehouseCrudController&menuIndex=1&signature=aip6zgaz-ilOwWlUv23zQtRZenKqyg2oDDbJjW1YvRI&submenuIndex=5"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3986
      -type: "crud"
      -index: 1
      -subIndex: 6
      -label: "Ошибки передачи информации о товарах"
      -icon: ""
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => "App\Controller\EasyAdmin\Wildberries\WildberriesProductApiErrorCrudController"
        "entityFqcn" => "App\Entity\WildberriesProduct"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CWildberries%5CWildberriesProductApiErrorCrudController&entityFqcn=App%5CEntity%5CWildberriesProduct&menuIndex=1&signature=eD8D-cLKMDC3zvctaA247C-NMj3ScFqPifGaXgMoVHI&submenuIndex=6"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3988
      -type: "crud"
      -index: 1
      -subIndex: 7
      -label: "Подпитка остатков ВБ"
      -icon: ""
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\WildberriesStockAdditional"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CWildberries%5CWildberriesStockAdditionalCrudController&menuIndex=1&signature=srU_4A5k0zP_BLWcdKoyUV-pXLp45kYxulgHNH4-Eqs&submenuIndex=7"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3990
      -type: "crud"
      -index: 1
      -subIndex: 8
      -label: "Настройки склада"
      -icon: ""
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\Wildberries\WildberriesWarehouseSettings"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CWildberries%5CWildberriesWarehouseSettingsCrudController&menuIndex=1&signature=vRurE3307-oJ7cu48YmP34so7pUA2H5AuD2x7WZuKKk&submenuIndex=8"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3992
      -type: "crud"
      -index: 1
      -subIndex: 9
      -label: "Настройки получения заказов"
      -icon: ""
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\Wildberries\WildberriesWarehousePostingSettings"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CWildberries%5CWildberriesWarehousePostingSettingsCrudController&menuIndex=1&signature=Ys9_dta7hhXAqta9Fn9tgnY8N6zuau5mdeHErzUjp6w&submenuIndex=9"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3994
      -type: "crud"
      -index: 1
      -subIndex: 10
      -label: "Остатки товара на складах"
      -icon: ""
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\Wildberries\WildberriesWarehouseProductStock"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CWildberries%5CWildberriesWarehouseProductStockCrudController&menuIndex=1&signature=7xcpJPXxhBGqYlP21PAWEv5nqcGqmG8h2yTF6pM5lD0&submenuIndex=10"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3996
      -type: "crud"
      -index: 1
      -subIndex: 11
      -label: "Торговые площадки FBO"
      -icon: ""
      -cssClass: ""
      -permission: "ROLE_ADMIN"
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\WildberriesClientFbo"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CWildberries%5CWildberriesClientFboCrudController&menuIndex=1&signature=phNGh1vCd3WQTjJTp41K2Q0P2Ctzyl1QcKAECKvdCOc&submenuIndex=11"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3998
      -type: "crud"
      -index: 1
      -subIndex: 12
      -label: "Настройки для 1C"
      -icon: ""
      -cssClass: ""
      -permission: "ROLE_ADMIN"
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\WildberriesClientTarget"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CWildberries%5CWildberriesClientTargetCrudController&menuIndex=1&signature=35fBlqqTbChxR-Us26s2MRlqdTkKPhOe6F6tagEBW4A&submenuIndex=12"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4000
      -type: "route"
      -index: 1
      -subIndex: 13
      -label: "Дополнительно"
      -icon: ""
      -cssClass: ""
      -permission: null
      -routeName: "wb_client_products_uploads"
      -routeParameters: []
      -linkUrl: "https://mp.giper.fm/?menuIndex=1&routeName=wb_client_products_uploads&signature=_L5J5vKJXj0pK_mCDAr4R7hAHrpNd2pPX3npbmMpTr4&submenuIndex=13"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
  ]
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
71 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3974
  -type: "crud"
  -index: 1
  -subIndex: 0
  -label: "Торговые площадки"
  -icon: ""
  -cssClass: ""
  -permission: "ROLE_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\WildberriesClient"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CWildberries%5CWildberriesClientCrudController&menuIndex=1&signature=EDoZvkJUlGZfUc5OM1HOx_2QbNisyFon00qzz4wG020&submenuIndex=0"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
72 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3974
  -type: "crud"
  -index: 1
  -subIndex: 0
  -label: "Торговые площадки"
  -icon: ""
  -cssClass: ""
  -permission: "ROLE_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\WildberriesClient"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CWildberries%5CWildberriesClientCrudController&menuIndex=1&signature=EDoZvkJUlGZfUc5OM1HOx_2QbNisyFon00qzz4wG020&submenuIndex=0"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
73 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3976
  -type: "crud"
  -index: 1
  -subIndex: 1
  -label: "Заказы"
  -icon: ""
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Controller\EasyAdmin\Wildberries\WildberriesOrderCrudController"
    "entityFqcn" => "App\Entity\WBOrder"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CWildberries%5CWildberriesOrderCrudController&entityFqcn=App%5CEntity%5CWBOrder&menuIndex=1&signature=U8_yTTHV79gETaRCPDtXw5wSCakM-Z8_4X_R7XsbCWw&submenuIndex=1"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
74 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3978
  -type: "crud"
  -index: 1
  -subIndex: 2
  -label: "Заказы с ошибками"
  -icon: ""
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Controller\EasyAdmin\Wildberries\WildberriesOrderWithErrorCrudController"
    "entityFqcn" => "App\Entity\WBOrder"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CWildberries%5CWildberriesOrderWithErrorCrudController&entityFqcn=App%5CEntity%5CWBOrder&menuIndex=1&signature=rpEsdERyEVeYcTSgGpz7lqNvaMMe5-gXBlGMDjo87cM&submenuIndex=2"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
75 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3980
  -type: "crud"
  -index: 1
  -subIndex: 3
  -label: "Товары"
  -icon: ""
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Controller\EasyAdmin\Wildberries\WildberriesProductCrudController"
    "entityFqcn" => "App\Entity\WildberriesProduct"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CWildberries%5CWildberriesProductCrudController&entityFqcn=App%5CEntity%5CWildberriesProduct&menuIndex=1&signature=DuHeYDEfjNO3RyV7-VTM4NHGHDWmM9JkpY-Cr0Whc7o&submenuIndex=3"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
76 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3982
  -type: "crud"
  -index: 1
  -subIndex: 4
  -label: "Несопоставленные товары"
  -icon: ""
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Controller\EasyAdmin\Wildberries\WildberriesProductUnfindedCrudController"
    "entityFqcn" => "App\Entity\WildberriesProduct"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CWildberries%5CWildberriesProductUnfindedCrudController&entityFqcn=App%5CEntity%5CWildberriesProduct&menuIndex=1&signature=jXQIZGYp_WIp6nELfafCH1cyDvRAmYmePm6ZDbipXGM&submenuIndex=4"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
77 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3984
  -type: "crud"
  -index: 1
  -subIndex: 5
  -label: "Склады"
  -icon: ""
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Wildberries\WildberriesWarehouse"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CWildberries%5CWildberriesWarehouseCrudController&menuIndex=1&signature=aip6zgaz-ilOwWlUv23zQtRZenKqyg2oDDbJjW1YvRI&submenuIndex=5"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
78 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3986
  -type: "crud"
  -index: 1
  -subIndex: 6
  -label: "Ошибки передачи информации о товарах"
  -icon: ""
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Controller\EasyAdmin\Wildberries\WildberriesProductApiErrorCrudController"
    "entityFqcn" => "App\Entity\WildberriesProduct"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CWildberries%5CWildberriesProductApiErrorCrudController&entityFqcn=App%5CEntity%5CWildberriesProduct&menuIndex=1&signature=eD8D-cLKMDC3zvctaA247C-NMj3ScFqPifGaXgMoVHI&submenuIndex=6"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
79 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3988
  -type: "crud"
  -index: 1
  -subIndex: 7
  -label: "Подпитка остатков ВБ"
  -icon: ""
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\WildberriesStockAdditional"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CWildberries%5CWildberriesStockAdditionalCrudController&menuIndex=1&signature=srU_4A5k0zP_BLWcdKoyUV-pXLp45kYxulgHNH4-Eqs&submenuIndex=7"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
80 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3990
  -type: "crud"
  -index: 1
  -subIndex: 8
  -label: "Настройки склада"
  -icon: ""
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Wildberries\WildberriesWarehouseSettings"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CWildberries%5CWildberriesWarehouseSettingsCrudController&menuIndex=1&signature=vRurE3307-oJ7cu48YmP34so7pUA2H5AuD2x7WZuKKk&submenuIndex=8"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
81 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3992
  -type: "crud"
  -index: 1
  -subIndex: 9
  -label: "Настройки получения заказов"
  -icon: ""
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Wildberries\WildberriesWarehousePostingSettings"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CWildberries%5CWildberriesWarehousePostingSettingsCrudController&menuIndex=1&signature=Ys9_dta7hhXAqta9Fn9tgnY8N6zuau5mdeHErzUjp6w&submenuIndex=9"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
82 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3994
  -type: "crud"
  -index: 1
  -subIndex: 10
  -label: "Остатки товара на складах"
  -icon: ""
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Wildberries\WildberriesWarehouseProductStock"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CWildberries%5CWildberriesWarehouseProductStockCrudController&menuIndex=1&signature=7xcpJPXxhBGqYlP21PAWEv5nqcGqmG8h2yTF6pM5lD0&submenuIndex=10"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
83 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3996
  -type: "crud"
  -index: 1
  -subIndex: 11
  -label: "Торговые площадки FBO"
  -icon: ""
  -cssClass: ""
  -permission: "ROLE_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\WildberriesClientFbo"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CWildberries%5CWildberriesClientFboCrudController&menuIndex=1&signature=phNGh1vCd3WQTjJTp41K2Q0P2Ctzyl1QcKAECKvdCOc&submenuIndex=11"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
84 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3996
  -type: "crud"
  -index: 1
  -subIndex: 11
  -label: "Торговые площадки FBO"
  -icon: ""
  -cssClass: ""
  -permission: "ROLE_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\WildberriesClientFbo"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CWildberries%5CWildberriesClientFboCrudController&menuIndex=1&signature=phNGh1vCd3WQTjJTp41K2Q0P2Ctzyl1QcKAECKvdCOc&submenuIndex=11"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
85 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3998
  -type: "crud"
  -index: 1
  -subIndex: 12
  -label: "Настройки для 1C"
  -icon: ""
  -cssClass: ""
  -permission: "ROLE_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\WildberriesClientTarget"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CWildberries%5CWildberriesClientTargetCrudController&menuIndex=1&signature=35fBlqqTbChxR-Us26s2MRlqdTkKPhOe6F6tagEBW4A&submenuIndex=12"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
86 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#3998
  -type: "crud"
  -index: 1
  -subIndex: 12
  -label: "Настройки для 1C"
  -icon: ""
  -cssClass: ""
  -permission: "ROLE_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\WildberriesClientTarget"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CWildberries%5CWildberriesClientTargetCrudController&menuIndex=1&signature=35fBlqqTbChxR-Us26s2MRlqdTkKPhOe6F6tagEBW4A&submenuIndex=12"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
87 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4000
  -type: "route"
  -index: 1
  -subIndex: 13
  -label: "Дополнительно"
  -icon: ""
  -cssClass: ""
  -permission: null
  -routeName: "wb_client_products_uploads"
  -routeParameters: []
  -linkUrl: "https://mp.giper.fm/?menuIndex=1&routeName=wb_client_products_uploads&signature=_L5J5vKJXj0pK_mCDAr4R7hAHrpNd2pPX3npbmMpTr4&submenuIndex=13"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
88 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4001
  -type: "submenu"
  -index: 2
  -subIndex: -1
  -label: "Мегамаркет"
  -icon: "fas fa-folder-open"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: null
  -linkUrl: ""
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: [
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4012
      -type: "crud"
      -index: 2
      -subIndex: 0
      -label: "Торговые площадки"
      -icon: ""
      -cssClass: ""
      -permission: "ROLE_ADMIN"
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\GoodsClient"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CMegamarket%5CGoodsClientCrudController&menuIndex=2&signature=Cn2k1u-6Au47FwVLp49g84pNwvzJSai24Zx_r-WVwWU&submenuIndex=0"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4014
      -type: "crud"
      -index: 2
      -subIndex: 1
      -label: "Заказы"
      -icon: ""
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => "App\Controller\EasyAdmin\Megamarket\GoodsOrderCrudController"
        "entityFqcn" => "App\Entity\GoodsOrder"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CMegamarket%5CGoodsOrderCrudController&entityFqcn=App%5CEntity%5CGoodsOrder&menuIndex=2&signature=Q9iridIqpbvzySkp256FqB951r5Ea9twZHGAxq4nhrQ&submenuIndex=1"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4016
      -type: "crud"
      -index: 2
      -subIndex: 2
      -label: "Заказы с ошибками"
      -icon: ""
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => "App\Controller\EasyAdmin\Megamarket\GoodsOrderWithErrorCrudController"
        "entityFqcn" => "App\Entity\GoodsOrder"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CMegamarket%5CGoodsOrderWithErrorCrudController&entityFqcn=App%5CEntity%5CGoodsOrder&menuIndex=2&signature=t5fFvMngawqWPANczUduYsZ3KMUjuLLhXhbmuSh0_9g&submenuIndex=2"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4018
      -type: "crud"
      -index: 2
      -subIndex: 3
      -label: "Товары"
      -icon: ""
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => "App\Controller\EasyAdmin\Megamarket\GoodsProductCrudController"
        "entityFqcn" => "App\Entity\GoodsProduct"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CMegamarket%5CGoodsProductCrudController&entityFqcn=App%5CEntity%5CGoodsProduct&menuIndex=2&signature=aFI65Kmpnnj6S_d7QQdYBJAoqWzDejibMB2jAmRYjMo&submenuIndex=3"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4020
      -type: "crud"
      -index: 2
      -subIndex: 4
      -label: "Карантин цен"
      -icon: ""
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => "App\Controller\EasyAdmin\Megamarket\MegamarketQuarantineCrudController"
        "entityFqcn" => "App\Entity\GoodsProduct"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CMegamarket%5CMegamarketQuarantineCrudController&entityFqcn=App%5CEntity%5CGoodsProduct&menuIndex=2&signature=-ScygA-GA41TBPJS01GAbgDgwbsYwp7VyJrcZv1fKPI&submenuIndex=4"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4022
      -type: "crud"
      -index: 2
      -subIndex: 5
      -label: "Наборы"
      -icon: ""
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\GoodsProductSet"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CMegamarket%5CGoodsProductSetCrudController&menuIndex=2&signature=qPU_9Kc9GK4c9qrSX3qk3E0R0vIXpegvT32fnRhAkA4&submenuIndex=5"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4024
      -type: "crud"
      -index: 2
      -subIndex: 6
      -label: "Настройки бренда"
      -icon: ""
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\GoodsBrandSettings"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CMegamarket%5CGoodsBrandSettingsCrudController&menuIndex=2&signature=EAbr88a0jf4CaGhfdLDZLLdJLPr2oxUE2wbQGI2paz0&submenuIndex=6"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4026
      -type: "crud"
      -index: 2
      -subIndex: 7
      -label: "Настройки для 1C"
      -icon: ""
      -cssClass: ""
      -permission: "ROLE_ADMIN"
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\GoodsClientTarget"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CMegamarket%5CGoodsClientTargetCrudController&menuIndex=2&signature=Hr-rVLjwA3rlpHNtem0Ppp4eWhwSNrkosl-GN1KgGJc&submenuIndex=7"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4028
      -type: "crud"
      -index: 2
      -subIndex: 8
      -label: "Импорт"
      -icon: ""
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\GoodsImport"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CMegamarket%5CGoodsImportCrudController&menuIndex=2&signature=Fs-gfGtP6bBWavNVqYAkhzgZFDXYwBTg0Ufi0iljBLQ&submenuIndex=8"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4030
      -type: "route"
      -index: 2
      -subIndex: 9
      -label: "Управление группой товаров"
      -icon: ""
      -cssClass: ""
      -permission: null
      -routeName: "megamarket_products_control-form"
      -routeParameters: []
      -linkUrl: "https://mp.giper.fm/?menuIndex=2&routeName=megamarket_products_control-form&signature=0QjQ3Ugc97VGI3FQpSm6W6eawpbAI0rmM1KGqgKGpuM&submenuIndex=9"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4032
      -type: "route"
      -index: 2
      -subIndex: 10
      -label: "Управление ценой"
      -icon: ""
      -cssClass: ""
      -permission: null
      -routeName: "mm_client_prices"
      -routeParameters: []
      -linkUrl: "https://mp.giper.fm/?menuIndex=2&routeName=mm_client_prices&signature=nufIUIkuz1QwCzWOqLUkN4v6x5L_SeGz9h4NnHCihso&submenuIndex=10"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
  ]
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
89 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4012
  -type: "crud"
  -index: 2
  -subIndex: 0
  -label: "Торговые площадки"
  -icon: ""
  -cssClass: ""
  -permission: "ROLE_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\GoodsClient"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CMegamarket%5CGoodsClientCrudController&menuIndex=2&signature=Cn2k1u-6Au47FwVLp49g84pNwvzJSai24Zx_r-WVwWU&submenuIndex=0"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
90 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4012
  -type: "crud"
  -index: 2
  -subIndex: 0
  -label: "Торговые площадки"
  -icon: ""
  -cssClass: ""
  -permission: "ROLE_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\GoodsClient"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CMegamarket%5CGoodsClientCrudController&menuIndex=2&signature=Cn2k1u-6Au47FwVLp49g84pNwvzJSai24Zx_r-WVwWU&submenuIndex=0"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
91 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4014
  -type: "crud"
  -index: 2
  -subIndex: 1
  -label: "Заказы"
  -icon: ""
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Controller\EasyAdmin\Megamarket\GoodsOrderCrudController"
    "entityFqcn" => "App\Entity\GoodsOrder"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CMegamarket%5CGoodsOrderCrudController&entityFqcn=App%5CEntity%5CGoodsOrder&menuIndex=2&signature=Q9iridIqpbvzySkp256FqB951r5Ea9twZHGAxq4nhrQ&submenuIndex=1"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
92 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4016
  -type: "crud"
  -index: 2
  -subIndex: 2
  -label: "Заказы с ошибками"
  -icon: ""
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Controller\EasyAdmin\Megamarket\GoodsOrderWithErrorCrudController"
    "entityFqcn" => "App\Entity\GoodsOrder"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CMegamarket%5CGoodsOrderWithErrorCrudController&entityFqcn=App%5CEntity%5CGoodsOrder&menuIndex=2&signature=t5fFvMngawqWPANczUduYsZ3KMUjuLLhXhbmuSh0_9g&submenuIndex=2"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
93 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4018
  -type: "crud"
  -index: 2
  -subIndex: 3
  -label: "Товары"
  -icon: ""
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Controller\EasyAdmin\Megamarket\GoodsProductCrudController"
    "entityFqcn" => "App\Entity\GoodsProduct"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CMegamarket%5CGoodsProductCrudController&entityFqcn=App%5CEntity%5CGoodsProduct&menuIndex=2&signature=aFI65Kmpnnj6S_d7QQdYBJAoqWzDejibMB2jAmRYjMo&submenuIndex=3"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
94 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4020
  -type: "crud"
  -index: 2
  -subIndex: 4
  -label: "Карантин цен"
  -icon: ""
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Controller\EasyAdmin\Megamarket\MegamarketQuarantineCrudController"
    "entityFqcn" => "App\Entity\GoodsProduct"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CMegamarket%5CMegamarketQuarantineCrudController&entityFqcn=App%5CEntity%5CGoodsProduct&menuIndex=2&signature=-ScygA-GA41TBPJS01GAbgDgwbsYwp7VyJrcZv1fKPI&submenuIndex=4"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
95 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4022
  -type: "crud"
  -index: 2
  -subIndex: 5
  -label: "Наборы"
  -icon: ""
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\GoodsProductSet"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CMegamarket%5CGoodsProductSetCrudController&menuIndex=2&signature=qPU_9Kc9GK4c9qrSX3qk3E0R0vIXpegvT32fnRhAkA4&submenuIndex=5"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
96 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4024
  -type: "crud"
  -index: 2
  -subIndex: 6
  -label: "Настройки бренда"
  -icon: ""
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\GoodsBrandSettings"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CMegamarket%5CGoodsBrandSettingsCrudController&menuIndex=2&signature=EAbr88a0jf4CaGhfdLDZLLdJLPr2oxUE2wbQGI2paz0&submenuIndex=6"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
97 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4026
  -type: "crud"
  -index: 2
  -subIndex: 7
  -label: "Настройки для 1C"
  -icon: ""
  -cssClass: ""
  -permission: "ROLE_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\GoodsClientTarget"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CMegamarket%5CGoodsClientTargetCrudController&menuIndex=2&signature=Hr-rVLjwA3rlpHNtem0Ppp4eWhwSNrkosl-GN1KgGJc&submenuIndex=7"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
98 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4026
  -type: "crud"
  -index: 2
  -subIndex: 7
  -label: "Настройки для 1C"
  -icon: ""
  -cssClass: ""
  -permission: "ROLE_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\GoodsClientTarget"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CMegamarket%5CGoodsClientTargetCrudController&menuIndex=2&signature=Hr-rVLjwA3rlpHNtem0Ppp4eWhwSNrkosl-GN1KgGJc&submenuIndex=7"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
99 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4028
  -type: "crud"
  -index: 2
  -subIndex: 8
  -label: "Импорт"
  -icon: ""
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\GoodsImport"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CMegamarket%5CGoodsImportCrudController&menuIndex=2&signature=Fs-gfGtP6bBWavNVqYAkhzgZFDXYwBTg0Ufi0iljBLQ&submenuIndex=8"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
100 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4030
  -type: "route"
  -index: 2
  -subIndex: 9
  -label: "Управление группой товаров"
  -icon: ""
  -cssClass: ""
  -permission: null
  -routeName: "megamarket_products_control-form"
  -routeParameters: []
  -linkUrl: "https://mp.giper.fm/?menuIndex=2&routeName=megamarket_products_control-form&signature=0QjQ3Ugc97VGI3FQpSm6W6eawpbAI0rmM1KGqgKGpuM&submenuIndex=9"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
101 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4032
  -type: "route"
  -index: 2
  -subIndex: 10
  -label: "Управление ценой"
  -icon: ""
  -cssClass: ""
  -permission: null
  -routeName: "mm_client_prices"
  -routeParameters: []
  -linkUrl: "https://mp.giper.fm/?menuIndex=2&routeName=mm_client_prices&signature=nufIUIkuz1QwCzWOqLUkN4v6x5L_SeGz9h4NnHCihso&submenuIndex=10"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
102 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4033
  -type: "submenu"
  -index: 3
  -subIndex: -1
  -label: "Yandex Market"
  -icon: "fas fa-folder-open"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: null
  -linkUrl: ""
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: [
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4044
      -type: "crud"
      -index: 3
      -subIndex: 0
      -label: "Магазины на Yandex"
      -icon: ""
      -cssClass: ""
      -permission: "ROLE_ADMIN"
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\YandexClient"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CYandex%5CYandexSettingsCrudController&menuIndex=3&signature=1alTpLcGbzMa8rNvWPp-agvr3Ej02_CCdeXRR29K954&submenuIndex=0"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4046
      -type: "crud"
      -index: 3
      -subIndex: 1
      -label: "Заказы"
      -icon: ""
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => "App\Controller\EasyAdmin\Yandex\YandexOrderCrudController"
        "entityFqcn" => "App\Entity\YandexOrder"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CYandex%5CYandexOrderCrudController&entityFqcn=App%5CEntity%5CYandexOrder&menuIndex=3&signature=YEJB0BSKFPNyR3dClt75Byo53IqJqZtXVLtOgtsPVBc&submenuIndex=1"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4048
      -type: "crud"
      -index: 3
      -subIndex: 2
      -label: "Товары"
      -icon: ""
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => "App\Controller\EasyAdmin\Yandex\YandexProductCrudController"
        "entityFqcn" => "App\Entity\YandexProduct"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CYandex%5CYandexProductCrudController&entityFqcn=App%5CEntity%5CYandexProduct&menuIndex=3&signature=WKMzgDEVOF3UyLRdH_SgMhFSl2MM39VVk7aK_XeTLyc&submenuIndex=2"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4050
      -type: "crud"
      -index: 3
      -subIndex: 3
      -label: "Товары без габаритов"
      -icon: ""
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => "App\Controller\EasyAdmin\Yandex\YandexProductDimensionCrudController"
        "entityFqcn" => "App\Entity\YandexProduct"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CYandex%5CYandexProductDimensionCrudController&entityFqcn=App%5CEntity%5CYandexProduct&menuIndex=3&signature=Sb7fqmCoOkcsryQ0L6IsppbInCLrk2QjS5to15_MSaI&submenuIndex=3"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4052
      -type: "crud"
      -index: 3
      -subIndex: 4
      -label: "Скрытые из продажи"
      -icon: ""
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => "App\Controller\EasyAdmin\Yandex\YandexHiddenProductCrudController"
        "entityFqcn" => "App\Entity\YandexProduct"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CYandex%5CYandexHiddenProductCrudController&entityFqcn=App%5CEntity%5CYandexProduct&menuIndex=3&signature=TIn-513RUWGIJp__2ENSdvAhCqtLk2fFVu5xqyeCRI8&submenuIndex=4"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4054
      -type: "crud"
      -index: 3
      -subIndex: 5
      -label: "Заказы с ошибками"
      -icon: ""
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => "App\Controller\EasyAdmin\Yandex\YandexOrderWithErrorCrudController"
        "entityFqcn" => "App\Entity\YandexOrder"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CYandex%5CYandexOrderWithErrorCrudController&entityFqcn=App%5CEntity%5CYandexOrder&menuIndex=3&signature=TRaWCp3hlEj5K3OnEFjQSWhPt5U_jcc8t3OrUjM7rOE&submenuIndex=5"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4056
      -type: "crud"
      -index: 3
      -subIndex: 6
      -label: "Настройки для 1C"
      -icon: ""
      -cssClass: ""
      -permission: "ROLE_ADMIN"
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\YandexClientTarget"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CYandex%5CYandexClientTargetCrudController&menuIndex=3&signature=qG3XNLvQYvf6qYOdG8a02Nq9Vdab4dJQq2MC_rfT_sM&submenuIndex=6"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4058
      -type: "route"
      -index: 3
      -subIndex: 7
      -label: "Yandex Excel"
      -icon: ""
      -cssClass: ""
      -permission: null
      -routeName: "yandex_excel_form"
      -routeParameters: []
      -linkUrl: "https://mp.giper.fm/?menuIndex=3&routeName=yandex_excel_form&signature=ryidzhGFJooxION4R_ZFjCmEXvT8_P8kV0QwuDNTKsc&submenuIndex=7"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4060
      -type: "crud"
      -index: 3
      -subIndex: 8
      -label: "Настройка почты"
      -icon: ""
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => "App\Controller\EasyAdmin\Yandex\YandexEmailSettingsCrudController"
        "entityFqcn" => "App\Entity\YandexReturnSettings"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CYandex%5CYandexEmailSettingsCrudController&entityFqcn=App%5CEntity%5CYandexReturnSettings&menuIndex=3&signature=Jk9Xgtl8RyqJn_p75YknZ9c5BWOisJVYmlCr8mr-hak&submenuIndex=8"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4062
      -type: "crud"
      -index: 3
      -subIndex: 9
      -label: "Ночные цены для Беру"
      -icon: ""
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\YandexClientPriceSchedule"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CYandex%5CYandexClientPriceScheduleCrudController&menuIndex=3&signature=oZ7jUS-81my-mqWkbZDvF_jxdzPOUJIKLqT0R0Z_Xbg&submenuIndex=9"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
  ]
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
103 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4044
  -type: "crud"
  -index: 3
  -subIndex: 0
  -label: "Магазины на Yandex"
  -icon: ""
  -cssClass: ""
  -permission: "ROLE_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\YandexClient"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CYandex%5CYandexSettingsCrudController&menuIndex=3&signature=1alTpLcGbzMa8rNvWPp-agvr3Ej02_CCdeXRR29K954&submenuIndex=0"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
104 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4044
  -type: "crud"
  -index: 3
  -subIndex: 0
  -label: "Магазины на Yandex"
  -icon: ""
  -cssClass: ""
  -permission: "ROLE_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\YandexClient"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CYandex%5CYandexSettingsCrudController&menuIndex=3&signature=1alTpLcGbzMa8rNvWPp-agvr3Ej02_CCdeXRR29K954&submenuIndex=0"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
105 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4046
  -type: "crud"
  -index: 3
  -subIndex: 1
  -label: "Заказы"
  -icon: ""
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Controller\EasyAdmin\Yandex\YandexOrderCrudController"
    "entityFqcn" => "App\Entity\YandexOrder"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CYandex%5CYandexOrderCrudController&entityFqcn=App%5CEntity%5CYandexOrder&menuIndex=3&signature=YEJB0BSKFPNyR3dClt75Byo53IqJqZtXVLtOgtsPVBc&submenuIndex=1"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
106 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4048
  -type: "crud"
  -index: 3
  -subIndex: 2
  -label: "Товары"
  -icon: ""
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Controller\EasyAdmin\Yandex\YandexProductCrudController"
    "entityFqcn" => "App\Entity\YandexProduct"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CYandex%5CYandexProductCrudController&entityFqcn=App%5CEntity%5CYandexProduct&menuIndex=3&signature=WKMzgDEVOF3UyLRdH_SgMhFSl2MM39VVk7aK_XeTLyc&submenuIndex=2"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
107 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4050
  -type: "crud"
  -index: 3
  -subIndex: 3
  -label: "Товары без габаритов"
  -icon: ""
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Controller\EasyAdmin\Yandex\YandexProductDimensionCrudController"
    "entityFqcn" => "App\Entity\YandexProduct"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CYandex%5CYandexProductDimensionCrudController&entityFqcn=App%5CEntity%5CYandexProduct&menuIndex=3&signature=Sb7fqmCoOkcsryQ0L6IsppbInCLrk2QjS5to15_MSaI&submenuIndex=3"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
108 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4052
  -type: "crud"
  -index: 3
  -subIndex: 4
  -label: "Скрытые из продажи"
  -icon: ""
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Controller\EasyAdmin\Yandex\YandexHiddenProductCrudController"
    "entityFqcn" => "App\Entity\YandexProduct"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CYandex%5CYandexHiddenProductCrudController&entityFqcn=App%5CEntity%5CYandexProduct&menuIndex=3&signature=TIn-513RUWGIJp__2ENSdvAhCqtLk2fFVu5xqyeCRI8&submenuIndex=4"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
109 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4054
  -type: "crud"
  -index: 3
  -subIndex: 5
  -label: "Заказы с ошибками"
  -icon: ""
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Controller\EasyAdmin\Yandex\YandexOrderWithErrorCrudController"
    "entityFqcn" => "App\Entity\YandexOrder"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CYandex%5CYandexOrderWithErrorCrudController&entityFqcn=App%5CEntity%5CYandexOrder&menuIndex=3&signature=TRaWCp3hlEj5K3OnEFjQSWhPt5U_jcc8t3OrUjM7rOE&submenuIndex=5"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
110 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4056
  -type: "crud"
  -index: 3
  -subIndex: 6
  -label: "Настройки для 1C"
  -icon: ""
  -cssClass: ""
  -permission: "ROLE_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\YandexClientTarget"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CYandex%5CYandexClientTargetCrudController&menuIndex=3&signature=qG3XNLvQYvf6qYOdG8a02Nq9Vdab4dJQq2MC_rfT_sM&submenuIndex=6"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
111 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4056
  -type: "crud"
  -index: 3
  -subIndex: 6
  -label: "Настройки для 1C"
  -icon: ""
  -cssClass: ""
  -permission: "ROLE_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\YandexClientTarget"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CYandex%5CYandexClientTargetCrudController&menuIndex=3&signature=qG3XNLvQYvf6qYOdG8a02Nq9Vdab4dJQq2MC_rfT_sM&submenuIndex=6"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
112 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4058
  -type: "route"
  -index: 3
  -subIndex: 7
  -label: "Yandex Excel"
  -icon: ""
  -cssClass: ""
  -permission: null
  -routeName: "yandex_excel_form"
  -routeParameters: []
  -linkUrl: "https://mp.giper.fm/?menuIndex=3&routeName=yandex_excel_form&signature=ryidzhGFJooxION4R_ZFjCmEXvT8_P8kV0QwuDNTKsc&submenuIndex=7"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
113 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4060
  -type: "crud"
  -index: 3
  -subIndex: 8
  -label: "Настройка почты"
  -icon: ""
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Controller\EasyAdmin\Yandex\YandexEmailSettingsCrudController"
    "entityFqcn" => "App\Entity\YandexReturnSettings"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CYandex%5CYandexEmailSettingsCrudController&entityFqcn=App%5CEntity%5CYandexReturnSettings&menuIndex=3&signature=Jk9Xgtl8RyqJn_p75YknZ9c5BWOisJVYmlCr8mr-hak&submenuIndex=8"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
114 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4062
  -type: "crud"
  -index: 3
  -subIndex: 9
  -label: "Ночные цены для Беру"
  -icon: ""
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\YandexClientPriceSchedule"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CYandex%5CYandexClientPriceScheduleCrudController&menuIndex=3&signature=oZ7jUS-81my-mqWkbZDvF_jxdzPOUJIKLqT0R0Z_Xbg&submenuIndex=9"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
115 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4063
  -type: "submenu"
  -index: 4
  -subIndex: -1
  -label: "Мультибонус"
  -icon: "fas fa-folder-open"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: null
  -linkUrl: ""
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: [
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4074
      -type: "crud"
      -index: 4
      -subIndex: 0
      -label: "Торговые площадки"
      -icon: ""
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\Multibonus\Client"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CMultibonus%5CMultibonusClientCrudController&menuIndex=4&signature=EI3JF4w3kvrNKA2j0PVEoihmz7NOVOk0JF09iLMxTUM&submenuIndex=0"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4076
      -type: "crud"
      -index: 4
      -subIndex: 1
      -label: "Заказы"
      -icon: ""
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\Multibonus\Order"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CMultibonus%5CMultibonusOrderCrudController&menuIndex=4&signature=xzOPRCBP3w-IGho_Uhqyj8_IY9S3wbQOG4TjUQCY4es&submenuIndex=1"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4078
      -type: "crud"
      -index: 4
      -subIndex: 2
      -label: "Товары"
      -icon: ""
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\Multibonus\Product"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CMultibonus%5CMultibonusProductCrudController&menuIndex=4&signature=jx-P5oLxM1MM4OzDYnO6MfhEFQ6ahQu55HzXitJk36A&submenuIndex=2"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4080
      -type: "crud"
      -index: 4
      -subIndex: 3
      -label: "Валюта"
      -icon: ""
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\Multibonus\Currency"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CMultibonus%5CMultibonusCurrencyCrudController&menuIndex=4&signature=YGbV4SBfGhxKCvp5FRMTHiHm6w3kxeaSg63NlCObd2U&submenuIndex=3"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4082
      -type: "crud"
      -index: 4
      -subIndex: 4
      -label: "Категории"
      -icon: ""
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\Multibonus\Category"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CMultibonus%5CMultibonusCategoryCrudController&menuIndex=4&signature=hkwgCNESAf1ZW1-iXaBlTiX-f5zrNkd_mxWolWd7tWU&submenuIndex=4"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4084
      -type: "crud"
      -index: 4
      -subIndex: 5
      -label: "Настройки для 1С"
      -icon: ""
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\Multibonus\ClientTarget"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CMultibonus%5CMultibonusClientTargetCrudController&menuIndex=4&signature=-dto8ffhW2WTaTgAqcepiv8BK2ViIm9rEo6-Iw_wuig&submenuIndex=5"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4086
      -type: "crud"
      -index: 4
      -subIndex: 6
      -label: "Настройки бренда"
      -icon: ""
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => "App\Controller\EasyAdmin\Multibonus\MultibonusBrandSettingsCrudController"
        "entityFqcn" => "App\Entity\Multibonus\BrandSettings"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CMultibonus%5CMultibonusBrandSettingsCrudController&entityFqcn=App%5CEntity%5CMultibonus%5CBrandSettings&menuIndex=4&signature=gVawWr_cqb2maDVo20VLYMwr15D3oEHq1HQhgJPRmx4&submenuIndex=6"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4088
      -type: "route"
      -index: 4
      -subIndex: 7
      -label: "Загрузка товаров"
      -icon: ""
      -cssClass: ""
      -permission: null
      -routeName: "multibonus_products_upload-form"
      -routeParameters: []
      -linkUrl: "https://mp.giper.fm/?menuIndex=4&routeName=multibonus_products_upload-form&signature=2JAskZGwK00owpe1_ZV15lUj6nRmWyMXaCvaMSaT5dc&submenuIndex=7"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
  ]
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
116 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4074
  -type: "crud"
  -index: 4
  -subIndex: 0
  -label: "Торговые площадки"
  -icon: ""
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Multibonus\Client"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CMultibonus%5CMultibonusClientCrudController&menuIndex=4&signature=EI3JF4w3kvrNKA2j0PVEoihmz7NOVOk0JF09iLMxTUM&submenuIndex=0"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
117 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4076
  -type: "crud"
  -index: 4
  -subIndex: 1
  -label: "Заказы"
  -icon: ""
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Multibonus\Order"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CMultibonus%5CMultibonusOrderCrudController&menuIndex=4&signature=xzOPRCBP3w-IGho_Uhqyj8_IY9S3wbQOG4TjUQCY4es&submenuIndex=1"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
118 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4078
  -type: "crud"
  -index: 4
  -subIndex: 2
  -label: "Товары"
  -icon: ""
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Multibonus\Product"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CMultibonus%5CMultibonusProductCrudController&menuIndex=4&signature=jx-P5oLxM1MM4OzDYnO6MfhEFQ6ahQu55HzXitJk36A&submenuIndex=2"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
119 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4080
  -type: "crud"
  -index: 4
  -subIndex: 3
  -label: "Валюта"
  -icon: ""
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Multibonus\Currency"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CMultibonus%5CMultibonusCurrencyCrudController&menuIndex=4&signature=YGbV4SBfGhxKCvp5FRMTHiHm6w3kxeaSg63NlCObd2U&submenuIndex=3"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
120 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4082
  -type: "crud"
  -index: 4
  -subIndex: 4
  -label: "Категории"
  -icon: ""
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Multibonus\Category"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CMultibonus%5CMultibonusCategoryCrudController&menuIndex=4&signature=hkwgCNESAf1ZW1-iXaBlTiX-f5zrNkd_mxWolWd7tWU&submenuIndex=4"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
121 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4084
  -type: "crud"
  -index: 4
  -subIndex: 5
  -label: "Настройки для 1С"
  -icon: ""
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Multibonus\ClientTarget"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CMultibonus%5CMultibonusClientTargetCrudController&menuIndex=4&signature=-dto8ffhW2WTaTgAqcepiv8BK2ViIm9rEo6-Iw_wuig&submenuIndex=5"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
122 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4086
  -type: "crud"
  -index: 4
  -subIndex: 6
  -label: "Настройки бренда"
  -icon: ""
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Controller\EasyAdmin\Multibonus\MultibonusBrandSettingsCrudController"
    "entityFqcn" => "App\Entity\Multibonus\BrandSettings"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CMultibonus%5CMultibonusBrandSettingsCrudController&entityFqcn=App%5CEntity%5CMultibonus%5CBrandSettings&menuIndex=4&signature=gVawWr_cqb2maDVo20VLYMwr15D3oEHq1HQhgJPRmx4&submenuIndex=6"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
123 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4088
  -type: "route"
  -index: 4
  -subIndex: 7
  -label: "Загрузка товаров"
  -icon: ""
  -cssClass: ""
  -permission: null
  -routeName: "multibonus_products_upload-form"
  -routeParameters: []
  -linkUrl: "https://mp.giper.fm/?menuIndex=4&routeName=multibonus_products_upload-form&signature=2JAskZGwK00owpe1_ZV15lUj6nRmWyMXaCvaMSaT5dc&submenuIndex=7"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
124 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4089
  -type: "submenu"
  -index: 5
  -subIndex: -1
  -label: "Аэрофлот"
  -icon: "fas fa-folder-open"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: null
  -linkUrl: ""
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: [
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4100
      -type: "crud"
      -index: 5
      -subIndex: 0
      -label: "Торговые площадки"
      -icon: ""
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\Aeroflot\Client"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CAeroflot%5CAeroflotClientCrudController&menuIndex=5&signature=W7-ZeCSmC1ZB0p3WcpbJIir17QjWzcgMz1OI-V_szII&submenuIndex=0"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4102
      -type: "crud"
      -index: 5
      -subIndex: 1
      -label: "Заказы"
      -icon: ""
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\Aeroflot\Order"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CAeroflot%5CAeroflotOrderCrudController&menuIndex=5&signature=wTbg-WNui3q2tqGhbUq8JflZhz4IhJliEETZzksTzRo&submenuIndex=1"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4104
      -type: "crud"
      -index: 5
      -subIndex: 2
      -label: "Товары"
      -icon: ""
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\Aeroflot\Product"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CAeroflot%5CAeroflotProductCrudController&menuIndex=5&signature=QNV90GzAUJHDQeXyNW9FxN9xZ3aRp54wUJUvnpbq3V8&submenuIndex=2"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4106
      -type: "crud"
      -index: 5
      -subIndex: 3
      -label: "Валюта"
      -icon: ""
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\Aeroflot\Currency"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CAeroflot%5CAeroflotCurrencyCrudController&menuIndex=5&signature=gCj4jj47IjkX9DUt3xYH5HrViYvG1vNvxPIyb10out4&submenuIndex=3"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4108
      -type: "crud"
      -index: 5
      -subIndex: 4
      -label: "Категории"
      -icon: ""
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\Aeroflot\Category"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CAeroflot%5CAeroflotCategoryCrudController&menuIndex=5&signature=nwJD5YKprNl6lxrW87afz1lxlje7D-89IG4aAWhJ6rQ&submenuIndex=4"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4110
      -type: "crud"
      -index: 5
      -subIndex: 5
      -label: "Настройки для 1С"
      -icon: ""
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\Aeroflot\ClientTarget"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CAeroflot%5CAeroflotClientTargetCrudController&menuIndex=5&signature=9SYW2Dn6q3St5YeTo6CCmBkelSIjgLGyJIV-ZqmNSOQ&submenuIndex=5"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4112
      -type: "crud"
      -index: 5
      -subIndex: 6
      -label: "Настройки бренда"
      -icon: ""
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => "App\Controller\EasyAdmin\Aeroflot\AeroflotBrandSettingsCrudController"
        "entityFqcn" => "App\Entity\Aeroflot\BrandSettings"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CAeroflot%5CAeroflotBrandSettingsCrudController&entityFqcn=App%5CEntity%5CAeroflot%5CBrandSettings&menuIndex=5&signature=hldZYx48Oy3kvVdw8qg2uQ6nAQ_QuMK8HXruNLeVGLA&submenuIndex=6"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4114
      -type: "route"
      -index: 5
      -subIndex: 7
      -label: "Загрузка товаров"
      -icon: ""
      -cssClass: ""
      -permission: null
      -routeName: "aeroflot_products_upload-form"
      -routeParameters: []
      -linkUrl: "https://mp.giper.fm/?menuIndex=5&routeName=aeroflot_products_upload-form&signature=ISd2vK98v7hn4UbQys0K4yrF6iXKGkmwTqwPO_vbkGg&submenuIndex=7"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
  ]
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
125 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4100
  -type: "crud"
  -index: 5
  -subIndex: 0
  -label: "Торговые площадки"
  -icon: ""
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Aeroflot\Client"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CAeroflot%5CAeroflotClientCrudController&menuIndex=5&signature=W7-ZeCSmC1ZB0p3WcpbJIir17QjWzcgMz1OI-V_szII&submenuIndex=0"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
126 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4102
  -type: "crud"
  -index: 5
  -subIndex: 1
  -label: "Заказы"
  -icon: ""
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Aeroflot\Order"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CAeroflot%5CAeroflotOrderCrudController&menuIndex=5&signature=wTbg-WNui3q2tqGhbUq8JflZhz4IhJliEETZzksTzRo&submenuIndex=1"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
127 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4104
  -type: "crud"
  -index: 5
  -subIndex: 2
  -label: "Товары"
  -icon: ""
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Aeroflot\Product"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CAeroflot%5CAeroflotProductCrudController&menuIndex=5&signature=QNV90GzAUJHDQeXyNW9FxN9xZ3aRp54wUJUvnpbq3V8&submenuIndex=2"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
128 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4106
  -type: "crud"
  -index: 5
  -subIndex: 3
  -label: "Валюта"
  -icon: ""
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Aeroflot\Currency"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CAeroflot%5CAeroflotCurrencyCrudController&menuIndex=5&signature=gCj4jj47IjkX9DUt3xYH5HrViYvG1vNvxPIyb10out4&submenuIndex=3"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
129 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4108
  -type: "crud"
  -index: 5
  -subIndex: 4
  -label: "Категории"
  -icon: ""
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Aeroflot\Category"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CAeroflot%5CAeroflotCategoryCrudController&menuIndex=5&signature=nwJD5YKprNl6lxrW87afz1lxlje7D-89IG4aAWhJ6rQ&submenuIndex=4"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
130 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4110
  -type: "crud"
  -index: 5
  -subIndex: 5
  -label: "Настройки для 1С"
  -icon: ""
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Aeroflot\ClientTarget"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CAeroflot%5CAeroflotClientTargetCrudController&menuIndex=5&signature=9SYW2Dn6q3St5YeTo6CCmBkelSIjgLGyJIV-ZqmNSOQ&submenuIndex=5"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
131 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4112
  -type: "crud"
  -index: 5
  -subIndex: 6
  -label: "Настройки бренда"
  -icon: ""
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Controller\EasyAdmin\Aeroflot\AeroflotBrandSettingsCrudController"
    "entityFqcn" => "App\Entity\Aeroflot\BrandSettings"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CAeroflot%5CAeroflotBrandSettingsCrudController&entityFqcn=App%5CEntity%5CAeroflot%5CBrandSettings&menuIndex=5&signature=hldZYx48Oy3kvVdw8qg2uQ6nAQ_QuMK8HXruNLeVGLA&submenuIndex=6"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
132 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4114
  -type: "route"
  -index: 5
  -subIndex: 7
  -label: "Загрузка товаров"
  -icon: ""
  -cssClass: ""
  -permission: null
  -routeName: "aeroflot_products_upload-form"
  -routeParameters: []
  -linkUrl: "https://mp.giper.fm/?menuIndex=5&routeName=aeroflot_products_upload-form&signature=ISd2vK98v7hn4UbQys0K4yrF6iXKGkmwTqwPO_vbkGg&submenuIndex=7"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
133 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4115
  -type: "submenu"
  -index: 6
  -subIndex: -1
  -label: "МВидео"
  -icon: "fas fa-folder-open"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: null
  -linkUrl: ""
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: [
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4126
      -type: "crud"
      -index: 6
      -subIndex: 0
      -label: "Торговые площадки"
      -icon: ""
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\Mvideo\MvideoClient"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CMvideo%5CMvideoClientCrudController&menuIndex=6&signature=kb3rY4bOvQXGy8voZsMVBx3flH9xE_OYX62M3-2k7Gw&submenuIndex=0"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4128
      -type: "crud"
      -index: 6
      -subIndex: 1
      -label: "Заказы"
      -icon: ""
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => "App\Controller\EasyAdmin\Mvideo\MvideoOrderCrudController"
        "entityFqcn" => "App\Entity\Mvideo\MvideoOrder"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CMvideo%5CMvideoOrderCrudController&entityFqcn=App%5CEntity%5CMvideo%5CMvideoOrder&menuIndex=6&signature=Fb_j_oEkvqa2DXvz81PP4545OPZhFbzyZo1tMEHENLg&submenuIndex=1"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4130
      -type: "crud"
      -index: 6
      -subIndex: 2
      -label: "Товары"
      -icon: ""
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => "App\Controller\EasyAdmin\Mvideo\MvideoProductCrudController"
        "entityFqcn" => "App\Entity\Mvideo\MvideoProduct"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CMvideo%5CMvideoProductCrudController&entityFqcn=App%5CEntity%5CMvideo%5CMvideoProduct&menuIndex=6&signature=EDPHB_NrMGtKRV26No0WVfHD1BEpJbmLzVGqJmTGRt0&submenuIndex=2"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4132
      -type: "crud"
      -index: 6
      -subIndex: 3
      -label: "Склады"
      -icon: ""
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\Mvideo\MvideoWarehouse"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CMvideo%5CMvideoWarehouseCrudController&menuIndex=6&signature=DmloEBMbbKW2jE7rmMGgVnMJqW9slXtUS3pcxqyU-Wo&submenuIndex=3"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4134
      -type: "crud"
      -index: 6
      -subIndex: 4
      -label: "Остатки товара на складах"
      -icon: ""
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\Mvideo\MvideoWarehouseProductStock"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CMvideo%5CMvideoWarehouseProductStockCrudController&menuIndex=6&signature=pMlc4FVTQZq2nlrRbNMRBWDQZdAZ6QV-tJcaVSbP9Yc&submenuIndex=4"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4136
      -type: "crud"
      -index: 6
      -subIndex: 5
      -label: "Несопоставленные товары"
      -icon: ""
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => "App\Controller\EasyAdmin\Mvideo\MvideoProductUnfindedCrudController"
        "entityFqcn" => "App\Entity\Mvideo\MvideoProduct"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CMvideo%5CMvideoProductUnfindedCrudController&entityFqcn=App%5CEntity%5CMvideo%5CMvideoProduct&menuIndex=6&signature=hyHYkJFE0RlV_iXIAu6NoFVQ3PndMzqxCQ5Izcrixcc&submenuIndex=5"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4138
      -type: "crud"
      -index: 6
      -subIndex: 6
      -label: "Без передачи цены"
      -icon: ""
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => "App\Controller\EasyAdmin\Mvideo\MvideoProductPriceErrorCrudController"
        "entityFqcn" => "App\Entity\Mvideo\MvideoProduct"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CMvideo%5CMvideoProductPriceErrorCrudController&entityFqcn=App%5CEntity%5CMvideo%5CMvideoProduct&menuIndex=6&signature=fSeTMRIpZGYxtr3tuGsNySk_ilh9mjGVMdaa8yWo4xI&submenuIndex=6"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4140
      -type: "crud"
      -index: 6
      -subIndex: 7
      -label: "Настройки для 1С"
      -icon: ""
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => "App\Controller\EasyAdmin\Mvideo\MvideoClientTargetCrudController"
        "entityFqcn" => "App\Entity\Mvideo\MvideoClientTarget"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CMvideo%5CMvideoClientTargetCrudController&entityFqcn=App%5CEntity%5CMvideo%5CMvideoClientTarget&menuIndex=6&signature=Kuy6u7lq2Hp86x5eRkdlzU65O3m8s1clbiLn8gWLlrI&submenuIndex=7"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4142
      -type: "route"
      -index: 6
      -subIndex: 8
      -label: "Загрузка товаров"
      -icon: ""
      -cssClass: ""
      -permission: null
      -routeName: "mvideo_excel_form"
      -routeParameters: []
      -linkUrl: "https://mp.giper.fm/?menuIndex=6&routeName=mvideo_excel_form&signature=W2rh5x_ndSInfq3csaIJdRHQRHKpQ05FwkWWAB5MX5k&submenuIndex=8"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
  ]
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
134 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4126
  -type: "crud"
  -index: 6
  -subIndex: 0
  -label: "Торговые площадки"
  -icon: ""
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Mvideo\MvideoClient"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CMvideo%5CMvideoClientCrudController&menuIndex=6&signature=kb3rY4bOvQXGy8voZsMVBx3flH9xE_OYX62M3-2k7Gw&submenuIndex=0"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
135 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4128
  -type: "crud"
  -index: 6
  -subIndex: 1
  -label: "Заказы"
  -icon: ""
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Controller\EasyAdmin\Mvideo\MvideoOrderCrudController"
    "entityFqcn" => "App\Entity\Mvideo\MvideoOrder"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CMvideo%5CMvideoOrderCrudController&entityFqcn=App%5CEntity%5CMvideo%5CMvideoOrder&menuIndex=6&signature=Fb_j_oEkvqa2DXvz81PP4545OPZhFbzyZo1tMEHENLg&submenuIndex=1"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
136 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4130
  -type: "crud"
  -index: 6
  -subIndex: 2
  -label: "Товары"
  -icon: ""
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Controller\EasyAdmin\Mvideo\MvideoProductCrudController"
    "entityFqcn" => "App\Entity\Mvideo\MvideoProduct"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CMvideo%5CMvideoProductCrudController&entityFqcn=App%5CEntity%5CMvideo%5CMvideoProduct&menuIndex=6&signature=EDPHB_NrMGtKRV26No0WVfHD1BEpJbmLzVGqJmTGRt0&submenuIndex=2"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
137 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4132
  -type: "crud"
  -index: 6
  -subIndex: 3
  -label: "Склады"
  -icon: ""
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Mvideo\MvideoWarehouse"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CMvideo%5CMvideoWarehouseCrudController&menuIndex=6&signature=DmloEBMbbKW2jE7rmMGgVnMJqW9slXtUS3pcxqyU-Wo&submenuIndex=3"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
138 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4134
  -type: "crud"
  -index: 6
  -subIndex: 4
  -label: "Остатки товара на складах"
  -icon: ""
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Mvideo\MvideoWarehouseProductStock"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CMvideo%5CMvideoWarehouseProductStockCrudController&menuIndex=6&signature=pMlc4FVTQZq2nlrRbNMRBWDQZdAZ6QV-tJcaVSbP9Yc&submenuIndex=4"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
139 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4136
  -type: "crud"
  -index: 6
  -subIndex: 5
  -label: "Несопоставленные товары"
  -icon: ""
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Controller\EasyAdmin\Mvideo\MvideoProductUnfindedCrudController"
    "entityFqcn" => "App\Entity\Mvideo\MvideoProduct"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CMvideo%5CMvideoProductUnfindedCrudController&entityFqcn=App%5CEntity%5CMvideo%5CMvideoProduct&menuIndex=6&signature=hyHYkJFE0RlV_iXIAu6NoFVQ3PndMzqxCQ5Izcrixcc&submenuIndex=5"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
140 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4138
  -type: "crud"
  -index: 6
  -subIndex: 6
  -label: "Без передачи цены"
  -icon: ""
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Controller\EasyAdmin\Mvideo\MvideoProductPriceErrorCrudController"
    "entityFqcn" => "App\Entity\Mvideo\MvideoProduct"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CMvideo%5CMvideoProductPriceErrorCrudController&entityFqcn=App%5CEntity%5CMvideo%5CMvideoProduct&menuIndex=6&signature=fSeTMRIpZGYxtr3tuGsNySk_ilh9mjGVMdaa8yWo4xI&submenuIndex=6"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
141 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4140
  -type: "crud"
  -index: 6
  -subIndex: 7
  -label: "Настройки для 1С"
  -icon: ""
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Controller\EasyAdmin\Mvideo\MvideoClientTargetCrudController"
    "entityFqcn" => "App\Entity\Mvideo\MvideoClientTarget"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CMvideo%5CMvideoClientTargetCrudController&entityFqcn=App%5CEntity%5CMvideo%5CMvideoClientTarget&menuIndex=6&signature=Kuy6u7lq2Hp86x5eRkdlzU65O3m8s1clbiLn8gWLlrI&submenuIndex=7"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
142 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4142
  -type: "route"
  -index: 6
  -subIndex: 8
  -label: "Загрузка товаров"
  -icon: ""
  -cssClass: ""
  -permission: null
  -routeName: "mvideo_excel_form"
  -routeParameters: []
  -linkUrl: "https://mp.giper.fm/?menuIndex=6&routeName=mvideo_excel_form&signature=W2rh5x_ndSInfq3csaIJdRHQRHKpQ05FwkWWAB5MX5k&submenuIndex=8"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
143 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4143
  -type: "submenu"
  -index: 7
  -subIndex: -1
  -label: "Летуаль"
  -icon: "fas fa-folder-open"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: null
  -linkUrl: ""
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: [
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4154
      -type: "crud"
      -index: 7
      -subIndex: 0
      -label: "Торговые площадки"
      -icon: ""
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\Letual\LetualClient"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CLetual%5CLetualClientCrudController&menuIndex=7&signature=ZlPgQamGRWTdoFsPBYjl89hDHS1vWlgVVl83CRz-968&submenuIndex=0"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4156
      -type: "crud"
      -index: 7
      -subIndex: 1
      -label: "Заказы"
      -icon: ""
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\Letual\LetualOrder"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CLetual%5CLetualOrderCrudController&menuIndex=7&signature=CHb28Ftle_wprcNPf0_eUilbqLfGn5Ap83X-3AS5-kI&submenuIndex=1"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4158
      -type: "crud"
      -index: 7
      -subIndex: 2
      -label: "Бренды"
      -icon: ""
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\Letual\LetualBrand"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CLetual%5CLetualBrandCrudController&menuIndex=7&signature=529NbXEEJNJ8YLFHwioNzJR-83UusjOucVpQD7XqPI4&submenuIndex=2"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4160
      -type: "crud"
      -index: 7
      -subIndex: 3
      -label: "Товары"
      -icon: ""
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\Letual\LetualProduct"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CLetual%5CLetualProductCrudController&menuIndex=7&signature=KBEd8FGeR7uIUwr9nZ5C1ASeubQMRp3CcYq8FEKshiI&submenuIndex=3"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4162
      -type: "crud"
      -index: 7
      -subIndex: 4
      -label: "Склады"
      -icon: ""
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\Letual\LetualWarehouse"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CLetual%5CLetualWarehouseCrudController&menuIndex=7&signature=mUkYMTpbfqN-_gzr88WtgEkojBuD4YK3PIUNAMP-M4Y&submenuIndex=4"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4164
      -type: "crud"
      -index: 7
      -subIndex: 5
      -label: "Остатки товара на складах"
      -icon: ""
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\Letual\LetualWarehouseProductStock"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CLetual%5CLetualWarehouseProductStockCrudController&menuIndex=7&signature=GBOmwT_gPU6TaZi6GygZaERAecrhRpkcXjEBHa5_HaA&submenuIndex=5"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4166
      -type: "crud"
      -index: 7
      -subIndex: 6
      -label: "Настройки для 1С"
      -icon: ""
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\Letual\LetualClientTarget"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CLetual%5CLetualClientTargetCrudController&menuIndex=7&signature=71o0zuy4xEkqgIhRuyQRxJba6txvt_hTzlJolmMM_ek&submenuIndex=6"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
  ]
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
144 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4154
  -type: "crud"
  -index: 7
  -subIndex: 0
  -label: "Торговые площадки"
  -icon: ""
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Letual\LetualClient"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CLetual%5CLetualClientCrudController&menuIndex=7&signature=ZlPgQamGRWTdoFsPBYjl89hDHS1vWlgVVl83CRz-968&submenuIndex=0"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
145 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4156
  -type: "crud"
  -index: 7
  -subIndex: 1
  -label: "Заказы"
  -icon: ""
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Letual\LetualOrder"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CLetual%5CLetualOrderCrudController&menuIndex=7&signature=CHb28Ftle_wprcNPf0_eUilbqLfGn5Ap83X-3AS5-kI&submenuIndex=1"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
146 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4158
  -type: "crud"
  -index: 7
  -subIndex: 2
  -label: "Бренды"
  -icon: ""
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Letual\LetualBrand"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CLetual%5CLetualBrandCrudController&menuIndex=7&signature=529NbXEEJNJ8YLFHwioNzJR-83UusjOucVpQD7XqPI4&submenuIndex=2"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
147 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4160
  -type: "crud"
  -index: 7
  -subIndex: 3
  -label: "Товары"
  -icon: ""
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Letual\LetualProduct"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CLetual%5CLetualProductCrudController&menuIndex=7&signature=KBEd8FGeR7uIUwr9nZ5C1ASeubQMRp3CcYq8FEKshiI&submenuIndex=3"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
148 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4162
  -type: "crud"
  -index: 7
  -subIndex: 4
  -label: "Склады"
  -icon: ""
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Letual\LetualWarehouse"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CLetual%5CLetualWarehouseCrudController&menuIndex=7&signature=mUkYMTpbfqN-_gzr88WtgEkojBuD4YK3PIUNAMP-M4Y&submenuIndex=4"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
149 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4164
  -type: "crud"
  -index: 7
  -subIndex: 5
  -label: "Остатки товара на складах"
  -icon: ""
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Letual\LetualWarehouseProductStock"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CLetual%5CLetualWarehouseProductStockCrudController&menuIndex=7&signature=GBOmwT_gPU6TaZi6GygZaERAecrhRpkcXjEBHa5_HaA&submenuIndex=5"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
150 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4166
  -type: "crud"
  -index: 7
  -subIndex: 6
  -label: "Настройки для 1С"
  -icon: ""
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Letual\LetualClientTarget"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CLetual%5CLetualClientTargetCrudController&menuIndex=7&signature=71o0zuy4xEkqgIhRuyQRxJba6txvt_hTzlJolmMM_ek&submenuIndex=6"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
151 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4167
  -type: "submenu"
  -index: 8
  -subIndex: -1
  -label: "Сбермаркет"
  -icon: "fas fa-folder-open"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: null
  -linkUrl: ""
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: [
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4178
      -type: "crud"
      -index: 8
      -subIndex: 0
      -label: "Торговые площадки"
      -icon: ""
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\Sbermarket\SbermarketClient"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CSbermarket%5CSbermarketClientCrudController&menuIndex=8&signature=57RIxHxfGSpD-03k-YiPz02uVaM658dzyuI_3iyT5IE&submenuIndex=0"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4180
      -type: "crud"
      -index: 8
      -subIndex: 1
      -label: "Товары"
      -icon: ""
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\Sbermarket\SbermarketProduct"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CSbermarket%5CSbermarketProductCrudController&menuIndex=8&signature=UWU_xsU5TkCy17skvIBZAE7bDZQ-eWWVFyikvb4DrkI&submenuIndex=1"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4182
      -type: "crud"
      -index: 8
      -subIndex: 2
      -label: "Заказы"
      -icon: ""
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\Sbermarket\SbermarketOrder"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CSbermarket%5CSbermarketOrderCrudController&menuIndex=8&signature=7gBAc5ltZRHemkeeIBZ2WQjEAL61iq0gKVBLsTnB9H8&submenuIndex=2"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4184
      -type: "crud"
      -index: 8
      -subIndex: 3
      -label: "Настройки для 1С"
      -icon: ""
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\Sbermarket\SbermarketClientTarget"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CSbermarket%5CSbermarketClientTargetCrudController&menuIndex=8&signature=VvlssNGatjkNB7qw3JOIDN6B7jQsdmTNrlAXs10XrmA&submenuIndex=3"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4186
      -type: "route"
      -index: 8
      -subIndex: 4
      -label: "Загрузка товаров"
      -icon: ""
      -cssClass: ""
      -permission: null
      -routeName: "sbermarket_products_upload-form"
      -routeParameters: []
      -linkUrl: "https://mp.giper.fm/?menuIndex=8&routeName=sbermarket_products_upload-form&signature=iEgQ167qX6D2Ci60ZFD5bCTpXREnzLuLuvNeUxUj-6c&submenuIndex=4"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4188
      -type: "route"
      -index: 8
      -subIndex: 5
      -label: "Управление группой товаров"
      -icon: ""
      -cssClass: ""
      -permission: null
      -routeName: "sbermarket_products_control-form"
      -routeParameters: []
      -linkUrl: "https://mp.giper.fm/?menuIndex=8&routeName=sbermarket_products_control-form&signature=ycKXpSR09aKCmoYTynQMihYMYP-0ltJUUf_2jv0HYMc&submenuIndex=5"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
  ]
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
152 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4178
  -type: "crud"
  -index: 8
  -subIndex: 0
  -label: "Торговые площадки"
  -icon: ""
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Sbermarket\SbermarketClient"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CSbermarket%5CSbermarketClientCrudController&menuIndex=8&signature=57RIxHxfGSpD-03k-YiPz02uVaM658dzyuI_3iyT5IE&submenuIndex=0"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
153 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4180
  -type: "crud"
  -index: 8
  -subIndex: 1
  -label: "Товары"
  -icon: ""
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Sbermarket\SbermarketProduct"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CSbermarket%5CSbermarketProductCrudController&menuIndex=8&signature=UWU_xsU5TkCy17skvIBZAE7bDZQ-eWWVFyikvb4DrkI&submenuIndex=1"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
154 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4182
  -type: "crud"
  -index: 8
  -subIndex: 2
  -label: "Заказы"
  -icon: ""
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Sbermarket\SbermarketOrder"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CSbermarket%5CSbermarketOrderCrudController&menuIndex=8&signature=7gBAc5ltZRHemkeeIBZ2WQjEAL61iq0gKVBLsTnB9H8&submenuIndex=2"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
155 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4184
  -type: "crud"
  -index: 8
  -subIndex: 3
  -label: "Настройки для 1С"
  -icon: ""
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Sbermarket\SbermarketClientTarget"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CSbermarket%5CSbermarketClientTargetCrudController&menuIndex=8&signature=VvlssNGatjkNB7qw3JOIDN6B7jQsdmTNrlAXs10XrmA&submenuIndex=3"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
156 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4186
  -type: "route"
  -index: 8
  -subIndex: 4
  -label: "Загрузка товаров"
  -icon: ""
  -cssClass: ""
  -permission: null
  -routeName: "sbermarket_products_upload-form"
  -routeParameters: []
  -linkUrl: "https://mp.giper.fm/?menuIndex=8&routeName=sbermarket_products_upload-form&signature=iEgQ167qX6D2Ci60ZFD5bCTpXREnzLuLuvNeUxUj-6c&submenuIndex=4"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
157 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4188
  -type: "route"
  -index: 8
  -subIndex: 5
  -label: "Управление группой товаров"
  -icon: ""
  -cssClass: ""
  -permission: null
  -routeName: "sbermarket_products_control-form"
  -routeParameters: []
  -linkUrl: "https://mp.giper.fm/?menuIndex=8&routeName=sbermarket_products_control-form&signature=ycKXpSR09aKCmoYTynQMihYMYP-0ltJUUf_2jv0HYMc&submenuIndex=5"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
158 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4189
  -type: "submenu"
  -index: 9
  -subIndex: -1
  -label: "InSales"
  -icon: "fas fa-folder-open"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: null
  -linkUrl: ""
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: [
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4200
      -type: "crud"
      -index: 9
      -subIndex: 0
      -label: "Торговые площадки"
      -icon: ""
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\Insales\InsalesClient"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CInsales%5CInsalesClientCrudController&menuIndex=9&signature=UG6DPYwdFYryVHa-50JEb7QX3lnQnP1YBL0gUOnOxDA&submenuIndex=0"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4202
      -type: "crud"
      -index: 9
      -subIndex: 1
      -label: "Товары"
      -icon: ""
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => "App\Controller\EasyAdmin\Insales\InsalesProductCrudController"
        "entityFqcn" => "App\Entity\Insales\InsalesProduct"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CInsales%5CInsalesProductCrudController&entityFqcn=App%5CEntity%5CInsales%5CInsalesProduct&menuIndex=9&signature=daoUariOlhctj1z8AmlwSz40ASe9MQU3opM07bLwsCw&submenuIndex=1"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4204
      -type: "crud"
      -index: 9
      -subIndex: 2
      -label: "Отключенные товары"
      -icon: ""
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => "App\Controller\EasyAdmin\Insales\InsalesProductDisabledCrudController"
        "entityFqcn" => "App\Entity\Insales\InsalesProduct"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CInsales%5CInsalesProductDisabledCrudController&entityFqcn=App%5CEntity%5CInsales%5CInsalesProduct&menuIndex=9&signature=hBXpXhHZ4s7qiO18f21Cvo6a-13mInz6-VlsUjSwO_M&submenuIndex=2"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4206
      -type: "crud"
      -index: 9
      -subIndex: 3
      -label: "Склады"
      -icon: ""
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\Insales\InsalesWarehouse"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CInsales%5CInsalesWarehouseCrudController&menuIndex=9&signature=ME7XnCyIjdXWBhKA_6lh5ZhXoDcPk2IRE5-ZzMqO8I4&submenuIndex=3"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4208
      -type: "crud"
      -index: 9
      -subIndex: 4
      -label: "Остатки товара на складах"
      -icon: ""
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\Insales\InsalesWarehouseProductStock"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CInsales%5CInsalesWarehouseProductStockCrudController&menuIndex=9&signature=vhi6N9Bff2ftIQnXICLS4Y0ZsgaJBE54wQVmV_YOABA&submenuIndex=4"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4210
      -type: "crud"
      -index: 9
      -subIndex: 5
      -label: "Настройки для 1С"
      -icon: ""
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\Insales\InsalesClientTarget"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CInsales%5CInsalesClientTargetCrudController&menuIndex=9&signature=RV8U7nqRmC62KDtBjwHt2ZcJayd6Lk3vyR_Pm36lH-8&submenuIndex=5"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4212
      -type: "route"
      -index: 9
      -subIndex: 6
      -label: "Отключение товаров"
      -icon: ""
      -cssClass: ""
      -permission: null
      -routeName: "insales_client_products_disable"
      -routeParameters: []
      -linkUrl: "https://mp.giper.fm/?menuIndex=9&routeName=insales_client_products_disable&signature=kg5i5AyHUukvAeHA7lAiZP29V4eASh9g0aFA9AS4qKc&submenuIndex=6"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4214
      -type: "crud"
      -index: 9
      -subIndex: 7
      -label: "Розница: торговые площадки"
      -icon: ""
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\InsalesRetail\InsalesRetailClient"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CInsales%5CInsalesRetailClientCrudController&menuIndex=9&signature=acQ6gf_S7nmxxkxb6c__asBt-_rA52iaKiXedjkiGcM&submenuIndex=7"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4216
      -type: "crud"
      -index: 9
      -subIndex: 8
      -label: "Розница: товары"
      -icon: ""
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => "App\Controller\EasyAdmin\Insales\InsalesRetailProductCrudController"
        "entityFqcn" => "App\Entity\InsalesRetail\InsalesRetailProduct"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CInsales%5CInsalesRetailProductCrudController&entityFqcn=App%5CEntity%5CInsalesRetail%5CInsalesRetailProduct&menuIndex=9&signature=jKjWCyZKQe_ghIOmah8NQDTux3Qs6yKw8sRnkC4c-7A&submenuIndex=8"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
  ]
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
159 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4200
  -type: "crud"
  -index: 9
  -subIndex: 0
  -label: "Торговые площадки"
  -icon: ""
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Insales\InsalesClient"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CInsales%5CInsalesClientCrudController&menuIndex=9&signature=UG6DPYwdFYryVHa-50JEb7QX3lnQnP1YBL0gUOnOxDA&submenuIndex=0"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
160 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4202
  -type: "crud"
  -index: 9
  -subIndex: 1
  -label: "Товары"
  -icon: ""
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Controller\EasyAdmin\Insales\InsalesProductCrudController"
    "entityFqcn" => "App\Entity\Insales\InsalesProduct"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CInsales%5CInsalesProductCrudController&entityFqcn=App%5CEntity%5CInsales%5CInsalesProduct&menuIndex=9&signature=daoUariOlhctj1z8AmlwSz40ASe9MQU3opM07bLwsCw&submenuIndex=1"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
161 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4204
  -type: "crud"
  -index: 9
  -subIndex: 2
  -label: "Отключенные товары"
  -icon: ""
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Controller\EasyAdmin\Insales\InsalesProductDisabledCrudController"
    "entityFqcn" => "App\Entity\Insales\InsalesProduct"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CInsales%5CInsalesProductDisabledCrudController&entityFqcn=App%5CEntity%5CInsales%5CInsalesProduct&menuIndex=9&signature=hBXpXhHZ4s7qiO18f21Cvo6a-13mInz6-VlsUjSwO_M&submenuIndex=2"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
162 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4206
  -type: "crud"
  -index: 9
  -subIndex: 3
  -label: "Склады"
  -icon: ""
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Insales\InsalesWarehouse"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CInsales%5CInsalesWarehouseCrudController&menuIndex=9&signature=ME7XnCyIjdXWBhKA_6lh5ZhXoDcPk2IRE5-ZzMqO8I4&submenuIndex=3"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
163 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4208
  -type: "crud"
  -index: 9
  -subIndex: 4
  -label: "Остатки товара на складах"
  -icon: ""
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Insales\InsalesWarehouseProductStock"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CInsales%5CInsalesWarehouseProductStockCrudController&menuIndex=9&signature=vhi6N9Bff2ftIQnXICLS4Y0ZsgaJBE54wQVmV_YOABA&submenuIndex=4"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
164 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4210
  -type: "crud"
  -index: 9
  -subIndex: 5
  -label: "Настройки для 1С"
  -icon: ""
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Insales\InsalesClientTarget"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CInsales%5CInsalesClientTargetCrudController&menuIndex=9&signature=RV8U7nqRmC62KDtBjwHt2ZcJayd6Lk3vyR_Pm36lH-8&submenuIndex=5"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
165 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4212
  -type: "route"
  -index: 9
  -subIndex: 6
  -label: "Отключение товаров"
  -icon: ""
  -cssClass: ""
  -permission: null
  -routeName: "insales_client_products_disable"
  -routeParameters: []
  -linkUrl: "https://mp.giper.fm/?menuIndex=9&routeName=insales_client_products_disable&signature=kg5i5AyHUukvAeHA7lAiZP29V4eASh9g0aFA9AS4qKc&submenuIndex=6"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
166 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4214
  -type: "crud"
  -index: 9
  -subIndex: 7
  -label: "Розница: торговые площадки"
  -icon: ""
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\InsalesRetail\InsalesRetailClient"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CInsales%5CInsalesRetailClientCrudController&menuIndex=9&signature=acQ6gf_S7nmxxkxb6c__asBt-_rA52iaKiXedjkiGcM&submenuIndex=7"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
167 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4216
  -type: "crud"
  -index: 9
  -subIndex: 8
  -label: "Розница: товары"
  -icon: ""
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Controller\EasyAdmin\Insales\InsalesRetailProductCrudController"
    "entityFqcn" => "App\Entity\InsalesRetail\InsalesRetailProduct"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CInsales%5CInsalesRetailProductCrudController&entityFqcn=App%5CEntity%5CInsalesRetail%5CInsalesRetailProduct&menuIndex=9&signature=jKjWCyZKQe_ghIOmah8NQDTux3Qs6yKw8sRnkC4c-7A&submenuIndex=8"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
168 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4218
  -type: "submenu"
  -index: 10
  -subIndex: -1
  -label: "InSales Розница"
  -icon: "fas fa-folder-open"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: null
  -linkUrl: ""
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: [
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4220
      -type: "crud"
      -index: 10
      -subIndex: 0
      -label: "Розница: торговые площадки"
      -icon: ""
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\InsalesRetail\InsalesRetailClient"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CInsales%5CInsalesRetailClientCrudController&menuIndex=10&signature=acQ6gf_S7nmxxkxb6c__asBt-_rA52iaKiXedjkiGcM&submenuIndex=0"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4222
      -type: "crud"
      -index: 10
      -subIndex: 1
      -label: "Розница: товары"
      -icon: ""
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => "App\Controller\EasyAdmin\Insales\InsalesRetailProductCrudController"
        "entityFqcn" => "App\Entity\InsalesRetail\InsalesRetailProduct"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CInsales%5CInsalesRetailProductCrudController&entityFqcn=App%5CEntity%5CInsalesRetail%5CInsalesRetailProduct&menuIndex=10&signature=jKjWCyZKQe_ghIOmah8NQDTux3Qs6yKw8sRnkC4c-7A&submenuIndex=1"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
  ]
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
169 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4220
  -type: "crud"
  -index: 10
  -subIndex: 0
  -label: "Розница: торговые площадки"
  -icon: ""
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\InsalesRetail\InsalesRetailClient"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CInsales%5CInsalesRetailClientCrudController&menuIndex=10&signature=acQ6gf_S7nmxxkxb6c__asBt-_rA52iaKiXedjkiGcM&submenuIndex=0"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
170 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4222
  -type: "crud"
  -index: 10
  -subIndex: 1
  -label: "Розница: товары"
  -icon: ""
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Controller\EasyAdmin\Insales\InsalesRetailProductCrudController"
    "entityFqcn" => "App\Entity\InsalesRetail\InsalesRetailProduct"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CInsales%5CInsalesRetailProductCrudController&entityFqcn=App%5CEntity%5CInsalesRetail%5CInsalesRetailProduct&menuIndex=10&signature=jKjWCyZKQe_ghIOmah8NQDTux3Qs6yKw8sRnkC4c-7A&submenuIndex=1"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
171 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4223
  -type: "submenu"
  -index: 11
  -subIndex: -1
  -label: "1C-Гипер"
  -icon: "fas fa-folder-open"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: null
  -linkUrl: ""
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: [
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4234
      -type: "crud"
      -index: 11
      -subIndex: 0
      -label: "Серверы 1C"
      -icon: ""
      -cssClass: ""
      -permission: "ROLE_ADMIN"
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\ErpTarget"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CErp%5CErpTargetCrudController&menuIndex=11&signature=0f9XUvyhI3NOziu3t33FG7d9FEXZystoUWy2_bXYKKI&submenuIndex=0"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4236
      -type: "crud"
      -index: 11
      -subIndex: 1
      -label: "Склады ERP"
      -icon: ""
      -cssClass: ""
      -permission: "ROLE_ADMIN"
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\ErpTargetWarehouse"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CErp%5CErpTargetWarehouseCrudController&menuIndex=11&signature=g7eUkCpxR4RCzmb_WWvTPNOjkbT9-4WHR0jGyFLu2Es&submenuIndex=1"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4238
      -type: "crud"
      -index: 11
      -subIndex: 2
      -label: "Товары в 1C"
      -icon: ""
      -cssClass: ""
      -permission: "ROLE_ADMIN"
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => "App\Controller\EasyAdmin\ProductCrudController"
        "entityFqcn" => "App\Entity\Product"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CProductCrudController&entityFqcn=App%5CEntity%5CProduct&menuIndex=11&signature=Bg1ylhXqNGEcpebhaeOk0YV6L_PyCCtBQG9dyOhl7q0&submenuIndex=2"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4240
      -type: "crud"
      -index: 11
      -subIndex: 3
      -label: "Штрихкод"
      -icon: ""
      -cssClass: ""
      -permission: "ROLE_ADMIN"
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\Barcode"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CErp%5CBarcodeCrudController&menuIndex=11&signature=uGWgZj3dXM67gCzJL1E1JA9kEEBwNp_-sWNit6fo5d0&submenuIndex=3"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4242
      -type: "crud"
      -index: 11
      -subIndex: 4
      -label: "Категории в 1C"
      -icon: ""
      -cssClass: ""
      -permission: "ROLE_ADMIN"
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\Category"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CErp%5CCategoryCrudController&menuIndex=11&signature=4zjzgZ0kwgETpMt5kzQkYfVgsW1MikNbE2qrC36DDKE&submenuIndex=4"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4244
      -type: "crud"
      -index: 11
      -subIndex: 5
      -label: "Запросы к 1C"
      -icon: ""
      -cssClass: ""
      -permission: "ROLE_ADMIN"
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\ErpRequest"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CErp%5CErpRequestCrudController&menuIndex=11&signature=grQJH2FFBBuw_mEQpXV2MxOb8Cyx1m-ocbBpCgJB8dE&submenuIndex=5"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4246
      -type: "crud"
      -index: 11
      -subIndex: 6
      -label: "Запросы заказов"
      -icon: ""
      -cssClass: ""
      -permission: "ROLE_ADMIN"
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\OrderRequest"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CErp%5COrderRequestCrudController&menuIndex=11&signature=bYS8dM-poZLhFQ-EIDrIbjf62hmIyueOntEoKBHrdpw&submenuIndex=6"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
  ]
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
172 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4234
  -type: "crud"
  -index: 11
  -subIndex: 0
  -label: "Серверы 1C"
  -icon: ""
  -cssClass: ""
  -permission: "ROLE_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\ErpTarget"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CErp%5CErpTargetCrudController&menuIndex=11&signature=0f9XUvyhI3NOziu3t33FG7d9FEXZystoUWy2_bXYKKI&submenuIndex=0"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
173 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4234
  -type: "crud"
  -index: 11
  -subIndex: 0
  -label: "Серверы 1C"
  -icon: ""
  -cssClass: ""
  -permission: "ROLE_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\ErpTarget"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CErp%5CErpTargetCrudController&menuIndex=11&signature=0f9XUvyhI3NOziu3t33FG7d9FEXZystoUWy2_bXYKKI&submenuIndex=0"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
174 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4236
  -type: "crud"
  -index: 11
  -subIndex: 1
  -label: "Склады ERP"
  -icon: ""
  -cssClass: ""
  -permission: "ROLE_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\ErpTargetWarehouse"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CErp%5CErpTargetWarehouseCrudController&menuIndex=11&signature=g7eUkCpxR4RCzmb_WWvTPNOjkbT9-4WHR0jGyFLu2Es&submenuIndex=1"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
175 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4236
  -type: "crud"
  -index: 11
  -subIndex: 1
  -label: "Склады ERP"
  -icon: ""
  -cssClass: ""
  -permission: "ROLE_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\ErpTargetWarehouse"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CErp%5CErpTargetWarehouseCrudController&menuIndex=11&signature=g7eUkCpxR4RCzmb_WWvTPNOjkbT9-4WHR0jGyFLu2Es&submenuIndex=1"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
176 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4238
  -type: "crud"
  -index: 11
  -subIndex: 2
  -label: "Товары в 1C"
  -icon: ""
  -cssClass: ""
  -permission: "ROLE_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Controller\EasyAdmin\ProductCrudController"
    "entityFqcn" => "App\Entity\Product"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CProductCrudController&entityFqcn=App%5CEntity%5CProduct&menuIndex=11&signature=Bg1ylhXqNGEcpebhaeOk0YV6L_PyCCtBQG9dyOhl7q0&submenuIndex=2"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
177 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4238
  -type: "crud"
  -index: 11
  -subIndex: 2
  -label: "Товары в 1C"
  -icon: ""
  -cssClass: ""
  -permission: "ROLE_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => "App\Controller\EasyAdmin\ProductCrudController"
    "entityFqcn" => "App\Entity\Product"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CProductCrudController&entityFqcn=App%5CEntity%5CProduct&menuIndex=11&signature=Bg1ylhXqNGEcpebhaeOk0YV6L_PyCCtBQG9dyOhl7q0&submenuIndex=2"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
178 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4240
  -type: "crud"
  -index: 11
  -subIndex: 3
  -label: "Штрихкод"
  -icon: ""
  -cssClass: ""
  -permission: "ROLE_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Barcode"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CErp%5CBarcodeCrudController&menuIndex=11&signature=uGWgZj3dXM67gCzJL1E1JA9kEEBwNp_-sWNit6fo5d0&submenuIndex=3"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
179 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4240
  -type: "crud"
  -index: 11
  -subIndex: 3
  -label: "Штрихкод"
  -icon: ""
  -cssClass: ""
  -permission: "ROLE_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Barcode"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CErp%5CBarcodeCrudController&menuIndex=11&signature=uGWgZj3dXM67gCzJL1E1JA9kEEBwNp_-sWNit6fo5d0&submenuIndex=3"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
180 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4242
  -type: "crud"
  -index: 11
  -subIndex: 4
  -label: "Категории в 1C"
  -icon: ""
  -cssClass: ""
  -permission: "ROLE_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Category"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CErp%5CCategoryCrudController&menuIndex=11&signature=4zjzgZ0kwgETpMt5kzQkYfVgsW1MikNbE2qrC36DDKE&submenuIndex=4"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
181 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4242
  -type: "crud"
  -index: 11
  -subIndex: 4
  -label: "Категории в 1C"
  -icon: ""
  -cssClass: ""
  -permission: "ROLE_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Category"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CErp%5CCategoryCrudController&menuIndex=11&signature=4zjzgZ0kwgETpMt5kzQkYfVgsW1MikNbE2qrC36DDKE&submenuIndex=4"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
182 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4244
  -type: "crud"
  -index: 11
  -subIndex: 5
  -label: "Запросы к 1C"
  -icon: ""
  -cssClass: ""
  -permission: "ROLE_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\ErpRequest"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CErp%5CErpRequestCrudController&menuIndex=11&signature=grQJH2FFBBuw_mEQpXV2MxOb8Cyx1m-ocbBpCgJB8dE&submenuIndex=5"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
183 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4244
  -type: "crud"
  -index: 11
  -subIndex: 5
  -label: "Запросы к 1C"
  -icon: ""
  -cssClass: ""
  -permission: "ROLE_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\ErpRequest"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CErp%5CErpRequestCrudController&menuIndex=11&signature=grQJH2FFBBuw_mEQpXV2MxOb8Cyx1m-ocbBpCgJB8dE&submenuIndex=5"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
184 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4246
  -type: "crud"
  -index: 11
  -subIndex: 6
  -label: "Запросы заказов"
  -icon: ""
  -cssClass: ""
  -permission: "ROLE_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\OrderRequest"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CErp%5COrderRequestCrudController&menuIndex=11&signature=bYS8dM-poZLhFQ-EIDrIbjf62hmIyueOntEoKBHrdpw&submenuIndex=6"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
185 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4246
  -type: "crud"
  -index: 11
  -subIndex: 6
  -label: "Запросы заказов"
  -icon: ""
  -cssClass: ""
  -permission: "ROLE_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\OrderRequest"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CErp%5COrderRequestCrudController&menuIndex=11&signature=bYS8dM-poZLhFQ-EIDrIbjf62hmIyueOntEoKBHrdpw&submenuIndex=6"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
186 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4248
  -type: "submenu"
  -index: 12
  -subIndex: -1
  -label: "Админка LK.GIPER"
  -icon: "fas fa-folder-open"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: null
  -linkUrl: ""
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: [
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4250
      -type: "crud"
      -index: 12
      -subIndex: 0
      -label: "Пользователи GiperLk"
      -icon: ""
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\User"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CUserCrudController&menuIndex=12&signature=w96sD4FDS2H_03_qsMPxIMmplR-xLT80Zr9U5pZ7FIM&submenuIndex=0"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4252
      -type: "crud"
      -index: 12
      -subIndex: 1
      -label: "Корзины пользователей"
      -icon: ""
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\Cart"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CCartCrudController&menuIndex=12&signature=kq6NljP7ARBEyZdd9f4LZgorzOap6r1_QxeS72OcUMU&submenuIndex=1"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4254
      -type: "crud"
      -index: 12
      -subIndex: 2
      -label: "Прайслисты"
      -icon: ""
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\Pricelist"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CPricelistCrudController&menuIndex=12&signature=qA0FLl7ZHssxGzcAqp0i2yuGCBlyib5PCpPGj6dxrHQ&submenuIndex=2"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
  ]
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
187 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4250
  -type: "crud"
  -index: 12
  -subIndex: 0
  -label: "Пользователи GiperLk"
  -icon: ""
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\User"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CUserCrudController&menuIndex=12&signature=w96sD4FDS2H_03_qsMPxIMmplR-xLT80Zr9U5pZ7FIM&submenuIndex=0"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
188 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4252
  -type: "crud"
  -index: 12
  -subIndex: 1
  -label: "Корзины пользователей"
  -icon: ""
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Cart"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CCartCrudController&menuIndex=12&signature=kq6NljP7ARBEyZdd9f4LZgorzOap6r1_QxeS72OcUMU&submenuIndex=1"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
189 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4254
  -type: "crud"
  -index: 12
  -subIndex: 2
  -label: "Прайслисты"
  -icon: ""
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Pricelist"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CPricelistCrudController&menuIndex=12&signature=qA0FLl7ZHssxGzcAqp0i2yuGCBlyib5PCpPGj6dxrHQ&submenuIndex=2"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
190 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4256
  -type: "submenu"
  -index: 13
  -subIndex: -1
  -label: "Система"
  -icon: "fas fa-folder-open"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: null
  -linkUrl: ""
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: [
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4258
      -type: "crud"
      -index: 13
      -subIndex: 0
      -label: "Пользователи"
      -icon: ""
      -cssClass: ""
      -permission: "ROLE_ADMIN"
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\AdminUser"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CSystem%5CAdminUserCrudController&menuIndex=13&signature=CvZHZOMI1LUQCWty7nqeRKcNMvRKF0uDV5iDR79tesQ&submenuIndex=0"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
  ]
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
191 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4258
  -type: "crud"
  -index: 13
  -subIndex: 0
  -label: "Пользователи"
  -icon: ""
  -cssClass: ""
  -permission: "ROLE_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\AdminUser"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CSystem%5CAdminUserCrudController&menuIndex=13&signature=CvZHZOMI1LUQCWty7nqeRKcNMvRKF0uDV5iDR79tesQ&submenuIndex=0"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
192 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4258
  -type: "crud"
  -index: 13
  -subIndex: 0
  -label: "Пользователи"
  -icon: ""
  -cssClass: ""
  -permission: "ROLE_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\AdminUser"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CSystem%5CAdminUserCrudController&menuIndex=13&signature=CvZHZOMI1LUQCWty7nqeRKcNMvRKF0uDV5iDR79tesQ&submenuIndex=0"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
193 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4260
  -type: "submenu"
  -index: 14
  -subIndex: -1
  -label: "Доставка"
  -icon: "fas fa-folder-open"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: null
  -linkUrl: ""
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: [
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4262
      -type: "crud"
      -index: 14
      -subIndex: 0
      -label: "Регионы"
      -icon: ""
      -cssClass: ""
      -permission: "ROLE_ADMIN"
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\Region"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CDelivery%5CRegionCrudController&menuIndex=14&signature=qNmk7SSXwGowQr21Uy9l44eDSWRuO1GRNDbx-Kdliog&submenuIndex=0"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4264
      -type: "crud"
      -index: 14
      -subIndex: 1
      -label: "Доставки"
      -icon: ""
      -cssClass: ""
      -permission: "ROLE_ADMIN"
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\Delivery"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CDelivery%5CDeliveryCrudController&menuIndex=14&signature=zAdiPYhxZpjFFtT5zexrIP3_QYtxBHzsIaOuofe8DX0&submenuIndex=1"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
  ]
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
194 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4262
  -type: "crud"
  -index: 14
  -subIndex: 0
  -label: "Регионы"
  -icon: ""
  -cssClass: ""
  -permission: "ROLE_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Region"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CDelivery%5CRegionCrudController&menuIndex=14&signature=qNmk7SSXwGowQr21Uy9l44eDSWRuO1GRNDbx-Kdliog&submenuIndex=0"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
195 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4262
  -type: "crud"
  -index: 14
  -subIndex: 0
  -label: "Регионы"
  -icon: ""
  -cssClass: ""
  -permission: "ROLE_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Region"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CDelivery%5CRegionCrudController&menuIndex=14&signature=qNmk7SSXwGowQr21Uy9l44eDSWRuO1GRNDbx-Kdliog&submenuIndex=0"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
196 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4264
  -type: "crud"
  -index: 14
  -subIndex: 1
  -label: "Доставки"
  -icon: ""
  -cssClass: ""
  -permission: "ROLE_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Delivery"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CDelivery%5CDeliveryCrudController&menuIndex=14&signature=zAdiPYhxZpjFFtT5zexrIP3_QYtxBHzsIaOuofe8DX0&submenuIndex=1"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
197 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4264
  -type: "crud"
  -index: 14
  -subIndex: 1
  -label: "Доставки"
  -icon: ""
  -cssClass: ""
  -permission: "ROLE_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Delivery"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CDelivery%5CDeliveryCrudController&menuIndex=14&signature=zAdiPYhxZpjFFtT5zexrIP3_QYtxBHzsIaOuofe8DX0&submenuIndex=1"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
198 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4265
  -type: "submenu"
  -index: 15
  -subIndex: -1
  -label: "Kaspi.kz"
  -icon: "fas fa-folder-open"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: null
  -linkUrl: ""
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: [
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4276
      -type: "crud"
      -index: 15
      -subIndex: 0
      -label: "Торговые площадки"
      -icon: ""
      -cssClass: ""
      -permission: "ROLE_ADMIN"
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\Kaspi\KaspiClient"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CKaspi%5CKaspiClientCrudController&menuIndex=15&signature=Xsxa75ulxaW9p86oU2n3HI83Hbli3xNvEYb3sQBPjZQ&submenuIndex=0"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4278
      -type: "crud"
      -index: 15
      -subIndex: 1
      -label: "Настройки ERP"
      -icon: ""
      -cssClass: ""
      -permission: "ROLE_ADMIN"
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\Kaspi\KaspiClientTarget"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CKaspi%5CKaspiClientTargetCrudController&menuIndex=15&signature=l6PLs2DFk04XrVNd6bYn6_X-zPmo9Ylz0Z1MtU2Gq_8&submenuIndex=1"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4280
      -type: "crud"
      -index: 15
      -subIndex: 2
      -label: "Продаваемые товары"
      -icon: ""
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\Kaspi\KaspiProduct"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CKaspi%5CKaspiProductCrudController&menuIndex=15&signature=niGCPRO2AquxjsmwpNF_egf8BqHLt2mkrsgiGrOOlbY&submenuIndex=2"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4282
      -type: "crud"
      -index: 15
      -subIndex: 3
      -label: "Заказы Kaspi"
      -icon: ""
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\Kaspi\KaspiPosting"
        "entityId" => null
      ]
      -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CKaspi%5CKaspiPostingCrudController&menuIndex=15&signature=k5ZFoPVnmIsM3MRPq7Wvdh76lBOSfN4Dk3WTJabzm4M&submenuIndex=3"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -subItems: []
    }
  ]
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
199 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4276
  -type: "crud"
  -index: 15
  -subIndex: 0
  -label: "Торговые площадки"
  -icon: ""
  -cssClass: ""
  -permission: "ROLE_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Kaspi\KaspiClient"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CKaspi%5CKaspiClientCrudController&menuIndex=15&signature=Xsxa75ulxaW9p86oU2n3HI83Hbli3xNvEYb3sQBPjZQ&submenuIndex=0"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
200 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4276
  -type: "crud"
  -index: 15
  -subIndex: 0
  -label: "Торговые площадки"
  -icon: ""
  -cssClass: ""
  -permission: "ROLE_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Kaspi\KaspiClient"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CKaspi%5CKaspiClientCrudController&menuIndex=15&signature=Xsxa75ulxaW9p86oU2n3HI83Hbli3xNvEYb3sQBPjZQ&submenuIndex=0"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
201 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4278
  -type: "crud"
  -index: 15
  -subIndex: 1
  -label: "Настройки ERP"
  -icon: ""
  -cssClass: ""
  -permission: "ROLE_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Kaspi\KaspiClientTarget"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CKaspi%5CKaspiClientTargetCrudController&menuIndex=15&signature=l6PLs2DFk04XrVNd6bYn6_X-zPmo9Ylz0Z1MtU2Gq_8&submenuIndex=1"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
202 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4278
  -type: "crud"
  -index: 15
  -subIndex: 1
  -label: "Настройки ERP"
  -icon: ""
  -cssClass: ""
  -permission: "ROLE_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Kaspi\KaspiClientTarget"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CKaspi%5CKaspiClientTargetCrudController&menuIndex=15&signature=l6PLs2DFk04XrVNd6bYn6_X-zPmo9Ylz0Z1MtU2Gq_8&submenuIndex=1"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
203 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4280
  -type: "crud"
  -index: 15
  -subIndex: 2
  -label: "Продаваемые товары"
  -icon: ""
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Kaspi\KaspiProduct"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CKaspi%5CKaspiProductCrudController&menuIndex=15&signature=niGCPRO2AquxjsmwpNF_egf8BqHLt2mkrsgiGrOOlbY&submenuIndex=2"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
204 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#4282
  -type: "crud"
  -index: 15
  -subIndex: 3
  -label: "Заказы Kaspi"
  -icon: ""
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Kaspi\KaspiPosting"
    "entityId" => null
  ]
  -linkUrl: "https://mp.giper.fm/?crudAction=index&crudControllerFqcn=App%5CController%5CEasyAdmin%5CKaspi%5CKaspiPostingCrudController&menuIndex=15&signature=k5ZFoPVnmIsM3MRPq7Wvdh76lBOSfN4Dk3WTJabzm4M&submenuIndex=3"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -subItems: []
}
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
205 DENIED ROLE_PREVIOUS_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS ABSTAIN
Show voter details