We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef493d6 commit 7ffcee5Copy full SHA for 7ffcee5
bundle/Resources/config/routing.yml
@@ -1,4 +1,5 @@
1
netgen_enhancedezbinaryfile.route.download_binary_file:
2
path: /netgen/enhancedezbinaryfile/download/{infocollectionAttributeId}
3
defaults: { _controller: netgen_enhancedezbinaryfile.controller.download:downloadCollectedEnhancedEzBinaryFileAction }
4
- methods: [GET]
+ methods: [GET]
5
+
bundle/Resources/config/services.yml
@@ -5,4 +5,5 @@ services:
- "@netgen_information_collection.repository.ez_info_collection_attribute"
6
- "@netgen_information_collection.repository.ez_info_collection"
7
- "@ezpublish.fieldType.ezbinaryfile.io_service"
8
- - "@ezpublish.api.repository"
+ - "@ezpublish.api.repository"
9
0 commit comments