Skip to content

Commit

Permalink
TASK: Completely prune "Load Tree" action
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsdesign committed Oct 13, 2023
1 parent 3d55e7c commit fd8f722
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 17 deletions.
5 changes: 0 additions & 5 deletions Classes/Controller/BackendServiceController.php
Original file line number Diff line number Diff line change
Expand Up @@ -478,11 +478,6 @@ public function getWorkspaceInfoAction(): void
$this->view->assign('value', $personalWorkspaceInfo);
}

public function initializeLoadTreeAction(): void
{
$this->arguments['nodeTreeArguments']->getPropertyMappingConfiguration()->allowAllProperties();
}

/**
* @throws \Neos\Flow\Mvc\Exception\NoSuchArgumentException
*/
Expand Down
8 changes: 0 additions & 8 deletions Configuration/Routes.Service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,6 @@
'@action': 'clearClipboard'
httpMethods: ['POST']

-
name: 'Load Tree'
uriPattern: 'load-tree'
defaults:
'@controller': 'BackendService'
'@action': 'loadTree'
httpMethods: ['POST']

-
name: 'FlowQuery'
uriPattern: 'flow-query'
Expand Down
3 changes: 0 additions & 3 deletions Resources/Private/Fusion/Backend/Root.fusion
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,6 @@ backend = Neos.Fusion:Template {
clearClipboard = Neos.Fusion:UriBuilder {
action = 'clearClipboard'
}
loadTree = Neos.Fusion:UriBuilder {
action = 'loadTree'
}
flowQuery = Neos.Fusion:UriBuilder {
action = 'flowQuery'
}
Expand Down
1 change: 0 additions & 1 deletion packages/neos-ui-backend-connector/src/Endpoints/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ export interface Routes {
copyNodes: string;
cutNodes: string;
clearClipboard: string;
loadTree: string;
flowQuery: string;
generateUriPathSegment: string;
getWorkspaceInfo: string;
Expand Down

0 comments on commit fd8f722

Please sign in to comment.