Skip to content

Commit

Permalink
Merge pull request #2920 from neos/task/refactor-controller
Browse files Browse the repository at this point in the history
TASK: Refactor controller to not use static fusion path
  • Loading branch information
grebaldi authored Jan 15, 2024
2 parents b1dbfd4 + 3b0ecdf commit c5216a0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions Classes/Controller/BackendController.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,12 +120,6 @@ class BackendController extends ActionController
*/
protected $splashScreenPartial;

public function initializeView(ViewInterface $view)
{
/** @var FusionView $view */
$view->setFusionPath('backend');
}

/**
* Displays the backend interface
*
Expand Down
2 changes: 1 addition & 1 deletion Resources/Private/Fusion/Backend/Root.fusion
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ include: ./Application.fusion
#
# Neos UI (Content Module) entry point
#
backend = Neos.Neos.Ui:Application {
Neos.Neos.Ui.BackendController.index = Neos.Neos.Ui:Application {
title = 'Neos CMS'
}

0 comments on commit c5216a0

Please sign in to comment.