Mustafa Hayri ÜNEŞİ
Mustafa Hayri ÜNEŞİ
When I execute controllers/SettingsController **Link:** http://localhost/en/admin#!/default/5/mymoduleadmin/settings/index mymoduleadmin has controllers/SettingsController and commands/SettingsController **controllers/SettingsController** ``` namespace app\modules\mymodule\admin\controllers; class SettingsController extends luya\admin\base\Controller { public function actionIndex() { return $this->render('index', [ 'data' => [],...
> So to understand that correctly: You are trying to access the `class SettingsController extends luya\admin\base\Controller` with `mymoduleadmin/settings/index` but it seems to run the `SettingsController extends \luya\console\Command` which of course...
Sure. I use ListView Widget. When I comment ngRestScopes method everything's okay.  This Product Model. ```