From c6abb298055c7699b9c7f6af1817755b8df83d0d Mon Sep 17 00:00:00 2001 From: Cesar Carvalho Date: Tue, 3 Sep 2019 14:21:16 -0300 Subject: [PATCH] =?UTF-8?q?Fix=20permiss=C3=B5es?= 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 4f1b4b515..86656dbbf 100644 --- a/sapl/rules/map_rules.py +++ b/sapl/rules/map_rules.py @@ -186,6 +186,7 @@ rules_group_sessao = { (sessao.VotoParlamentar, __base__, __perms_publicas__), (sessao.JustificativaAusencia, __base__, __perms_publicas__), (sessao.RetiradaPauta, __base__, __perms_publicas__), + (sessao.RegistroLeitura, __base__, __perms_publicas__), ] }