Skip to content

Commit 6f2272d

Browse files
committed
IBX-8174: Add missing parser definition
1 parent b5d64ce commit 6f2272d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/bundle/Resources/config/input_parsers.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -874,3 +874,11 @@ services:
874874
$validator: '@validator'
875875
tags:
876876
- { name: ibexa.rest.input.parser, mediaType: application/vnd.ibexa.api.SwapLocationInput }
877+
878+
Ibexa\Rest\Server\Input\Parser\RestoreTrashItemInput:
879+
parent: Ibexa\Rest\Server\Common\Parser
880+
arguments:
881+
$locationService: '@ibexa.api.service.location'
882+
$validator: '@validator'
883+
tags:
884+
- { name: ibexa.rest.input.parser, mediaType: application/vnd.ibexa.api.RestoreTrashItemInput }

0 commit comments

Comments
 (0)