TC
Twill CMS•3y ago
gh057x

Hi, do you know where I can add another link?

Aligned with All Items, Published, Draft and Trashed. I just want to add new link
6 Replies
ifox
ifox•3y ago
Hi @mfubpon are you on twill 3?
gh057x
gh057xOP•3y ago
sorry, I am using twill 2
ifox
ifox•3y ago
ok, you would need to override this in your module controller: https://github.com/area17/twill/blob/2.x/src/Http/Controllers/Admin/ModuleController.php#L1259
GitHub
twill/ModuleController.php at 2.x · area17/twill
Twill is an open source CMS toolkit for Laravel that helps developers rapidly create a custom admin console that is intuitive, powerful and flexible. Chat with us on Discord at https://discord.gg/c...
ifox
ifox•3y ago
you can call parent::getIndexTableMainFilters in your override to get all the existing filters and add your own
gh057x
gh057xOP•3y ago
thanks, it works 🙂
ifox
ifox•3y ago
awesome

Did you find this page helpful?