Skip to content

Commit

Permalink
Fix missing arguments for query types
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric authored and pspanja committed Dec 11, 2020
1 parent d0fb7a2 commit e277fe4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/Resources/config/query_types/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,16 @@ services:
netgen.ezplatform_site.query_type.location.relations.forward_fields:
class: Netgen\EzPlatformSiteApi\Core\Site\QueryType\Location\Relations\ForwardFields
arguments:
- '@netgen.ezplatform_site.settings'
- '@netgen.ezplatform_site.plugins.field_type.relation_resolver.registry'
tags:
- {name: ezpublish.query_type}
public: false

netgen.ezplatform_site.query_type.location.relations.reverse_fields:
class: Netgen\EzPlatformSiteApi\Core\Site\QueryType\Location\Relations\ReverseFields
arguments:
- '@netgen.ezplatform_site.settings'
tags:
- {name: ezpublish.query_type}
public: false
Expand Down

0 comments on commit e277fe4

Please sign in to comment.