From b3d7715c547276ce044b3db02a38e620ab1250f2 Mon Sep 17 00:00:00 2001 From: Hugo LEVY-FALK Date: Sat, 20 Jan 2018 01:01:39 +0100 Subject: [PATCH] Fix Service usage in machine templates. --- machines/templates/machines/sidebar.html | 4 ++-- re2o/templatetags/acl.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/machines/templates/machines/sidebar.html b/machines/templates/machines/sidebar.html index 355d5147..31ccdbe2 100644 --- a/machines/templates/machines/sidebar.html +++ b/machines/templates/machines/sidebar.html @@ -62,7 +62,7 @@ with this program; if not, write to the Free Software Foundation, Inc., Gestion des nas {% acl_end %} - {% can_view_all Service %} + {% can_view_all machines.Service %} Services (dhcp, dns...) @@ -72,6 +72,6 @@ with this program; if not, write to the Free Software Foundation, Inc., Ouverture de ports - + {% acl_end %} {% endblock %} diff --git a/re2o/templatetags/acl.py b/re2o/templatetags/acl.py index 79bdbc5f..3d99237b 100644 --- a/re2o/templatetags/acl.py +++ b/re2o/templatetags/acl.py @@ -106,7 +106,7 @@ MODEL_NAME = { 'Interface' : machines.models.Interface, 'Domain' : machines.models.Domain, 'IpList' : machines.models.IpList, - 'Service' : machines.models.Service, + 'machines.Service' : machines.models.Service, 'Service_link' : machines.models.Service_link, 'OuverturePortList' : machines.models.OuverturePortList, 'OuverturePort' : machines.models.OuverturePort, @@ -115,7 +115,7 @@ MODEL_NAME = { 'OptionalMachine': preferences.models.OptionalMachine, 'OptionalTopologie': preferences.models.OptionalTopologie, 'GeneralOption': preferences.models.GeneralOption, - 'Service': preferences.models.Service, + 'preferences.Service': preferences.models.Service, 'AssoOption': preferences.models.AssoOption, 'MailMessageOption': preferences.models.MailMessageOption, # topologie