Page MenuHomePhorge

Fix regression in DiffusionDiffQueryConduitAPIMethod
ClosedPublic

Authored by valerio.bozzolan on Oct 2 2023, 14:51.
Tags
None
Referenced Files
F2997041: D25444.1740390820.diff
Sun, Feb 23, 09:53
F2990014: D25444.1740168328.diff
Thu, Feb 20, 20:05
F2990013: D25444.1740168328.diff
Thu, Feb 20, 20:05
F2989938: D25444.1740167813.diff
Thu, Feb 20, 19:56
F2982370: D25444.1739954514.diff
Tue, Feb 18, 08:41
F2963938: D25444.1739256858.diff
Mon, Feb 10, 06:54
F2963411: D25444.1739204356.diff
Sun, Feb 9, 16:19
F2963410: D25444.1739204353.diff
Sun, Feb 9, 16:19

Details

Summary

Fix the following error you may encounter in production:

Too few arguments to function DiffusionDiffQueryConduitAPIMethod::getDefaultParser(), 0 passed in /var/www/phorge/src/applications/diffusion/conduit/DiffusionDiffQueryConduitAPIMethod.php on line 156 and exactly 1 expected

It was caused by the lack of a new mandatory parameter in a method.

Closes T15649

Test Plan

Check with your big eyes that a ConduitAPIRequest is passed to getDefaultParser().

Diff Detail

Repository
rP Phorge
Branch
master
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 857
Build 857: arc lint + arc unit