controller generator failing in advanced template

Seems like the controller generator on Gii for Advanced template is broken, it sends the view file and folder to the web directory no matter what I input into the view path.

It doesn’t seem intuitive to ask for a view path that doesn’t exist, the previous version seemed more intuitive to me.

Also, it creates a typo in the controller namespace:




namespace frontend\controlle;



Anyway, if anyone can tell me if this will be addressed or if I’m missing something, I would appreciate it, thanks.