Close all open tabs

Hey,

is there a rails command to close all tabs on the left hand for all users?
Some users are disabled but have tickets open. I want to close all tabs now.
Is that possible?

Thank you! :slight_smile:

1 Like

I found the solution in this post: Database deadlock - #5 by MrGeneration

Solution:

Dangerzone

zammad run rails r “Taskbar.destroy_all”

Thanks!

I had to edit your article to add a hide details clause around the command because you forgot to add the potential warnings about data loss that occurs in this process. Please be more careful to protect copy cats from their own. Thanks.

3 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.