Skip to content
Snippets Groups Projects
Unverified Commit ac8bf1b9 authored by Seamus Lee's avatar Seamus Lee Committed by GitHub
Browse files

Merge pull request #23673 from seamuslee001/fix_sequential_enforcement_5_50

APIv3 - Fix regression in handling chained calls with `sequential`
parents 3a6c1de0 44be9cfe
No related tags found
No related merge requests found
......@@ -182,7 +182,7 @@ class ChainSubscriber implements EventSubscriberInterface {
$enforcedSubParams['version'] = $version;
// Copy check_permissions from parent.
$enforcedSubParams['check_permissions'] = $params['check_permissions'] ?? NULL;
$enforcedSubParams['sequential'] = 1;
$defaultSubParams['sequential'] = 1;
$enforcedSubParams['api.has_parent'] = 1;
// Inspect $newparams, the passed in params for the chain call.
if (array_key_exists(0, $newparams)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment