We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b7e06c commit 61b4d48Copy full SHA for 61b4d48
Neos.Neos/Classes/Controller/Service/NodesController.php
@@ -110,11 +110,11 @@ class NodesController extends ActionController
110
public function indexAction(
111
string $searchTerm = '',
112
array $nodeIds = [],
113
- array $nodeIdentifiers = [],
114
string $workspaceName = 'live',
115
array $dimensions = [],
116
array $nodeTypes = ['Neos.Neos:Document'],
117
- string $contextNode = null
+ string $contextNode = null,
+ array $nodeIdentifiers = []
118
): void {
119
$nodeIds = $nodeIds ?: $nodeIdentifiers;
120
$contentRepositoryId = SiteDetectionResult::fromRequest($this->request->getHttpRequest())
0 commit comments