Mustafa Hayri ÜNEŞİ

Results 3 comments of 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. ![image](https://user-images.githubusercontent.com/15876915/139740434-6909a215-3854-4408-a362-2830e58c74e2.png) This Product Model. ```