* [bug #60123, done] fix relative object menu show in api view.
This commit is contained in:
@@ -137,6 +137,7 @@ if($api->response)
|
||||
$unsetProps = array('commonParams', 'params', 'paramsExample', 'response', 'responseExample');
|
||||
$apiData = (array)$api;
|
||||
foreach($unsetProps as $prop) unset($apiData[$prop]);
|
||||
$apiData['api'] = true;
|
||||
$apiData['title'] = "$api->method $api->path $api->title";
|
||||
|
||||
div
|
||||
|
||||
Reference in New Issue
Block a user