From b78e64a272fac635db7b3301252830488829fefd Mon Sep 17 00:00:00 2001
From: Roberto Sánchez <roberto.sanchez@curisit.net>
Date: Mon, 13 Jan 2014 09:53:52 +0000
Subject: [PATCH] #394 feature - Added user roles in form edition

---
 securis/src/main/resources/static/js/catalogs.json |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/securis/src/main/resources/static/js/catalogs.json b/securis/src/main/resources/static/js/catalogs.json
index a371fde..96d817a 100644
--- a/securis/src/main/resources/static/js/catalogs.json
+++ b/securis/src/main/resources/static/js/catalogs.json
@@ -152,6 +152,11 @@
 		"resource" : "organization",
 		"type" : "multiselect"
 	}, {
+		"name" : "roles",
+		"display" : "Roles",
+		"values" : [{"id":1, "label":"Advance"}, {"id":2, "label":"Admin"}],
+		"type" : "multiselect"
+	}, {
 		"name" : "lastLogin",
 		"display" : "Last login",
 		"autogenerate" : true,

--
Gitblit v1.3.2