From edd47c68c6a08bd756d96213c38e896a0a257bd1 Mon Sep 17 00:00:00 2001
From: Roberto Sánchez <roberto.sanchez@curisit.net>
Date: Mon, 13 Jan 2014 18:12:51 +0000
Subject: [PATCH] #394 feature - Several fixes related with form management
---
securis/src/main/resources/static/js/catalogs.json | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/securis/src/main/resources/static/js/catalogs.json b/securis/src/main/resources/static/js/catalogs.json
index c2efe6b..a2c24d9 100644
--- a/securis/src/main/resources/static/js/catalogs.json
+++ b/securis/src/main/resources/static/js/catalogs.json
@@ -61,6 +61,7 @@
"name" : "application_id",
"display" : "Application",
"resource" : "application",
+ "mandatory" : true,
"type" : "select"
}, {
"name" : "creationTimestamp",
--
Gitblit v1.3.2