Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TASK: Refactor controller to not use static fusion path #2920

Merged
merged 1 commit into from
Jan 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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'
}
Loading