From fb14246848471bc135ca43a55b0fdf7e6d4cce30 Mon Sep 17 00:00:00 2001 From: Loic Baron Date: Thu, 29 Jan 2015 14:53:28 +0100 Subject: [PATCH] Reques slice without project --- portal/slicerequestview.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portal/slicerequestview.py b/portal/slicerequestview.py index f9c4636d..324de718 100644 --- a/portal/slicerequestview.py +++ b/portal/slicerequestview.py @@ -113,7 +113,7 @@ class SliceRequestView (LoginRequiredAutoLogoutView, ThemeView): # Handle project if used project = wsgi_request.POST.get('project', None) - if project is not None: + if project is not None and project != '': authority_hrn = project slice_request = { -- 2.47.0