Closed bmudda closed 8 years ago
In cakephp-swagger/src/Template/Ui/index.ctp file, $userConfig should be $uiConfig. Currently the title field never gets reflected with what is being set in swagger.php file because $userConfig is not set from the controller, only $uiConfig is set.
cakephp-swagger/src/Template/Ui/index.ctp
$userConfig
$uiConfig
swagger.php
Nice find mr. @bmudda, feel free to submit a PR
Closing as a PR is now open. #27
In
cakephp-swagger/src/Template/Ui/index.ctp
file,$userConfig
should be$uiConfig
. Currently the title field never gets reflected with what is being set inswagger.php
file because$userConfig
is not set from the controller, only$uiConfig
is set.