-
-
Notifications
You must be signed in to change notification settings - Fork 824
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
APIv3 - Fix regression in handling chained calls with sequential
#23672
APIv3 - Fix regression in handling chained calls with sequential
#23672
Conversation
(Standard links)
|
Locally just doing a similar cv call to what uscounties does with this PR applied gives the right output. Should be against 5.50 though. |
@demeritcowboy see #23673 for the 5.50 version, this one is the analogous of the RC PR |
sequential
FWIW, there is some test coverage around the recent chaining fix in However, considering that this is a very recent regression, that won't block merging the present PR. |
…h sequential Zawarty w 5.49.5 i 5.50 civicrm#23672
…sage
Overview
This fixes a bug caused by the recent security release which forced any chained api calls to be outputted in sequential even if not requested.
Before
if Sequential was missing from the array or included the result was forced into a sequential array in the chain
After
sequential is correctly managed
@KarinG @demeritcowboy can you test this on your webform stuff?