The CiviCRM API's sequential option is wrongly moved into a requests's options sub-array. This is then ignored as that's not the right place for it. sequential should be supplied as part of the main params array, not in the options part.
The result is that results are indexed by their IDs instead of a sequence.
The CiviCRM API's
sequential
option is wrongly moved into a requests'soptions
sub-array. This is then ignored as that's not the right place for it.sequential
should be supplied as part of the main params array, not in theoptions
part.The result is that results are indexed by their IDs instead of a sequence.