From a4ade45a2597d13f044244b15417e14a91d98365 Mon Sep 17 00:00:00 2001 From: Mariana Mendes Date: Wed, 31 Oct 2018 09:19:51 -0200 Subject: [PATCH] =?UTF-8?q?Adiciona=20a=20justificativa=20de=20aus=C3=AAnc?= =?UTF-8?q?ia=20no=20rules=5Fgroup=5Fsessao?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sapl/rules/map_rules.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sapl/rules/map_rules.py b/sapl/rules/map_rules.py index f8f5d5256..2b6204ec2 100644 --- a/sapl/rules/map_rules.py +++ b/sapl/rules/map_rules.py @@ -171,6 +171,7 @@ rules_group_sessao = { (sessao.PresencaOrdemDia, __base__), (sessao.RegistroVotacao, __base__), (sessao.VotoParlamentar, __base__), + (sessao.JustificativaAusencia, __base__), ] }