Commit 3687c85c authored by Serge S. Koval's avatar Serge S. Koval

Fixed typo

parent 22930edd
......@@ -43,7 +43,7 @@ class ActionsMixin(object):
self._actions_data[name] = (attr, text, desc)
def is_action_allowed(self, name):
return name not in self.disallowed_actions
return True
def get_actions_list(self):
actions = []
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment