Index.ctp for Ui template references undefined variable
bmudda opened this issue · 2 comments
bmudda commented
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.
bravo-kernel commented
Nice find mr. @bmudda, feel free to submit a PR
bravo-kernel commented
Closing as a PR is now open. #27