Skip to content

Commit 61b4d48

Browse files
author
Bernhard Schmitt
committed
move added fallback node identifiers to back of argument list
1 parent 5b7e06c commit 61b4d48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Neos.Neos/Classes/Controller/Service/NodesController.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,11 @@ class NodesController extends ActionController
110110
public function indexAction(
111111
string $searchTerm = '',
112112
array $nodeIds = [],
113-
array $nodeIdentifiers = [],
114113
string $workspaceName = 'live',
115114
array $dimensions = [],
116115
array $nodeTypes = ['Neos.Neos:Document'],
117-
string $contextNode = null
116+
string $contextNode = null,
117+
array $nodeIdentifiers = []
118118
): void {
119119
$nodeIds = $nodeIds ?: $nodeIdentifiers;
120120
$contentRepositoryId = SiteDetectionResult::fromRequest($this->request->getHttpRequest())

0 commit comments

Comments
 (0)