securis/src/main/resources/static/js/catalogs.json
.. .. @@ -36,6 +36,12 @@ 36 36 "pk" : true, 37 37 "readOnly" : true 38 38 }, { 39 + "name" : "code",40 + "display" : "Code",41 + "type" : "string",42 + "maxlength" : 10,43 + "mandatory" : true44 + }, {39 45 "name" : "name", 40 46 "display" : "Name", 41 47 "type" : "string", .. .. @@ -48,6 +54,11 @@ 48 54 "maxlength" : 500, 49 55 "multiline" : 2 50 56 }, { 57 + "name" : "application",58 + "display" : "Application",59 + "type" : "select",60 + "readOnly" : true61 + }, {51 62 "name" : "creationTimestamp", 52 63 "display" : "Creation date", 53 64 "type" : "date",