diff --git a/tailbone/views/master.py b/tailbone/views/master.py index 6338f07d..5c1d795b 100644 --- a/tailbone/views/master.py +++ b/tailbone/views/master.py @@ -749,7 +749,7 @@ class MasterView(View): def get_grid_actions(self): main, more = self.get_main_actions(), self.get_more_actions() - if len(main) == 1 and len(more) == 1: + if len(more) == 1: main, more = main + more, [] return main, more