From a54882bf07910085677c9e9dcb073174a74e09e8 Mon Sep 17 00:00:00 2001 From: Jairo Llopis Date: Mon, 21 May 2018 11:19:35 +0100 Subject: [PATCH] [FIX] auth_brute_force: Small typos - The `whitelisted` field needs to exist in view to be usable. - The correct class is `decoration-danger` for tree views. --- auth_brute_force/__manifest__.py | 2 +- auth_brute_force/views/view.xml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/auth_brute_force/__manifest__.py b/auth_brute_force/__manifest__.py index 628385fe2..9aa33dfae 100644 --- a/auth_brute_force/__manifest__.py +++ b/auth_brute_force/__manifest__.py @@ -4,7 +4,7 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). { 'name': 'Authentification - Brute-Force Filter', - 'version': '10.0.2.0.0', + 'version': '10.0.2.1.0', 'category': 'Tools', 'summary': "Track Authentication Attempts and Prevent Brute-force Attacks", 'author': "GRAP, " diff --git a/auth_brute_force/views/view.xml b/auth_brute_force/views/view.xml index bd534f3f2..0d8da2117 100644 --- a/auth_brute_force/views/view.xml +++ b/auth_brute_force/views/view.xml @@ -9,7 +9,7 @@ @@ -44,6 +44,7 @@ +