File tree Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 11ibexa.content.create_no_draft :
22 path : /content/create/nodraft/{contentTypeIdentifier}/{language}/{parentLocationId}
3- controller : ibexa_content_edit:createWithoutDraftAction
3+ controller : ibexa_content_edit:: createWithoutDraftAction
44 options :
55 expose : true
66 # @todo rename language to languageCode in 3.0
@@ -26,8 +26,7 @@ ibexa.content.draft.create:
2626
2727ibexa.user.create :
2828 path : /user/create/{contentTypeIdentifier}/{language}/{parentLocationId}
29- defaults :
30- _controller : Ibexa\Bundle\ContentForms\Controller\UserController:createAction
29+ controller : Ibexa\Bundle\ContentForms\Controller\UserController::createAction
3130
3231ibexa.user.update :
3332 path : /user/update/{contentId}/{versionNo}/{language}
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ class ContentCreateViewBuilder extends AbstractContentViewBuilder implements Vie
2424{
2525 public function matches ($ argument )
2626 {
27- return 'ibexa_content_edit:createWithoutDraftAction ' === $ argument ;
27+ return 'ibexa_content_edit:: createWithoutDraftAction ' === $ argument ;
2828 }
2929
3030 /**
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ public function __construct(Response $response)
2929 parent ::__construct ('@IbexaContentForms/http/302_empty_content.html.twig ' );
3030
3131 $ this ->setResponse ($ response );
32- $ this ->setControllerReference (new ControllerReference ('ibexa_content_edit:createWithoutDraftSuccessAction ' ));
32+ $ this ->setControllerReference (new ControllerReference ('ibexa_content_edit:: createWithoutDraftSuccessAction ' ));
3333 }
3434
3535 /**
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ public static function getSubscribedEvents(): array
6868 */
6969 public function handleContentCreateForm (FilterViewBuilderParametersEvent $ event )
7070 {
71- if ('ibexa_content_edit:createWithoutDraftAction ' !== $ event ->getParameters ()->get ('_controller ' )) {
71+ if ('ibexa_content_edit:: createWithoutDraftAction ' !== $ event ->getParameters ()->get ('_controller ' )) {
7272 return ;
7373 }
7474
You can’t perform that action at this time.
0 commit comments