From 02c2bc80c76440e849a73e9e7b58f1051f3cc47d Mon Sep 17 00:00:00 2001
From: Roberto Sánchez <roberto.sanchez@curisit.net>
Date: Wed, 08 Jan 2014 18:11:31 +0000
Subject: [PATCH] #394 feature - Added quick filter to listing

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

diff --git a/securis/src/main/resources/static/js/catalogs.json b/securis/src/main/resources/static/js/catalogs.json
index 33e2983..f123dac 100644
--- a/securis/src/main/resources/static/js/catalogs.json
+++ b/securis/src/main/resources/static/js/catalogs.json
@@ -36,6 +36,12 @@
 		"pk" : true,
 		"readOnly" : true
 	}, {
+		"name" : "code",
+		"display" : "Code",
+		"type" : "string",
+		"maxlength" : 10,
+		"mandatory" : true
+	}, {
 		"name" : "name",
 		"display" : "Name",
 		"type" : "string",
@@ -48,6 +54,11 @@
 		"maxlength" : 500,
 		"multiline" : 2
 	}, {
+		"name" : "application",
+		"display" : "Application",
+		"type" : "select",
+		"readOnly" : true
+	}, {
 		"name" : "creationTimestamp",
 		"display" : "Creation date",
 		"type" : "date",

--
Gitblit v1.3.2