Denis Mitov

Results 5 comments of Denis Mitov

This issue was introduced in 4.3.5. Downgrading to 4.3.4 works as expected.

Thanks for this fix :heart:, but you need to work on your PRs. 1. Stick to the repository's code style (don't let your IDE re-style everything). This creates a lot...

@BryanMeurisse @GeManzoDev you need to add the `use HasTabs` trait to your resource. From the README: ![image](https://user-images.githubusercontent.com/100700999/234472260-595d7acb-ecde-42b3-b88b-ac0ddeb6da92.png) After adding the trait myself - it works as expected on Nova 4.23.0

@rafaelsmith @the-alichemist @wamesro I have [forked the repository](https://github.com/dm-pf/nova-filters-summary) applying the fix by @the-alichemist and [adding some more extra fixes](https://github.com/degecko/nova-filters-summary/compare/master...dm-pf:nova-filters-summary:master) that were needed. Feel free to use that repository for the...

Hi @arukompas - using `MenuItem::externalLink()` (or `MenuItem::path()->external()` in my case) redirects to that URL which is exactly what I did after stumbling upon the above issue. Ideally, I would like...