From fb1b6755a9ecd43601dc4fbef9166d11d8a86f24 Mon Sep 17 00:00:00 2001
From: rsanchez <rsanchez@curisit.net>
Date: Tue, 14 Oct 2014 16:25:10 +0000
Subject: [PATCH] #2021 config - Added application Metadata management

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

diff --git a/securis/src/main/resources/static/js/catalogs.json b/securis/src/main/resources/static/js/catalogs.json
index a2c24d9..2135103 100644
--- a/securis/src/main/resources/static/js/catalogs.json
+++ b/securis/src/main/resources/static/js/catalogs.json
@@ -27,6 +27,11 @@
 		"autogenerate" : true,
 		"type" : "date",
 		"readOnly" : true
+	}, {
+		"name" : "metadata",
+		"display" : "Metadata",
+		"type" : "metadata",
+		"allow_creation": true
 	} ]
 }, {
 	"name" : "License types",
@@ -73,6 +78,17 @@
 		"name" : "application_name",
 		"display" : "Application",
 		"listingOnly" : true
+	}, {
+		"name" : "metadata",
+		"display" : "Metadata",
+		"type" : "metadata",
+		"allow_creation": false,
+		"limited_to": {
+				"resource": "application",
+				"list": "metadata",
+				"filter_field": "application_id"
+				}
+				
 	} ]
 }, {
 	"name" : "Organizations",

--
Gitblit v1.3.2