|
@@ -71,3 +71,29 @@ services:
|
|
|
class: FTTHBundle\EventListener\NAPAddressSubscriber
|
|
|
tags:
|
|
|
- { name: doctrine.event_subscriber, connection: default }
|
|
|
+
|
|
|
+ ftth.admin.TContProfile:
|
|
|
+ class: FTTHBundle\Admin\TContProfileAdmin
|
|
|
+ arguments: [~, FTTHBundle\Entity\TContProfile, BaseAdminBundle:CRUD]
|
|
|
+ tags:
|
|
|
+ - { name: sonata.admin, manager_type: orm, group: FTTH, label: tcontprofile, label_catalogue: FTTHBundle, label_translator_strategy: sonata.admin.label.strategy.underscore }
|
|
|
+ calls:
|
|
|
+ - [setTranslationDomain, [FTTHBundle]]
|
|
|
+
|
|
|
+ ftth.admin.TrafficProfile:
|
|
|
+ class: FTTHBundle\Admin\TrafficProfileAdmin
|
|
|
+ arguments: [~, FTTHBundle\Entity\TrafficProfile, BaseAdminBundle:CRUD]
|
|
|
+ tags:
|
|
|
+ - { name: sonata.admin, manager_type: orm, group: FTTH, label: traffic_profile, label_catalogue: FTTHBundle, label_translator_strategy: sonata.admin.label.strategy.underscore }
|
|
|
+ calls:
|
|
|
+ - [setTranslationDomain, [FTTHBundle]]
|
|
|
+
|
|
|
+ ftth.admin.VLanID:
|
|
|
+ class: FTTHBundle\Admin\VLanIDAdmin
|
|
|
+ arguments: [~, FTTHBundle\Entity\VLanID, BaseAdminBundle:CRUD]
|
|
|
+ tags:
|
|
|
+ - { name: sonata.admin, manager_type: orm, group: FTTH, label: vlan_id, label_catalogue: FTTHBundle, label_translator_strategy: sonata.admin.label.strategy.underscore }
|
|
|
+ calls:
|
|
|
+ - [setTranslationDomain, [FTTHBundle]]
|
|
|
+
|
|
|
+
|