rsanchez
2014-10-14 fb1b6755a9ecd43601dc4fbef9166d11d8a86f24
securis/src/main/resources/static/js/catalogs.json
....@@ -27,6 +27,11 @@
2727 "autogenerate" : true,
2828 "type" : "date",
2929 "readOnly" : true
30
+ }, {
31
+ "name" : "metadata",
32
+ "display" : "Metadata",
33
+ "type" : "metadata",
34
+ "allow_creation": true
3035 } ]
3136 }, {
3237 "name" : "License types",
....@@ -73,6 +78,17 @@
7378 "name" : "application_name",
7479 "display" : "Application",
7580 "listingOnly" : true
81
+ }, {
82
+ "name" : "metadata",
83
+ "display" : "Metadata",
84
+ "type" : "metadata",
85
+ "allow_creation": false,
86
+ "limited_to": {
87
+ "resource": "application",
88
+ "list": "metadata",
89
+ "filter_field": "application_id"
90
+ }
91
+
7692 } ]
7793 }, {
7894 "name" : "Organizations",