rsanchez
2014-10-15 7686a892d556333194349f73fee3a268b6202d66
securis/src/main/resources/static/js/catalogs.json
....@@ -83,13 +83,7 @@
8383 "name" : "metadata",
8484 "display" : "Metadata",
8585 "type" : "metadata",
86
- "allow_creation": false,
87
- "limited_to": {
88
- "resource": "application",
89
- "list": "metadata",
90
- "filter_field": "application_id"
91
- }
92
-
86
+ "allow_creation": false
9387 } ]
9488 }, {
9589 "name" : "Organizations",
....@@ -160,6 +154,12 @@
160154 "maxlength" : 100,
161155 "mandatory" : true
162156 }, {
157
+ "name" : "password",
158
+ "display" : "Password",
159
+ "type" : "password",
160
+ "maxlength" : 100,
161
+ "mandatory" : false
162
+ }, {
163163 "name" : "last_name",
164164 "display" : "Last name",
165165 "type" : "string",