Roberto Sánchez
2014-01-08 02c2bc80c76440e849a73e9e7b58f1051f3cc47d
securis/src/main/resources/static/js/catalogs.json
....@@ -36,6 +36,12 @@
3636 "pk" : true,
3737 "readOnly" : true
3838 }, {
39
+ "name" : "code",
40
+ "display" : "Code",
41
+ "type" : "string",
42
+ "maxlength" : 10,
43
+ "mandatory" : true
44
+ }, {
3945 "name" : "name",
4046 "display" : "Name",
4147 "type" : "string",
....@@ -48,6 +54,11 @@
4854 "maxlength" : 500,
4955 "multiline" : 2
5056 }, {
57
+ "name" : "application",
58
+ "display" : "Application",
59
+ "type" : "select",
60
+ "readOnly" : true
61
+ }, {
5162 "name" : "creationTimestamp",
5263 "display" : "Creation date",
5364 "type" : "date",