Eri

Results 5 comments of Eri

When i tried to figure it out, i added ```dart print(TabPage.of(context).controller.index); ``` at the very start of HomePage. And yep, it prints, for example, "2", loads right tab, then prints...

Yes, it gives right index, when you switch tabs. But when you go to tab by url, it opens the 0 one

Well, and finally i've found a problem! If you don't use Routemaster.setPathUrlStrategy();, everything is okay! If you do, - then on url change fist open right tab, - than it...

> Did you change the field on migration?? > > [laravel-auditing/database/migrations/audits.stub](https://github.com/owen-it/laravel-auditing/blob/f92602d1b3f53df29ddd577290e9d735ea707c53/database/migrations/audits.stub#L25) > > Line 25 in [f92602d](/owen-it/laravel-auditing/commit/f92602d1b3f53df29ddd577290e9d735ea707c53) > > $table->morphs('auditable'); > > Read [#992](https://github.com/owen-it/laravel-auditing/pull/992) > you should have something like...

> > Nope. But i'm already using it for other models, they have int id's > > Check that, it shouldn't work for some models and not for others. Well,...