1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-01-10 23:01:04 +01:00

Show the API summary on the top of each Conduit API page

Summary:
Show the API summary on the top of each Conduit API page.

Before this change, the summary was only displayed from the Conduit APIs list.

Closes T15141

Test Plan:
I've opened 20 random Conduit API pages from the web
interface and I checked that now there is an amazing
"Summary" field.
I also double-checked that there were not green peppers.

Reviewers: O1 Blessed Committers, avivey

Reviewed By: O1 Blessed Committers, avivey

Subscribers: speck, tobiaswiese, Matthew, Cigaryno

Maniphest Tasks: T15141

Differential Revision: https://we.phorge.it/D25063
This commit is contained in:
Valerio Bozzolan 2023-02-11 11:10:58 +01:00
parent 20fb93d1a4
commit 36dba82224

View file

@ -247,6 +247,10 @@ final class PhabricatorConduitConsoleController
)); ));
} }
$view->addProperty(
pht('Summary'),
$method->getMethodSummary());
$view->addProperty( $view->addProperty(
pht('Returns'), pht('Returns'),
$method->getReturnType()); $method->getReturnType());