From 7686a892d556333194349f73fee3a268b6202d66 Mon Sep 17 00:00:00 2001
From: rsanchez <rsanchez@curisit.net>
Date: Wed, 15 Oct 2014 16:52:56 +0000
Subject: [PATCH] #2021 config - Fixed some catalogs, LicenseType and Users
---
securis/src/main/resources/static/js/catalogs.json | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/securis/src/main/resources/static/js/catalogs.json b/securis/src/main/resources/static/js/catalogs.json
index bb11315..46792f1 100644
--- a/securis/src/main/resources/static/js/catalogs.json
+++ b/securis/src/main/resources/static/js/catalogs.json
@@ -83,13 +83,7 @@
"name" : "metadata",
"display" : "Metadata",
"type" : "metadata",
- "allow_creation": false,
- "limited_to": {
- "resource": "application",
- "list": "metadata",
- "filter_field": "application_id"
- }
-
+ "allow_creation": false
} ]
}, {
"name" : "Organizations",
@@ -160,6 +154,12 @@
"maxlength" : 100,
"mandatory" : true
}, {
+ "name" : "password",
+ "display" : "Password",
+ "type" : "password",
+ "maxlength" : 100,
+ "mandatory" : false
+ }, {
"name" : "last_name",
"display" : "Last name",
"type" : "string",
--
Gitblit v1.3.2