diff --git a/pyblish_lite/model.py b/pyblish_lite/model.py index a3c2401..2fe4888 100644 --- a/pyblish_lite/model.py +++ b/pyblish_lite/model.py @@ -224,6 +224,8 @@ def data(self, index, role): # Context specific actions for action in actions: + if action.on == "all": + return True if action.on == "failed" and item._has_failed: return True if action.on == "warning" and item._has_warning: