From 354f0249fbd14bc319357c56cea2d79d13aee881 Mon Sep 17 00:00:00 2001 From: Juliana <juliana@le-filament.com> Date: Thu, 8 Sep 2022 16:26:52 +0200 Subject: [PATCH] [UPD]Add contract for all --- services/operation_services.py | 1 + 1 file changed, 1 insertion(+) diff --git a/services/operation_services.py b/services/operation_services.py index 38b4b3c..5ccd5c4 100644 --- a/services/operation_services.py +++ b/services/operation_services.py @@ -243,6 +243,7 @@ class OperationsService(Component): if role.get("isConsumer") or role.get("isProductor"): domain += [ ("type", "!=", "convention"), + ("type", "!=", "all"), ("type", "!=", False), ] if role.get("isPmo"): -- GitLab