From c99b0dcada4a985aefa4141c29208456adf602f2 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 20 Mar 2013 18:57:06 +0100 Subject: [PATCH] oops, broken view --- trash/haze.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trash/haze.py b/trash/haze.py index 970faff3..b9f56a95 100644 --- a/trash/haze.py +++ b/trash/haze.py @@ -27,7 +27,7 @@ def hazelnut_view (request): method='resource', timestamp='latest', fields=['hrn','hostname'], - filters= [ + filters= [ [ 'slice_hrn', '=', 'ple.inria.', ] ], # xxx filter : should filter on the slices the logged user can see # we don't have the user's hrn yet # in addition this currently returns all slices anyways -- 2.43.0