Fabian Bastwöste

Results 77 comments of Fabian Bastwöste

Thanks for reporting! We will have to make sure we fix the issue at the right place in terms of consistency. Not sure yet if the item's name should be...

This issue was fixed in [freddy's world patch](https://www.worldofgothic.de/dl/download_247.htm).

You can clearly see the issue at OW_PATH_BLOODFLY12_SPAWN01. There's a chunk of swamp missing. ![056](https://user-images.githubusercontent.com/2817152/105761842-e727c680-5f53-11eb-8e61-3c7312bed969.jpg)

I've seen something like that in the changelog, but also realized that it didn't fix the issue.

> I do ik like this in the DashboardController: > > ```php > yield MenuItem::linkToCrud('Policies', 'fa fa-paperclip', InsurancePolicy::class) > ->setQueryParameter('filters[status][comparison]', '=') > ->setQueryParameter('filters[status][value]', 'active') > ; > ``` Thank you!...