From 94c288b4f8d353c44b64e40c0863c7fce6782293 Mon Sep 17 00:00:00 2001
From: rsanchez <rsanchez@curisit.net>
Date: Thu, 24 Sep 2015 17:26:14 +0000
Subject: [PATCH] #2756 fix - chnaged API to allow activation by code and other UI changes
---
securis/src/main/webapp/js/catalogs.json | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/securis/src/main/webapp/js/catalogs.json b/securis/src/main/webapp/js/catalogs.json
index ccb1948..77bf78a 100644
--- a/securis/src/main/webapp/js/catalogs.json
+++ b/securis/src/main/webapp/js/catalogs.json
@@ -10,6 +10,12 @@
"autogenerate" : true,
"readOnly" : true
}, {
+ "name" : "code",
+ "display" : "Code",
+ "type" : "string",
+ "maxlength" : 4,
+ "mandatory" : true
+ }, {
"name" : "name",
"display" : "Name",
"type" : "string",
--
Gitblit v1.3.2