From b7afa527ad8dbbc9e77b1a5d0da8bd6c6d699969 Mon Sep 17 00:00:00 2001 From: lombardofr Date: Sat, 2 May 2020 11:20:34 +0200 Subject: [PATCH] fix: removed domain_name as required input when there is no domain costraints Change-Id: I98d47995246921b88a35102feacce9ae5381c9b4 Signed-off-by: lombardofr --- .../template/project/modal/project_new.html | 8 +- .../template/project/projectlist.html | 59 ++++++++---- static/src/userhandler/user_list.js | 95 +++++++++++-------- userhandler/templates/modal/user_create.html | 7 +- userhandler/views.py | 8 +- 5 files changed, 105 insertions(+), 72 deletions(-) diff --git a/projecthandler/template/project/modal/project_new.html b/projecthandler/template/project/modal/project_new.html index df652d7..f1713ec 100644 --- a/projecthandler/template/project/modal/project_new.html +++ b/projecthandler/template/project/modal/project_new.html @@ -26,14 +26,14 @@ limitations under the License.