Skip to content

Commit

Permalink
Enable ExcludeFieldsConfigPass
Browse files Browse the repository at this point in the history
  • Loading branch information
alterphp committed Sep 4, 2018
1 parent 9ab5e5c commit cabe45f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Resources/config/services.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
<service id="alterphp.easyadmin_extension.subscriber.post_query_builder" class="AlterPHP\EasyAdminExtensionBundle\EventListener\PostQueryBuilderSubscriber">
<tag name="kernel.event_subscriber"/>
</service>
<service id="alterphp.easyadmin_extension.config_pass.exclude_fields" class="AlterPHP\EasyAdminExtensionBundle\Configuration\ExcludeFieldsConfigPass">
<tag name="easyadmin.config_pass" priority="120"/>
</service>
<service id="alterphp.easyadmin_extension.config_pass.short_form_types" class="AlterPHP\EasyAdminExtensionBundle\Configuration\ShortFormTypeConfigPass">
<argument>%easy_admin_extension.custom_form_types%</argument>
<!-- Makes it process just before PropertyConfigPass -->
Expand Down

0 comments on commit cabe45f

Please sign in to comment.